Searched refs:Iop_Not1 (Results 1 – 15 of 15) sorted by relevance
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 528 Iop_Not1, /* :: Ity_Bit -> Ity_Bit */ enumerator
|
/external/valgrind/main/VEX/priv/ |
D | guest_mips_toIR.c | 3313 dis_branch(False, unop(Iop_Not1, binop(Iop_CmpLE32S, getIReg(rs), in disInstr_MIPS_WRK() 3331 lastn = dis_branch_likely(unop(Iop_Not1, (binop(Iop_CmpLE32S, in disInstr_MIPS_WRK()
|
D | host_mips_isel.c | 1126 case Iop_Not1: { in iselWordExpr_R_wrk() 1711 if (e->Iex.Binop.op == Iop_Not1) { in iselCondCode_wrk()
|
D | guest_arm_toIR.c | 1399 unop(Iop_Not1, unop(Iop_32to1, mkexpr(guardT))), in mk_skip_over_A32_if_cond_is_false() 1416 unop(Iop_Not1, unop(Iop_32to1, mkexpr(guardT))), in mk_skip_over_T16_if_cond_is_false() 1434 unop(Iop_Not1, unop(Iop_32to1, mkexpr(guardT))), in mk_skip_over_T32_if_cond_is_false() 13539 stmt( IRStmt_Exit( unop(Iop_Not1, in disInstr_ARM_WRK() 14000 stmt( IRStmt_Exit(unop(Iop_Not1, mkexpr(tSC1)), in disInstr_ARM_WRK() 14123 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_ARM_WRK() 18633 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_THUMB_WRK() 18662 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_THUMB_WRK() 18692 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_THUMB_WRK()
|
D | ir_defs.c | 169 case Iop_Not1: vex_printf("Not1"); return; in ppIROp() 2345 case Iop_Not1: UNARY(Ity_I1, Ity_I1); in typeOfPrimop()
|
D | host_s390_isel.c | 2037 case Iop_Not1: /* Not1(cond) */ in s390_isel_cc()
|
D | ir_opt.c | 1401 case Iop_Not1: in fold_Expr() 4328 = IRExpr_Unop(Iop_Not1,deepCopyIRExpr(st->Ist.Exit.guard)); in maybe_loop_unroll_BB()
|
D | guest_ppc_toIR.c | 2921 unop( Iop_Not1, in getNegatedResult() 2964 unop( Iop_Not1, in getNegatedResult_32() 7808 assign( fraNotZero_tmp, unop( Iop_Not1, is_Zero( frA_int, sp ) ) ); in _do_fp_tdiv() 8679 #define NOT(x) unop( Iop_1Uto32, unop( Iop_Not1, unop( Iop_32to1, mkexpr( x ) ) ) ) 12707 mkAND1( mkexpr( frA_isNaN ), unop( Iop_Not1, mkexpr( frA_isSNaN ) ) ) ); in _get_maxmin_fp_NaN() 12709 mkAND1( mkexpr( frB_isNaN ), unop( Iop_Not1, mkexpr( frB_isSNaN ) ) ) ); in _get_maxmin_fp_NaN()
|
D | host_x86_isel.c | 1691 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
|
D | host_amd64_isel.c | 2077 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
|
D | host_ppc_isel.c | 2534 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
|
D | host_arm_isel.c | 985 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
|
D | guest_s390_toIR.c | 306 condition = unop(Iop_Not1, condition); in if_condition_goto_computed()
|
/external/valgrind/main/VEX/ |
D | test_main.c | 1995 case Iop_Not1: in expr2vbits_Unop()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3716 case Iop_Not1: in expr2vbits_Unop()
|