Searched refs:X86G_CC_SHIFT_P (Results 1 – 2 of 2) sorted by relevance
188 #define X86G_CC_SHIFT_P 2 macro195 #define X86G_CC_MASK_P (1 << X86G_CC_SHIFT_P)
688 pf = eflags >> X86G_CC_SHIFT_P; in x86g_calculate_condition()1244 binop(Iop_Shr32, cc_dep1, mkU8(X86G_CC_SHIFT_P)), in guest_x86_spechelper()2093 UInt r_P = (flags_and_AX >> (16 + X86G_CC_SHIFT_P)) & 1; in x86g_calculate_daa_das_aaa_aas()2194 | ( (r_P & 1) << (16 + X86G_CC_SHIFT_P) ) in x86g_calculate_daa_das_aaa_aas()2209 UInt r_P = (flags_and_AX >> (16 + X86G_CC_SHIFT_P)) & 1; in x86g_calculate_aad_aam()2239 | ( (r_P & 1) << (16 + X86G_CC_SHIFT_P) ) in x86g_calculate_aad_aam()