Searched refs:X86CondNZ (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_x86_defs.h | 389 X86CondNZ = 5, /* not zero */ enumerator
|
D | guest_x86_helpers.c | 662 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()
|
D | guest_x86_toIR.c | 1064 case X86CondNZ: return "nz"; in name_X86Condcode() 4675 mk_x86g_calculate_condition(X86CondNZ)), in dis_FPU() 13260 zbit = mk_x86g_calculate_condition( X86CondNZ ); in disInstr_X86_WRK() 13953 dis_REP_op ( X86CondNZ, dis_MOVS, sz, eip_orig, in disInstr_X86_WRK() 13959 dis_REP_op ( X86CondNZ, dis_CMPS, sz, eip_orig, in disInstr_X86_WRK() 13965 dis_REP_op ( X86CondNZ, dis_STOS, sz, eip_orig, in disInstr_X86_WRK() 13971 dis_REP_op ( X86CondNZ, dis_SCAS, sz, eip_orig, in disInstr_X86_WRK()
|