Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_mips_toIR.c9686 putDSPControl(IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK()
9710 putDSPControl(IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK()
9752 IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK()
9764 putDSPControl(IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK()
9788 assign(t3, IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK()
9800 putDSPControl(IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK()
15795 stmt (IRStmt_Exit (unop (Iop_Not1, in disInstr_MIPS_WRK()
15803 stmt (IRStmt_Exit (unop (Iop_Not1, in disInstr_MIPS_WRK()
15811 stmt (IRStmt_Exit (unop (Iop_Not1, in disInstr_MIPS_WRK()
15820 stmt (IRStmt_Exit (unop (Iop_Not1, in disInstr_MIPS_WRK()
[all …]
Dguest_arm_toIR.c1405 unop(Iop_Not1, unop(Iop_32to1, mkexpr(guardT))), in mk_skip_over_A32_if_cond_is_false()
1422 unop(Iop_Not1, unop(Iop_32to1, mkexpr(guardT))), in mk_skip_over_T16_if_cond_is_false()
1440 unop(Iop_Not1, unop(Iop_32to1, mkexpr(guardT))), in mk_skip_over_T32_if_cond_is_false()
15534 stmt( IRStmt_Exit( unop(Iop_Not1, in disInstr_ARM_WRK()
16032 stmt( IRStmt_Exit(unop(Iop_Not1, mkexpr(tSC1)), in disInstr_ARM_WRK()
16155 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_ARM_WRK()
21374 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_THUMB_WRK()
21403 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_THUMB_WRK()
21433 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_THUMB_WRK()
Dir_defs.c171 case Iop_Not1: vex_printf("Not1"); return; in ppIROp()
2623 case Iop_Not1: UNARY(Ity_I1, Ity_I1); in typeOfPrimop()
Dhost_mips_isel.c1429 case Iop_Not1: { in iselWordExpr_R_wrk()
2123 if (e->Iex.Binop.op == Iop_Not1) { in iselCondCode_wrk()
Dguest_ppc_toIR.c3095 unop( Iop_Not1, in getNegatedResult()
3138 unop( Iop_Not1, in getNegatedResult_32()
8310 assign( fraNotZero_tmp, unop( Iop_Not1, is_Zero( frA_int, sp ) ) ); in _do_fp_tdiv()
9243 #define NOT(x) unop( Iop_1Uto32, unop( Iop_Not1, unop( Iop_32to1, mkexpr( x ) ) ) )
13540 mkAND1( mkexpr( frA_isNaN ), unop( Iop_Not1, mkexpr( frA_isSNaN ) ) ) ); in _get_maxmin_fp_NaN()
13542 mkAND1( mkexpr( frB_isNaN ), unop( Iop_Not1, mkexpr( frB_isSNaN ) ) ) ); in _get_maxmin_fp_NaN()
Dir_opt.c1476 case Iop_Not1: in fold_Expr()
4744 = IRExpr_Unop(Iop_Not1,deepCopyIRExpr(st->Ist.Exit.guard)); in maybe_loop_unroll_BB()
Dhost_arm64_isel.c1479 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
Dhost_s390_isel.c3293 case Iop_Not1: /* Not1(cond) */ in s390_isel_cc()
Dhost_x86_isel.c1814 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
Dhost_amd64_isel.c2236 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
Dhost_ppc_isel.c2750 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
Dhost_arm_isel.c1079 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
Dguest_s390_toIR.c310 condition = unop(Iop_Not1, condition); in if_condition_goto_computed()
/external/valgrind/main/memcheck/tests/vbit-test/
Dutil.c441 case Iop_Not1: UNARY(Ity_I1, Ity_I1); in typeof_primop()
Dirops.c153 …{ DEFOP(Iop_Not1, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc…
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h538 Iop_Not1, /* :: Ity_Bit -> Ity_Bit */ enumerator
/external/valgrind/main/VEX/
Dtest_main.c2018 case Iop_Not1: in expr2vbits_Unop()
/external/valgrind/main/memcheck/
Dmc_translate.c4193 case Iop_Not1: in expr2vbits_Unop()