Searched refs:CC_MASK (Results 1 - 4 of 4) sorted by relevance
/vbox/src/recompiler/tests/ |
H A D | test-i386-muldiv.h | 17 stringify(OP) "b", s0, s1, res, flags & CC_MASK); 35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK); 53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK); 72 stringify(OP) "q", op0h, op0, s1, resh, res, flags & CC_MASK);
|
H A D | test-i386-shift.h | 41 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK); 55 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); 68 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); 92 stringify(OP) "q", s0, s2, s1, res, iflags, flags & CC_MASK); 106 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK); 119 stringify(OP) "w", s0, s2, s1, res, iflags, flags & CC_MASK); 135 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK);
|
H A D | test-i386.h | 17 stringify(OP) size, s0, s1, res, iflags, flags & CC_MASK); 28 stringify(OP) size, s0, res, iflags, flags & CC_MASK);
|
H A D | test-i386.c | 85 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A) macro 145 #undef CC_MASK macro 146 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O) macro 182 #undef CC_MASK macro 183 #define CC_MASK (CC_C) macro 514 #undef CC_MASK macro 516 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A) macro 518 #define CC_MASK (CC_O | CC_C) macro 542 "imulw", s0, s1, res, flags & CC_MASK); 560 "imull", s0, s1, res, flags & CC_MASK); 601 #undef CC_MASK macro 602 #define CC_MASK macro [all...] |
Completed in 677 milliseconds