/qemu/subprojects/libvduse/include/ |
H A D | atomic.h | 252 #define qatomic_read_i64(P) \ argument 254 #define qatomic_read_u64(P) \ argument 256 #define qatomic_set_i64(P, V) \ argument 258 #define qatomic_set_u64(P, V) \ argument
|
/qemu/include/qemu/ |
H A D | atomic.h | 252 #define qatomic_read_i64(P) \ argument 254 #define qatomic_read_u64(P) \ argument 256 #define qatomic_set_i64(P, V) \ argument 258 #define qatomic_set_u64(P, V) \ argument
|
/qemu/subprojects/libvhost-user/include/ |
H A D | atomic.h | 252 #define qatomic_read_i64(P) \ argument 254 #define qatomic_read_u64(P) \ argument 256 #define qatomic_set_i64(P, V) \ argument 258 #define qatomic_set_u64(P, V) \ argument
|
/qemu/scripts/codeconverter/codeconverter/ |
H A D | regexps.py | 21 def P(*regexps, name=None, capture=False, repeat='') -> str: function
|
/qemu/fpu/ |
H A D | softfloat.c | 716 #define PARTS_GENERIC_64_128(NAME, P) \ argument 720 #define PARTS_GENERIC_64_128_256(NAME, P) \ argument 725 #define parts_default_nan(P, S) PARTS_GENERIC_64_128(default_nan, P)(P, S) argument 726 #define parts_silence_nan(P, S) PARTS_GENERIC_64_128(silence_nan, P)(P, S) argument 731 #define parts_return_nan(P, S) PARTS_GENERIC_64_128(return_nan, P)(P, S) argument 863 #define parts_float_to_sint(P, R, Z, MN, MX, S) \ argument 873 #define parts_float_to_uint(P, R, Z, M, S) \ argument 883 #define parts_float_to_sint_modulo(P, R, M, S) \ argument 891 #define parts_float_to_sint(P, R, Z, MN, MX, S) \ argument 894 #define parts_sint_to_float(P, I, Z, S) \ argument [all …]
|
/qemu/hw/display/ |
H A D | qxl.c | 1933 #define ALIGNED_UINT32_PTR(P) ((uint32_t *)__builtin_assume_aligned(P, 4)) argument 1935 #define ALIGNED_UINT32_PTR(P) ((uint32_t *)P) argument
|
/qemu/target/hppa/ |
H A D | cpu.h | 46 #define PRIV_P_TO_MMU_IDX(PRIV, P) ((PRIV) * 2 + !!(P) + MMU_KERNEL_IDX) argument
|
/qemu/tcg/ |
H A D | tcg.c | 837 #define C_PFX1(P, A) P##A argument 838 #define C_PFX2(P, A, B) P##A##_##B argument 839 #define C_PFX3(P, A, B, C) P##A##_##B##_##C argument 840 #define C_PFX4(P, A, B, C, D) P##A##_##B##_##C##_##D argument 841 #define C_PFX5(P, A, B, C, D, E) P##A##_##B##_##C##_##D##_##E argument 842 #define C_PFX6(P, A, B, C, D, E, F) P##A##_##B##_##C##_##D##_##E##_##F argument
|
/qemu/target/arm/tcg/ |
H A D | vfp_helper.c | 327 #define DO_VFP_cmp(P, FLOATTYPE, ARGTYPE, FPST) \ argument
|
/qemu/target/s390x/tcg/ |
H A D | translate.c | 5938 #define C(OPC, NM, FT, FC, I1, I2, P, W, OP, CC) \ argument 5941 #define D(OPC, NM, FT, FC, I1, I2, P, W, OP, CC, D) \ argument 5944 #define F(OPC, NM, FT, FC, I1, I2, P, W, OP, CC, FL) \ argument 5947 #define E(OPC, NM, FT, FC, I1, I2, P, W, OP, CC, D, FL) insn_ ## NM, argument 5954 #define E(OPC, NM, FT, FC, I1, I2, P, W, OP, CC, D, FL) { \ argument 6034 #define E(OPC, NM, FT, FC, I1, I2, P, W, OP, CC, D, FL) \ argument
|
/qemu/target/sparc/ |
H A D | translate.c | 58 # define gen_helper_tick_set_count(P, S) qemu_build_not_reached() argument 59 # define gen_helper_tick_set_limit(P, S) qemu_build_not_reached() argument
|