Searched refs:X86CondZ (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_x86_helpers.c | 664 case X86CondZ: /* ZF == 1 */ in x86g_calculate_condition() 812 if (isU32(cc_op, X86G_CC_OP_ADDL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper() 822 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper() 913 if (isU32(cc_op, X86G_CC_OP_SUBW) && isU32(cond, X86CondZ)) { in guest_x86_spechelper() 930 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondZ)) { in guest_x86_spechelper() 984 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper() 1031 if (isU32(cc_op, X86G_CC_OP_LOGICW) && isU32(cond, X86CondZ)) { in guest_x86_spechelper() 1048 if (isU32(cc_op, X86G_CC_OP_LOGICB) && isU32(cond, X86CondZ)) { in guest_x86_spechelper() 1087 if (isU32(cc_op, X86G_CC_OP_DECL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper() 1099 if (isU32(cc_op, X86G_CC_OP_DECW) && isU32(cond, X86CondZ)) { in guest_x86_spechelper() [all …]
|
D | guest_x86_defs.h | 392 X86CondZ = 4, /* zero */ enumerator
|
D | guest_x86_toIR.c | 1069 case X86CondZ: return "z"; in name_X86Condcode() 4651 mk_x86g_calculate_condition(X86CondZ), in dis_FPU() 6673 assign( cond, mk_x86g_calculate_condition(X86CondZ) ); in dis_cmpxchg_G_E() 6690 assign( cond, mk_x86g_calculate_condition(X86CondZ) ); in dis_cmpxchg_G_E() 6713 assign( cond, mk_x86g_calculate_condition(X86CondZ) ); in dis_cmpxchg_G_E() 13540 zbit = mk_x86g_calculate_condition( X86CondZ ); in disInstr_X86_WRK() 14302 dis_REP_op ( &dres, X86CondZ, dis_CMPS, sz, eip_orig, in disInstr_X86_WRK() 14320 dis_REP_op ( &dres, X86CondZ, dis_SCAS, sz, eip_orig, in disInstr_X86_WRK()
|