/qemu/target/hexagon/mmvec/ |
H A D | macros.h | 311 #define fVSATDW(U, V) fVSATW(((((long long)U) << 32) | fZXTN(32, 64, V))) argument 312 #define fVASL_SATHI(U, V) fVSATW(((U) << 1) | ((V) >> 31)) argument 313 #define fVUADDSAT(WIDTH, U, V) \ argument 315 #define fVSADDSAT(WIDTH, U, V) \ argument 317 #define fVUSUBSAT(WIDTH, U, V) \ argument 319 #define fVSSUBSAT(WIDTH, U, V) \ argument 321 #define fVAVGU(WIDTH, U, V) \ argument 323 #define fVAVGURND(WIDTH, U, V) \ argument 325 #define fVNAVGU(WIDTH, U, V) \ argument 327 #define fVNAVGURNDSAT(WIDTH, U, V) \ argument [all …]
|
/qemu/target/loongarch/ |
H A D | cpu.h | 56 #define SET_FP_CAUSE(REG, V) \ argument 60 #define UPDATE_FP_CAUSE(REG, V) \ argument 66 #define SET_FP_ENABLES(REG, V) \ argument 72 #define SET_FP_FLAGS(REG, V) \ argument 77 #define UPDATE_FP_FLAGS(REG, V) \ argument
|
/qemu/subprojects/libvduse/include/ |
H A D | atomic.h | 256 #define qatomic_set_i64(P, V) \ argument 258 #define qatomic_set_u64(P, V) \ argument
|
/qemu/include/qemu/ |
H A D | atomic.h | 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 | 256 #define qatomic_set_i64(P, V) \ argument 258 #define qatomic_set_u64(P, V) \ argument
|
/qemu/linux-user/ |
H 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/ |
H A D | translate.c | 103 #define DEF_VAR(V) { &cpu_##V, #V, offsetof(CPUAlphaState, V) } in alpha_translate_init() argument
|
/qemu/target/arm/tcg/ |
H A D | neon_helper.c | 1226 #define ELEM(V, N, SIZE) (((V) >> ((N) * (SIZE))) & ((1ull << (SIZE)) - 1)) argument
|
/qemu/target/hppa/ |
H A D | translate.c | 273 #define DEF_VAR(V) { &cpu_##V, #V, offsetof(CPUHPPAState, V) } in hppa_translate_init() argument
|
/qemu/tcg/ |
H A D | tcg.c | 1179 #define OUTOP(O, T, V) [O] = _Generic(V, T: &V.base) argument
|
/qemu/target/s390x/tcg/ |
H A D | translate.c | 960 #define V(N, B) { B, 4, 3, FLD_C_v##N, FLD_O_v##N } macro
|