Home
last modified time | relevance | path

Searched refs:CC_MASK (Results 1 – 5 of 5) sorted by relevance

/qemu/tests/tcg/i386/
H A Dtest-i386-shift.h41 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK); in exec_opq()
55 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
68 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
92 stringify(OP) "q", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opq()
106 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opl()
119 stringify(OP) "w", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opw()
135 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
H A Dtest-i386-muldiv.h17 stringify(OP) "b", s0, s1, res, flags & CC_MASK); in glue()
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
72 stringify(OP) "q", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
H A Dtest-i386.c128 #undef CC_MASK
129 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O) macro
165 #undef CC_MASK
166 #define CC_MASK (CC_C) macro
497 #undef CC_MASK
501 #define CC_MASK (CC_O | CC_C) macro
525 "imulw", s0, s1, res, flags & CC_MASK); in test_imulw2()
543 "imull", s0, s1, res, flags & CC_MASK); in test_imull2()
562 "imulq", s0, s1, res, flags & CC_MASK); in test_imulq2()
584 #undef CC_MASK
[all …]
H A Dtest-i386.h17 stringify(OP) size, s0, s1, res, iflags, flags & CC_MASK);
28 stringify(OP) size, s0, res, iflags, flags & CC_MASK);
/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h311 #define CC_MASK 0xf0000000 macro