Home
last modified time | relevance | path

Searched refs:Iop_Not1 (Results 1 – 16 of 16) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_mips_toIR.c10108 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 …]
Dguest_ppc_toIR.c3838 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 …]
Dguest_arm_toIR.c1429 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()
Dir_defs.c172 case Iop_Not1: vex_printf("Not1"); return; in ppIROp()
2789 case Iop_Not1: UNARY(Ity_I1, Ity_I1); in typeOfPrimop()
Dhost_mips_isel.c1428 case Iop_Not1: { in iselWordExpr_R_wrk()
2126 if (e->Iex.Binop.op == Iop_Not1) { in iselCondCode_wrk()
Dir_opt.c1499 case Iop_Not1: in fold_Expr()
4875 = IRExpr_Unop(Iop_Not1,deepCopyIRExpr(st->Ist.Exit.guard)); in maybe_loop_unroll_BB()
Dhost_s390_isel.c3334 case Iop_Not1: /* Not1(cond) */ in s390_isel_cc()
Dhost_arm64_isel.c1316 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
Dhost_x86_isel.c1814 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
Dhost_amd64_isel.c2235 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
Dhost_ppc_isel.c2936 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
Dhost_arm_isel.c1214 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
Dguest_s390_toIR.c301 condition = unop(Iop_Not1, condition); in if_condition_goto_computed()
/external/valgrind/VEX/pub/
Dlibvex_ir.h539 Iop_Not1, /* :: Ity_Bit -> Ity_Bit */ enumerator
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c179 …{ DEFOP(Iop_Not1, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc…
/external/valgrind/memcheck/
Dmc_translate.c4561 case Iop_Not1: in expr2vbits_Unop()