Home
last modified time | relevance | path

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

/external/valgrind/main/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/main/none/tests/x86/
Dx86locked.c199 #define CC_S 0x0080 macro
202 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
223 | (s ? CC_S : 0) \
310 | (s ? CC_S : 0) \ in GEN_do_locked_G_E()
412 | (s ? CC_S : 0) \
/external/valgrind/main/none/tests/amd64/
Damd64locked.c214 #define CC_S 0x0080 macro
217 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
238 | (s ? CC_S : 0) \
332 | (s ? CC_S : 0) \ in GEN_do_locked_G_E()
448 | (s ? CC_S : 0) \
/external/valgrind/main/memcheck/tests/amd64/
Dmore_x87_fp.c66 #define CC_S 0x0080 macro
/external/valgrind/main/memcheck/tests/x86/
Dmore_x86_fp.c56 #define CC_S 0x0080 macro
/external/qemu/
Dcpu-exec.c277 CC_SRC = env->eflags & (CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C); in cpu_exec()
280 env->eflags &= ~(DF_MASK | CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C); in cpu_exec()
615 env->eflags &= ~(DF_MASK | CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C); in cpu_exec()
/external/qemu/target-i386/
Dexec.h279 CC_SRC = eflags & (CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C); in load_eflags()
Dcpu.h105 #define CC_S 0x0080 macro
Dhelper.c699 eflags & CC_S ? 'S' : '-', in cpu_dump_state()
726 eflags & CC_S ? 'S' : '-', in cpu_dump_state()
Dop_helper.c1499 load_eflags(0, ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in do_smm_enter()
1563 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_rsm()
1579 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_rsm()
5022 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_vmrun()
5378 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_vmexit()
Dops_sse.h1841 CC_SRC = (valids < upper ? CC_Z : 0) | (validd < upper ? CC_S : 0); in pcmpxstrx()
Dtranslate.c6399 tcg_gen_andi_tl(cpu_T[0], cpu_T[0], CC_S | CC_Z | CC_A | CC_P | CC_C); in disas_insn()