Home
last modified time | relevance | path

Searched defs:V (Results 1 – 11 of 11) sorted by relevance

/qemu/target/hexagon/mmvec/
H A Dmacros.h311 #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 Dcpu.h56 #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 Datomic.h256 #define qatomic_set_i64(P, V) \ argument
258 #define qatomic_set_u64(P, V) \ argument
/qemu/include/qemu/
H A Datomic.h256 #define qatomic_set_i64(P, V) \ argument
258 #define qatomic_set_u64(P, V) \ argument
/qemu/subprojects/libvhost-user/include/
H A Datomic.h256 #define qatomic_set_i64(P, V) \ argument
258 #define qatomic_set_u64(P, V) \ argument
/qemu/linux-user/
H A Dstrace.c57 #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 Dtranslate.c103 #define DEF_VAR(V) { &cpu_##V, #V, offsetof(CPUAlphaState, V) } in alpha_translate_init() argument
/qemu/target/arm/tcg/
H A Dneon_helper.c1226 #define ELEM(V, N, SIZE) (((V) >> ((N) * (SIZE))) & ((1ull << (SIZE)) - 1)) argument
/qemu/target/hppa/
H A Dtranslate.c273 #define DEF_VAR(V) { &cpu_##V, #V, offsetof(CPUHPPAState, V) } in hppa_translate_init() argument
/qemu/tcg/
H A Dtcg.c1179 #define OUTOP(O, T, V) [O] = _Generic(V, T: &V.base) argument
/qemu/target/s390x/tcg/
H A Dtranslate.c960 #define V(N, B) { B, 4, 3, FLD_C_v##N, FLD_O_v##N } macro