Searched refs:X86CondNZ (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_x86_defs.h | 403 X86CondNZ = 5, /* not zero */ enumerator
|
D | guest_x86_helpers.c | 663 case X86CondNZ: in x86g_calculate_condition() 864 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper() 957 if (isU32(cc_op, X86G_CC_OP_SUBW) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper() 974 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper() 1025 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper() 1091 if (isU32(cc_op, X86G_CC_OP_LOGICB) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper() 1213 && (isU32(cond, X86CondZ) || isU32(cond, X86CondNZ))) { in guest_x86_spechelper()
|
D | guest_x86_toIR.c | 1070 case X86CondNZ: return "nz"; in name_X86Condcode() 4812 mk_x86g_calculate_condition(X86CondNZ), in dis_FPU() 13547 zbit = mk_x86g_calculate_condition( X86CondNZ ); in disInstr_X86_WRK() 14242 dis_REP_op ( &dres, X86CondNZ, dis_MOVS, sz, eip_orig, in disInstr_X86_WRK() 14248 dis_REP_op ( &dres, X86CondNZ, dis_CMPS, sz, eip_orig, in disInstr_X86_WRK() 14254 dis_REP_op ( &dres, X86CondNZ, dis_STOS, sz, eip_orig, in disInstr_X86_WRK() 14260 dis_REP_op ( &dres, X86CondNZ, dis_SCAS, sz, eip_orig, in disInstr_X86_WRK()
|