Home
last modified time | relevance | path

Searched refs:CC_P (Results 1 – 16 of 16) sorted by relevance

/qemu/target/i386/tcg/
H A Dcc_helper.c26 CC_P, 0, 0, CC_P, 0, CC_P, CC_P, 0,
27 0, CC_P, CC_P, 0, CC_P, 0, 0, CC_P,
28 0, CC_P, CC_P, 0, CC_P, 0, 0, CC_P,
29 CC_P, 0, 0, CC_P, 0, CC_P, CC_P, 0,
30 0, CC_P, CC_P, 0, CC_P, 0, 0, CC_P,
31 CC_P, 0, 0, CC_P, 0, CC_P, CC_P, 0,
32 CC_P, 0, 0, CC_P, 0, CC_P, CC_P, 0,
33 0, CC_P, CC_P, 0, CC_P, 0, 0, CC_P,
34 0, CC_P, CC_P, 0, CC_P, 0, 0, CC_P,
35 CC_P, 0, 0, CC_P, 0, CC_P, CC_P, 0,
[all …]
H A Dtcg-cpu.c35 CC_SRC = env->eflags & (CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C); in x86_cpu_exec_enter()
38 env->eflags &= ~(DF_MASK | CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C); in x86_cpu_exec_enter()
H A Dmisc_helper.c33 CC_SRC = eflags & (CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C); in cpu_load_eflags()
H A Dfpu_helper.c485 static const int fcomi_ccval[4] = {CC_C, CC_Z, 0, CC_Z | CC_P | CC_C};
494 eflags = cpu_cc_compute_all(env) & ~(CC_Z | CC_P | CC_C); in helper_fcomi_ST0_FT0()
507 eflags = cpu_cc_compute_all(env) & ~(CC_Z | CC_P | CC_C); in helper_fucomi_ST0_FT0()
H A Dtranslate.c850 tcg_gen_movi_tl(reg, CC_Z | CC_P); in gen_mov_eflags()
984 .imm = CC_P }; in gen_prepare_eflags_p()
H A Demit.c.inc3233 tcg_gen_andi_tl(s->T0, s->T0, CC_S | CC_Z | CC_A | CC_P | CC_C);
/qemu/tests/tcg/i386/
H A Dtest-i386.c60 #define CC_P 0x0004 macro
68 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
129 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O)
499 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
841 a, b, fpus & FPUS_EMASK, eflags & (CC_Z | CC_P | CC_C)); in test_fcmp()
1016 TEST_FCMOV(a, b, CC_P, "u"); in test_fcmov()
1018 TEST_FCMOV(a, b, CC_P, "nu"); in test_fcmov()
1078 TEST_BCD(daa, 0x12340503, 0, (CC_C | CC_P | CC_Z | CC_S | CC_A)); in test_bcd()
1079 TEST_BCD(daa, 0x12340506, 0, (CC_C | CC_P | CC_Z | CC_S | CC_A)); in test_bcd()
1092 TEST_BCD(das, 0x12340503, 0, (CC_C | CC_P | CC_Z | CC_S | CC_A)); in test_bcd()
[all …]
/qemu/target/i386/tcg/sysemu/
H A Dsmm_helper.c164 cpu_load_eflags(env, 0, ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | in do_smm_enter()
235 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_rsm()
261 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_rsm()
H A Dsvm_helper.c342 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_vmrun()
846 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK | in do_vmexit()
/qemu/target/i386/hvf/
H A Dx86_flags.c297 env->eflags |= get_PF(env) ? CC_P : 0; in lflags_to_rflags()
311 set_PF(env, env->eflags & CC_P); in rflags_to_lflags()
H A Dx86_decode.c699 #define RFLAGS_MASK_OSZAPC (CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C)
700 #define RFLAGS_MASK_LAHF (CC_S | CC_Z | CC_A | CC_P | CC_C)
/qemu/target/cris/
H A Dcpu.h101 #define CC_P 15 macro
H A Dtranslate.c947 case CC_P: in gen_tst_cc()
/qemu/target/i386/
H A Dcpu-dump.c382 eflags & CC_P ? 'P' : '-', in x86_cpu_dump_state()
409 eflags & CC_P ? 'P' : '-', in x86_cpu_dump_state()
H A Dcpu.h117 #define CC_P 0x0004 macro
H A Dops_sse.h1103 static const int comis_eflags[4] = {CC_C, CC_Z, 0, CC_Z | CC_P | CC_C};