/external/valgrind/VEX/priv/ |
D | guest_mips_toIR.c | 10022 putDSPControl(IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK() 10046 putDSPControl(IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK() 10088 IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK() 10100 putDSPControl(IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK() 10124 assign(t3, IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK() 10136 putDSPControl(IRExpr_ITE(unop(Iop_Not1, in disDSPInstr_MIPS_WRK() 16137 stmt (IRStmt_Exit (unop (Iop_Not1, in disInstr_MIPS_WRK() 16145 stmt (IRStmt_Exit (unop (Iop_Not1, in disInstr_MIPS_WRK() 16153 stmt (IRStmt_Exit (unop (Iop_Not1, in disInstr_MIPS_WRK() 16162 stmt (IRStmt_Exit (unop (Iop_Not1, in disInstr_MIPS_WRK() [all …]
|
D | host_tilegx_isel.c | 788 case Iop_Not1: { in iselWordExpr_R_wrk() 1340 if (e->Iex.Binop.op == Iop_Not1) { in iselCondCode_wrk()
|
D | guest_tilegx_toIR.c | 680 bstmt = dis_branch(unop(Iop_Not1, in disInstr_TILEGX_WRK()
|
D | guest_arm_toIR.c | 1405 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() 15582 stmt( IRStmt_Exit( unop(Iop_Not1, in disInstr_ARM_WRK() 16078 stmt( IRStmt_Exit(unop(Iop_Not1, mkexpr(tSC1)), in disInstr_ARM_WRK() 16201 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_ARM_WRK() 21418 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_THUMB_WRK() 21447 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_THUMB_WRK() 21477 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_THUMB_WRK()
|
D | host_mips_isel.c | 1434 case Iop_Not1: { in iselWordExpr_R_wrk() 2132 if (e->Iex.Binop.op == Iop_Not1) { in iselCondCode_wrk()
|
D | ir_defs.c | 172 case Iop_Not1: vex_printf("Not1"); return; in ppIROp() 2721 case Iop_Not1: UNARY(Ity_I1, Ity_I1); in typeOfPrimop()
|
D | guest_ppc_toIR.c | 3250 unop( Iop_Not1, in getNegatedResult() 3293 unop( Iop_Not1, in getNegatedResult_32() 8599 assign( fraNotZero_tmp, unop( Iop_Not1, is_Zero( frA_int, sp ) ) ); in _do_fp_tdiv() 9532 #define NOT(x) unop( Iop_1Uto32, unop( Iop_Not1, unop( Iop_32to1, mkexpr( x ) ) ) ) 13829 mkAND1( mkexpr( frA_isNaN ), unop( Iop_Not1, mkexpr( frA_isSNaN ) ) ) ); in _get_maxmin_fp_NaN() 13831 mkAND1( mkexpr( frB_isNaN ), unop( Iop_Not1, mkexpr( frB_isSNaN ) ) ) ); in _get_maxmin_fp_NaN() 15155 unop( Iop_Not1, in dis_vxs_misc()
|
D | ir_opt.c | 1497 case Iop_Not1: in fold_Expr() 4870 = IRExpr_Unop(Iop_Not1,deepCopyIRExpr(st->Ist.Exit.guard)); in maybe_loop_unroll_BB()
|
D | host_s390_isel.c | 3296 case Iop_Not1: /* Not1(cond) */ in s390_isel_cc()
|
D | host_arm64_isel.c | 1318 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 | 2844 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_Not1) { in iselCondCode_wrk()
|
D | host_arm_isel.c | 1071 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/memcheck/tests/vbit-test/ |
D | util.c | 442 case Iop_Not1: UNARY(Ity_I1, Ity_I1); in typeof_primop()
|
D | irops.c | 154 …{ DEFOP(Iop_Not1, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc…
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 539 Iop_Not1, /* :: Ity_Bit -> Ity_Bit */ enumerator
|
/external/valgrind/VEX/useful/ |
D | test_main.c | 2038 case Iop_Not1: in expr2vbits_Unop()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 4484 case Iop_Not1: in expr2vbits_Unop()
|