| /qemu/target/hexagon/mmvec/ |
| A D | macros.h | 311 #define fVUADDSAT(WIDTH, U, V) \ argument 313 #define fVSADDSAT(WIDTH, U, V) \ argument 315 #define fVUSUBSAT(WIDTH, U, V) \ argument 317 #define fVSSUBSAT(WIDTH, U, V) \ argument 319 #define fVAVGU(WIDTH, U, V) \ argument 321 #define fVAVGURND(WIDTH, U, V) \ argument 323 #define fVNAVGU(WIDTH, U, V) \ argument 328 #define fVAVGS(WIDTH, U, V) \ argument 330 #define fVAVGSRND(WIDTH, U, V) \ argument 332 #define fVNAVGS(WIDTH, U, V) \ argument [all …]
|
| /qemu/target/loongarch/ |
| A D | cpu.h | 54 #define SET_FP_CAUSE(REG, V) \ argument 58 #define UPDATE_FP_CAUSE(REG, V) \ argument 64 #define SET_FP_ENABLES(REG, V) \ argument 70 #define SET_FP_FLAGS(REG, V) \ argument 75 #define UPDATE_FP_FLAGS(REG, V) \ argument
|
| /qemu/include/qemu/ |
| A D | atomic.h | 268 #define qatomic_set_i64(P, V) \ argument 270 #define qatomic_set_u64(P, V) \ argument
|
| /qemu/subprojects/libvduse/include/ |
| A D | atomic.h | 268 #define qatomic_set_i64(P, V) \ argument 270 #define qatomic_set_u64(P, V) \ argument
|
| /qemu/subprojects/libvhost-user/include/ |
| A D | atomic.h | 268 #define qatomic_set_i64(P, V) \ argument 270 #define qatomic_set_u64(P, V) \ argument
|
| /qemu/linux-user/ |
| A D | strace.c | 57 #define FLAG_BASIC(V, M, N) { V, M | QEMU_BUILD_BUG_ON_ZERO(!(M)), N } argument 60 #define FLAG_GENERIC_MASK(V, M) FLAG_BASIC(V, M, #V) argument 61 #define FLAG_GENERIC(V) FLAG_BASIC(V, V, #V) argument 63 #define FLAG_TARGET_MASK(V, M) FLAG_BASIC(TARGET_##V, TARGET_##M, #V) argument 64 #define FLAG_TARGET(V) FLAG_BASIC(TARGET_##V, TARGET_##V, #V) argument
|
| /qemu/target/alpha/ |
| A D | translate.c | 102 #define DEF_VAR(V) { &cpu_##V, #V, offsetof(CPUAlphaState, V) } in alpha_translate_init() argument
|
| /qemu/target/arm/tcg/ |
| A D | neon_helper.c | 1269 #define ELEM(V, N, SIZE) (((V) >> ((N) * (SIZE))) & ((1ull << (SIZE)) - 1)) argument
|
| /qemu/target/hppa/ |
| A D | translate.c | 271 #define DEF_VAR(V) { &cpu_##V, #V, offsetof(CPUHPPAState, V) } in hppa_translate_init() argument
|
| /qemu/target/s390x/tcg/ |
| A D | translate.c | 960 #define V(N, B) { B, 4, 3, FLD_C_v##N, FLD_O_v##N } macro
|