Home
last modified time | relevance | path

Searched refs:CC_S (Results 1 – 14 of 14) sorted by relevance

/external/valgrind/VEX/test/
Dtest-i386.c50 #define CC_S 0x0080 macro
57 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
106 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O)
345 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
776 TEST_BCD(daa, 0x12340503, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A));
777 TEST_BCD(daa, 0x12340506, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A));
778 TEST_BCD(daa, 0x12340507, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A));
779 TEST_BCD(daa, 0x12340559, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A));
780 TEST_BCD(daa, 0x12340560, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A));
781 TEST_BCD(daa, 0x1234059f, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A));
[all …]
Dtest-amd64.c60 #define CC_S 0x0080 macro
67 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
116 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O)
357 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
814 TEST_BCD(daa, 0x12340503, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A));
815 TEST_BCD(daa, 0x12340506, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A));
816 TEST_BCD(daa, 0x12340507, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A));
817 TEST_BCD(daa, 0x12340559, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A));
818 TEST_BCD(daa, 0x12340560, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A));
819 TEST_BCD(daa, 0x1234059f, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A));
[all …]
Dtest-i386-shift.h119 | (s ? CC_S : 0) in exec_op()
Dtest-i386.h126 | (s ? CC_S : 0) in exec_op()
Dtest-amd64-shift.h133 | (s ? CC_S : 0) in exec_op()
Dtest-amd64.h117 | (s ? CC_S : 0) in exec_op()
/external/valgrind/none/tests/x86/
Dx86locked.c211 #define CC_S 0x0080 macro
214 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
235 | (s ? CC_S : 0) \
322 | (s ? CC_S : 0) \ in GEN_do_locked_G_E()
424 | (s ? CC_S : 0) \
/external/valgrind/none/tests/amd64/
Damd64locked.c226 #define CC_S 0x0080 macro
229 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
250 | (s ? CC_S : 0) \
344 | (s ? CC_S : 0) \ in GEN_do_locked_G_E()
460 | (s ? CC_S : 0) \
/external/valgrind/memcheck/tests/amd64/
Dmore_x87_fp.c66 #define CC_S 0x0080 macro
/external/valgrind/memcheck/tests/x86/
Dmore_x86_fp.c56 #define CC_S 0x0080 macro
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_lowering_nv50.cpp449 bld.mkOp1(OP_NEG, ty, s, q)->setPredicate(CC_S, cond); in handleDIV()
639 const CondCode cc[4] = { CC_EQU, CC_S, CC_C, CC_O }; in handleTXB()
Dnv50_ir.h194 CC_S = 0x15, enumerator
Dnv50_ir_emit_nv50.cpp222 case CC_S: enc = 0x13; break; in emitCondCode()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp212 case CC_S: val = 0x15; break; in emitCondCode()