Searched refs:IRConst_U32 (Results 1 – 22 of 22) sorted by relevance
951 case Iop_Xor32: return IRExpr_Const(IRConst_U32(0)); in mkZeroOfPrimopResultType()1016 e2 = IRExpr_Const(IRConst_U32( in fold_Expr()1037 e2 = IRExpr_Const(IRConst_U32( in fold_Expr()1051 e2 = IRExpr_Const(IRConst_U32((UInt)s32)); in fold_Expr()1058 e2 = IRExpr_Const(IRConst_U32( (UInt)s32) ); in fold_Expr()1070 e2 = IRExpr_Const(IRConst_U32( in fold_Expr()1085 e2 = IRExpr_Const(IRConst_U32( in fold_Expr()1112 e2 = IRExpr_Const(IRConst_U32( in fold_Expr()1144 e2 = IRExpr_Const(IRConst_U32( (UInt)w64 )); in fold_Expr()1150 e2 = IRExpr_Const(IRConst_U32( (UInt)w64 )); in fold_Expr()[all …]
206 ? IRConst_U32(toUInt(guest_IP_bbstart)) in bb_to_IR()389 ? IRConst_U32(toUInt(guest_IP_bbstart+delta)) in bb_to_IR()618 = guest_word_type==Ity_I32 ? IRConst_U32(toUInt(base2check)) in bb_to_IR()621 = guest_word_type==Ity_I32 ? IRConst_U32(len2check) in bb_to_IR()682 : IRExpr_Const(IRConst_U32(expectedhW)) in bb_to_IR()
680 return IRExpr_Const(IRConst_U32(i)); in mkU32()771 IRConst_U32( restart_point ) in casLE()1364 IRConst_U32(d32_false) ) ); in jcc_01()1370 IRConst_U32(d32_true) ) ); in jcc_01()1453 IRConst_U32( guest_EIP_curr_instr ) in handleSegOverride()3267 IRConst_U32(eip_next) ) ); in dis_REP_op()3279 IRConst_U32(eip) ) ); in dis_REP_op()3961 IRConst_U32( ((Addr32)guest_EIP_bbstart)+delta) in dis_FPU()4003 IRConst_U32( ((Addr32)guest_EIP_bbstart)+delta) in dis_FPU()4951 IRConst_U32( ((Addr32)guest_EIP_bbstart)+delta) in dis_FPU()[all …]
688 #define mkU32(v) IRExpr_Const(IRConst_U32(v))
560 # define mkU32(_n) IRExpr_Const(IRConst_U32(_n)) in guest_arm_spechelper()
281 return IRExpr_Const(IRConst_U32(i)); in mkU32()1401 IRConst_U32(toUInt(guest_R15_curr_instr_notENC + 4)) in mk_skip_over_A32_if_cond_is_false()1417 IRConst_U32(toUInt((guest_R15_curr_instr_notENC + 2) | 1)) in mk_skip_over_T16_if_cond_is_false()1434 IRConst_U32(toUInt((guest_R15_curr_instr_notENC + 4) | 1)) in mk_skip_over_T32_if_cond_is_false()1451 IRConst_U32(toUInt(guest_R15_curr_instr_notENC | 1)) in gen_SIGILL_T_if_nonzero()13005 IRConst_U32(guest_R15_curr_instr_notENC+4) )); in disInstr_ARM_WRK()13024 IRConst_U32(dst) )); in disInstr_ARM_WRK()13034 jk, IRConst_U32(dst) )); in disInstr_ARM_WRK()13418 IRConst_U32(guest_R15_curr_instr_notENC)) ); in disInstr_ARM_WRK()14181 IRConst_U32(guest_R15_curr_instr_notENC + 4) in disInstr_ARM_WRK()[all …]
1306 IRConst* IRConst_U32 ( UInt u32 ) in IRConst_U32() function1781 case Ico_U32: return IRConst_U32(c->Ico.U32); in deepCopyIRConst()3615 return IRExpr_Const(IRConst_U32((UInt)hw)); in mkIRExpr_HWord()
782 # define mkU32(_n) IRExpr_Const(IRConst_U32(_n)) in guest_x86_spechelper()
880 # define mkU32(_n) IRExpr_Const(IRConst_U32(_n)) in guest_amd64_spechelper()
555 return IRExpr_Const(IRConst_U32(i)); in mkU32()928 IRConst_U32((UInt)imm64) ); in mkSzConst()1480 IRConst_U32( guest_CIA_curr_instr ) in gen_SIGBUS_if_misaligned()5487 mode64 ? IRConst_U64(cia) : IRConst_U32((UInt)cia) in do_trap()5530 mode64 ? IRConst_U64(cia) : IRConst_U32((UInt)cia) in do_trap()
200 return IRExpr_Const(IRConst_U32(i)); in mkU32()
192 return IRExpr_Const(IRConst_U32(value)); in mkU32()
283 return IRExpr_Const(IRConst_U32( (UInt)i )); in mkU32()
877 return IRExpr_Const(IRConst_U32(n)); in mkU32()972 is64 ? IRConst_U64(0) : IRConst_U32(0) in gen_PUSH()1051 is64 ? IRConst_U64(0) : IRConst_U32(0) in gen_POP()1209 : IRExpr_Const(IRConst_U32( (UInt)closure->nraddr )) in mk_preamble__set_NRADDR_to_nraddr()
860 IRConst_U32( addr ) : in addConstMemStoreStmt()862 IRExpr_Const(IRConst_U32(val)) )); in addConstMemStoreStmt()1123 IRExpr* one = tyW==Ity_I32 ? IRExpr_Const(IRConst_U32(1)) in CLG_()
946 IRExpr_Const(IRConst_U32(0)))); in ts_instrument_trace_entry_verify()950 IRConst_U64(cur_pc) : IRConst_U32(cur_pc); in ts_instrument_trace_entry_verify()
302 extern IRConst* IRConst_U32 ( UInt );
768 #define mkU32(_n) IRExpr_Const(IRConst_U32(_n))
671 case Ity_I32: return IRExpr_Const(IRConst_U32(0)); in definedOfType()696 #define mkU32(_n) IRExpr_Const(IRConst_U32(_n))
1129 IRExpr* one = tyW==Ity_I32 ? IRExpr_Const(IRConst_U32(1)) in cg_instrument()
381 case Ity_I32: return IRExpr_Const(IRConst_U32(0)); in definedOfType()417 #define mkU32(_n) IRExpr_Const(IRConst_U32(_n))3868 case Ity_I32: c = IRConst_U32 (V_BITS32_DEFINED); break; in do_shadow_Store()
4099 #define mkU32(_n) IRExpr_Const(IRConst_U32(_n))