/external/valgrind/VEX/priv/ |
D | guest_mips_toIR.c | 10108 putDSPControl(IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK() 10132 putDSPControl(IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK() 10174 IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK() 10186 putDSPControl(IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK() 10210 assign(t3, IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK() 10222 putDSPControl(IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK() 16089 stmt (IRStmt_Exit (unop (Iop_Not1, in disInstr_MIPS_WRK() 16097 stmt (IRStmt_Exit (unop (Iop_Not1, in disInstr_MIPS_WRK() 16105 stmt (IRStmt_Exit (unop (Iop_Not1, in disInstr_MIPS_WRK() 16114 stmt (IRStmt_Exit (unop (Iop_Not1, in disInstr_MIPS_WRK() [all …]
|
D | guest_ppc_toIR.c | 3838 not_zero_frac = unop( Iop_Not1, in is_NaN() 3857 not_zero_frac = unop( Iop_Not1, in is_Denorm() 3903 not_zero_exp = unop( Iop_Not1, in is_Norm() 3906 not_max_exp = unop( Iop_Not1, in is_Norm() 4116 unop( Iop_Not1, in getNegatedResult() 4160 unop( Iop_Not1, in getNegatedResult_32() 10967 assign( fraNotZero_tmp, unop( Iop_Not1, is_Zero( Ity_I32, frA_int ) ) ); in _do_fp_tdiv() 10969 assign( fraNotZero_tmp, unop( Iop_Not1, is_Zero( Ity_I64, frA_int ) ) ); in _do_fp_tdiv() 12182 #define NOT(x) unop( Iop_1Uto32, unop( Iop_Not1, unop( Iop_32to1, mkexpr( x ) ) ) ) 15312 unop( Iop_Not1, in dis_av_extend_sign_count_zero() [all …]
|
D | guest_arm_toIR.c | 1429 unop(Iop_Not1, unop(Iop_32to1, mkexpr(guardT))), in mk_skip_over_A32_if_cond_is_false() 1446 unop(Iop_Not1, unop(Iop_32to1, mkexpr(guardT))), in mk_skip_over_T16_if_cond_is_false() 1464 unop(Iop_Not1, unop(Iop_32to1, mkexpr(guardT))), in mk_skip_over_T32_if_cond_is_false() 13471 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in decode_V8_instruction() 17065 stmt( IRStmt_Exit( unop(Iop_Not1, in disInstr_ARM_WRK() 17561 stmt( IRStmt_Exit(unop(Iop_Not1, mkexpr(tSC1)), in disInstr_ARM_WRK() 17684 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_ARM_WRK() 22967 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_THUMB_WRK() 22996 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_THUMB_WRK() 23026 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_THUMB_WRK()
|
D | ir_defs.c | 172 case Iop_Not1: vex_printf("Not1"); return; in ppIROp() 2789 case Iop_Not1: UNARY(Ity_I1, Ity_I1); in typeOfPrimop()
|
D | host_mips_isel.c | 1428 case Iop_Not1: { in iselWordExpr_R_wrk() 2126 if (e->Iex.Binop.op == Iop_Not1) { in iselCondCode_wrk()
|
D | ir_opt.c | 1499 case Iop_Not1: in fold_Expr() 4875 = IRExpr_Unop(Iop_Not1,deepCopyIRExpr(st->Ist.Exit.guard)); in maybe_loop_unroll_BB()
|
D | host_s390_isel.c | 3334 case Iop_Not1: /* Not1(cond) */ in s390_isel_cc()
|
D | host_arm64_isel.c | 1316 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
|
D | host_x86_isel.c | 1814 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
|
D | host_amd64_isel.c | 2235 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
|
D | host_ppc_isel.c | 2936 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
|
D | host_arm_isel.c | 1214 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
|
D | guest_s390_toIR.c | 301 condition = unop(Iop_Not1, condition); in if_condition_goto_computed()
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 539 Iop_Not1, /* :: Ity_Bit -> Ity_Bit */ enumerator
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 179 …{ DEFOP(Iop_Not1, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc…
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 4561 case Iop_Not1: in expr2vbits_Unop()
|