/external/valgrind/main/VEX/priv/ |
D | guest_arm_helpers.c | 353 binop(Iop_CmpNE32, cc_dep1, cc_dep2)); in guest_arm_spechelper() 397 binop(Iop_CmpNE32, cc_dep1, mkU32(0))); in guest_arm_spechelper()
|
D | guest_x86_helpers.c | 829 binop(Iop_CmpNE32, cc_dep1, cc_dep2)); in guest_x86_spechelper() 989 return unop(Iop_1Uto32,binop(Iop_CmpNE32, cc_dep1, mkU32(0))); in guest_x86_spechelper() 1058 binop(Iop_CmpNE32, binop(Iop_And32,cc_dep1,mkU32(255)), in guest_x86_spechelper()
|
D | guest_generic_bb_to_IR.c | 539 Iop_CmpNE32, in bb_to_IR()
|
D | guest_ppc_toIR.c | 1198 binop(Iop_CmpNE32, in gen_SIGBUS_if_misaligned() 1593 = binop( Iop_CmpNE32, in set_XER_OV_32() 1700 = binop( Iop_CmpNE32, in set_XER_OV_64() 1840 unop(Iop_1Uto32, binop(Iop_CmpNE32, xer_ca, mkU32(0))), in set_XER_CA_32() 1866 = unop(Iop_1Uto32, binop(Iop_CmpNE32, xer_ca, mkU32(0))); in set_XER_CA_32() 2303 binop(Iop_CmpNE32, mkU32(ew), mkU32(EmWarn_NONE)), in putGST_masked() 3109 irx = binop(Iop_CmpNE32, lo32, mkU32(0)); in dis_int_logic() 4526 binop(Iop_CmpNE32, mkexpr(do_branch), mkU32(0)), in dis_branch() 4745 IROp opCMPNE = is32bit ? Iop_CmpNE32 : Iop_CmpNE64; in do_trap()
|
D | guest_x86_toIR.c | 1448 binop(Iop_CmpNE32, unop(Iop_64HIto32, mkexpr(r64)), mkU32(0)), in handleSegOverride() 3960 binop(Iop_CmpNE32, mkexpr(ew), mkU32(0)), in dis_FPU() 4002 binop(Iop_CmpNE32, mkexpr(ew), mkU32(0)), in dis_FPU() 4950 binop(Iop_CmpNE32, mkexpr(ew), mkU32(0)), in dis_FPU() 7523 binop( Iop_CmpNE32, in set_EFLAGS_from_value() 7704 binop(Iop_CmpNE32, in gen_SEGV_if_not_16_aligned() 8538 binop(Iop_CmpNE32, mkexpr(ew), mkU32(0)), in disInstr_X86_WRK() 13248 cond = binop(Iop_CmpNE32, count, mkU32(0)); in disInstr_X86_WRK()
|
D | guest_arm_toIR.c | 1255 binop(Iop_CmpNE32, in mk_armg_calculate_flag_qc() 1274 binop(Iop_CmpNE32, in mk_armg_calculate_flag_qc() 1450 binop(Iop_CmpNE32, mkexpr(t), mkU32(0)), in gen_SIGILL_T_if_nonzero() 1508 binop(Iop_CmpNE32, in synthesise_APSR() 1515 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(0), mkU32(0))); in synthesise_APSR() 1517 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(1), mkU32(0))); in synthesise_APSR() 1519 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(2), mkU32(0))); in synthesise_APSR() 1521 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(3), mkU32(0))); in synthesise_APSR() 15089 assign( kond, binop(bOP ? Iop_CmpNE32 : Iop_CmpEQ32, in disInstr_THUMB_WRK()
|
D | host_amd64_isel.c | 2252 || e->Iex.Binop.op == Iop_CmpNE32 in iselCondCode_wrk() 2263 case Iop_CmpNE32: case Iop_CasCmpNE32: return Acc_NZ; in iselCondCode_wrk()
|
D | host_ppc_isel.c | 2388 || e->Iex.Binop.op == Iop_CmpNE32 in iselCondCode_wrk() 2402 case Iop_CmpNE32: return mk_PPCCondCode( Pct_FALSE, Pcf_7EQ ); in iselCondCode_wrk()
|
D | host_x86_isel.c | 1841 || e->Iex.Binop.op == Iop_CmpNE32 in iselCondCode_wrk() 1853 case Iop_CmpNE32: case Iop_CasCmpNE32: return Xcc_NZ; in iselCondCode_wrk()
|
D | host_arm_isel.c | 1024 || e->Iex.Binop.op == Iop_CmpNE32 in iselCondCode_wrk() 1035 case Iop_CmpNE32: return ARMcc_NE; in iselCondCode_wrk()
|
D | ir_defs.c | 2064 case Iop_CmpEQ32: case Iop_CmpNE32: in typeOfPrimop()
|
D | ir_opt.c | 1387 case Iop_CmpNE32: in fold_Expr()
|
D | guest_amd64_toIR.c | 5054 binop(Iop_CmpNE32, mkexpr(ew), mkU32(0)), in dis_FPU() 5096 binop(Iop_CmpNE32, mkexpr(ew), mkU32(0)), in dis_FPU()
|
/external/valgrind/main/coregrind/ |
D | m_translate.c | 844 IROp op_CmpNE = Iop_CmpNE32; in gen_PUSH() 933 IROp op_CmpNE = Iop_CmpNE32; in gen_POP()
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 411 Iop_CmpNE8, Iop_CmpNE16, Iop_CmpNE32, Iop_CmpNE64, enumerator
|
/external/valgrind/tsan/ |
D | ts_valgrind.cc | 936 IRExpr_Binop(Iop_CmpNE32, in ts_instrument_trace_entry_verify()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 2993 case Iop_CmpNE32: in expr2vbits_Binop()
|