/external/valgrind/main/VEX/test/ |
D | test-i386.c | 47 #define CC_P 0x0004 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) 572 printf("fcomi(%f %f)=%08x\n", a, b, eflags & (CC_Z | CC_P | CC_C)); in test_fcmp() 730 TEST_FCMOV(a, b, CC_P, "u"); in test_fcmov() 732 TEST_FCMOV(a, b, CC_P, "nu"); in test_fcmov() 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)); [all …]
|
D | test-amd64.c | 57 #define CC_P 0x0004 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) 610 printf("fcomi(%f %f)=%016llx\n", a, b, rflags & (CC_Z | CC_P | CC_C)); in test_fcmp() 768 TEST_FCMOV(a, b, (int64)CC_P, "u"); in test_fcmov() 770 TEST_FCMOV(a, b, (int64)CC_P, "nu"); in test_fcmov() 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)); [all …]
|
D | test-i386-shift.h | 123 | (p ? CC_P : 0); in exec_op()
|
D | test-i386.h | 130 | (p ? CC_P : 0); in exec_op()
|
D | test-amd64-shift.h | 137 | (p ? CC_P : 0); in exec_op()
|
D | test-amd64.h | 121 | (p ? CC_P : 0); in exec_op()
|
/external/qemu/target-i386/ |
D | op_helper.c | 47 CC_P, 0, 0, CC_P, 0, CC_P, CC_P, 0, 48 0, CC_P, CC_P, 0, CC_P, 0, 0, CC_P, 49 0, CC_P, CC_P, 0, CC_P, 0, 0, CC_P, 50 CC_P, 0, 0, CC_P, 0, CC_P, CC_P, 0, 51 0, CC_P, CC_P, 0, CC_P, 0, 0, CC_P, 52 CC_P, 0, 0, CC_P, 0, CC_P, CC_P, 0, 53 CC_P, 0, 0, CC_P, 0, CC_P, CC_P, 0, 54 0, CC_P, CC_P, 0, CC_P, 0, 0, CC_P, 55 0, CC_P, CC_P, 0, CC_P, 0, 0, CC_P, 56 CC_P, 0, 0, CC_P, 0, CC_P, CC_P, 0, [all …]
|
D | exec.h | 279 CC_SRC = eflags & (CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C); in load_eflags()
|
D | cpu.h | 102 #define CC_P 0x0004 macro
|
D | helper.c | 702 eflags & CC_P ? 'P' : '-', in cpu_dump_state() 729 eflags & CC_P ? 'P' : '-', in cpu_dump_state()
|
D | ops_sse.h | 899 const int comis_eflags[4] = {CC_C, CC_Z, 0, CC_Z | CC_P | CC_C};
|
D | translate.c | 6399 tcg_gen_andi_tl(cpu_T[0], cpu_T[0], CC_S | CC_Z | CC_A | CC_P | CC_C); in disas_insn()
|
/external/valgrind/main/memcheck/tests/amd64/ |
D | more_x87_fp.c | 63 #define CC_P 0x0004 macro 90 printf("fcomi(%f %f)=%08llx\n", a, b, eflags & (CC_Z | CC_P | CC_C)); in test_fcmp() 248 TEST_FCMOV(a, b, CC_P, "u"); in test_fcmov() 250 TEST_FCMOV(a, b, CC_P, "nu"); in test_fcmov()
|
/external/valgrind/main/memcheck/tests/x86/ |
D | more_x86_fp.c | 53 #define CC_P 0x0004 macro 80 printf("fcomi(%f %f)=%08x\n", a, b, eflags & (CC_Z | CC_P | CC_C)); in test_fcmp() 238 TEST_FCMOV(a, b, CC_P, "u"); in test_fcmov() 240 TEST_FCMOV(a, b, CC_P, "nu"); in test_fcmov()
|
/external/valgrind/main/none/tests/x86/ |
D | x86locked.c | 196 #define CC_P 0x0004 macro 202 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O) 227 | (p ? CC_P : 0); \ 314 | (p ? CC_P : 0); \ in GEN_do_locked_G_E() 416 | (p ? CC_P : 0); \
|
/external/valgrind/main/none/tests/amd64/ |
D | amd64locked.c | 211 #define CC_P 0x0004 macro 217 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O) 242 | (p ? CC_P : 0); \ 336 | (p ? CC_P : 0); \ in GEN_do_locked_G_E() 452 | (p ? CC_P : 0); \
|
/external/qemu/ |
D | cpu-exec.c | 277 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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_sm4.cpp | 1958 insn->insn.test_nz ? CC_P : CC_NOT_P, src(0, 0)); in handleInstruction() 1982 mkFlow(OP_BRA, NULL, insn->insn.test_nz ? CC_NOT_P : CC_P, src(0, 0)); in handleInstruction() 2071 CondCode cc = insn->insn.test_nz ? CC_P : CC_NOT_P; in handleInstruction() 2092 mkFlow(OP_CONT, contBB, insn->insn.test_nz ? CC_P : CC_NOT_P, src(0, 0)); in handleInstruction()
|
D | nv50_ir_build_util.cpp | 275 mkMov(def0, trSrc)->setPredicate(CC_P, pred); in mkSelect()
|
D | nv50_ir.h | 178 CC_P = CC_NE, enumerator
|
D | nv50_ir_from_tgsi.cpp | 2021 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(CC_P, val0); in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_sm4.cpp | 1958 insn->insn.test_nz ? CC_P : CC_NOT_P, src(0, 0)); in handleInstruction() 1982 mkFlow(OP_BRA, NULL, insn->insn.test_nz ? CC_NOT_P : CC_P, src(0, 0)); in handleInstruction() 2071 CondCode cc = insn->insn.test_nz ? CC_P : CC_NOT_P; in handleInstruction() 2092 mkFlow(OP_CONT, contBB, insn->insn.test_nz ? CC_P : CC_NOT_P, src(0, 0)); in handleInstruction()
|
D | nv50_ir_build_util.cpp | 275 mkMov(def0, trSrc)->setPredicate(CC_P, pred); in mkSelect()
|
D | nv50_ir.h | 178 CC_P = CC_NE, enumerator
|
D | nv50_ir_from_tgsi.cpp | 2021 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(CC_P, val0); in handleInstruction()
|