Home
last modified time | relevance | path

Searched refs:X86CondNZ (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_x86_defs.h389 X86CondNZ = 5, /* not zero */ enumerator
Dguest_x86_helpers.c662 case X86CondNZ: in x86g_calculate_condition()
826 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper()
919 if (isU32(cc_op, X86G_CC_OP_SUBW) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper()
936 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper()
987 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper()
1053 if (isU32(cc_op, X86G_CC_OP_LOGICB) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper()
1175 && (isU32(cond, X86CondZ) || isU32(cond, X86CondNZ))) { in guest_x86_spechelper()
Dguest_x86_toIR.c1067 case X86CondNZ: return "nz"; in name_X86Condcode()
4674 mk_x86g_calculate_condition(X86CondNZ)), in dis_FPU()
13267 zbit = mk_x86g_calculate_condition( X86CondNZ ); in disInstr_X86_WRK()
13960 dis_REP_op ( X86CondNZ, dis_MOVS, sz, eip_orig, in disInstr_X86_WRK()
13966 dis_REP_op ( X86CondNZ, dis_CMPS, sz, eip_orig, in disInstr_X86_WRK()
13972 dis_REP_op ( X86CondNZ, dis_STOS, sz, eip_orig, in disInstr_X86_WRK()
13978 dis_REP_op ( X86CondNZ, dis_SCAS, sz, eip_orig, in disInstr_X86_WRK()