Home
last modified time | relevance | path

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

/qemu/target/hexagon/mmvec/
A Dmacros.h311 #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 Dcpu.h54 #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 Datomic.h268 #define qatomic_set_i64(P, V) \ argument
270 #define qatomic_set_u64(P, V) \ argument
/qemu/subprojects/libvduse/include/
A Datomic.h268 #define qatomic_set_i64(P, V) \ argument
270 #define qatomic_set_u64(P, V) \ argument
/qemu/subprojects/libvhost-user/include/
A Datomic.h268 #define qatomic_set_i64(P, V) \ argument
270 #define qatomic_set_u64(P, V) \ argument
/qemu/linux-user/
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/
A Dtranslate.c102 #define DEF_VAR(V) { &cpu_##V, #V, offsetof(CPUAlphaState, V) } in alpha_translate_init() argument
/qemu/target/arm/tcg/
A Dneon_helper.c1269 #define ELEM(V, N, SIZE) (((V) >> ((N) * (SIZE))) & ((1ull << (SIZE)) - 1)) argument
/qemu/target/hppa/
A Dtranslate.c271 #define DEF_VAR(V) { &cpu_##V, #V, offsetof(CPUHPPAState, V) } in hppa_translate_init() argument
/qemu/target/s390x/tcg/
A Dtranslate.c960 #define V(N, B) { B, 4, 3, FLD_C_v##N, FLD_O_v##N } macro

Completed in 55 milliseconds