Searched refs:narrowTo (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_tilegx_toIR.c | 204 static IRExpr *narrowTo ( IRType dst_ty, IRExpr * e ) in narrowTo() function 554 narrowTo(Ity_I32, getIReg(ra)), in disInstr_TILEGX_WRK() 555 narrowTo(Ity_I32, getIReg(rb))), in disInstr_TILEGX_WRK() 562 narrowTo(Ity_I32, getIReg(ra)), in disInstr_TILEGX_WRK() 569 narrowTo(Ity_I32, getIReg(ra)), in disInstr_TILEGX_WRK() 796 assign(t1, narrowTo(Ity_I32, getIReg(rb))); in disInstr_TILEGX_WRK() 800 narrowTo(Ity_I32, binop(Iop_Add64, in disInstr_TILEGX_WRK() 949 narrowTo(Ity_I32, in disInstr_TILEGX_WRK() 997 narrowTo(Ity_I32, in disInstr_TILEGX_WRK() 1029 narrowTo(Ity_I32, in disInstr_TILEGX_WRK() [all …]
|
D | guest_mips_toIR.c | 1294 static IRExpr *narrowTo(IRType dst_ty, IRExpr * e) in narrowTo() function 13806 narrowTo(Ity_I8, in disInstr_MIPS_WRK() 13819 narrowTo(Ity_I8, binop(Iop_Mul32, in disInstr_MIPS_WRK() 13841 assign(t3, binop(Iop_Shl32, load(Ity_I32, mkexpr(t2)), narrowTo(Ity_I8, in disInstr_MIPS_WRK() 13851 narrowTo(Ity_I8, binop(Iop_Mul32, in disInstr_MIPS_WRK() 13881 narrowTo(Ity_I8, in disInstr_MIPS_WRK() 13888 narrowTo(Ity_I8, binop(Iop_Shl32, mkexpr(t4), mkU8(0x3))))))); in disInstr_MIPS_WRK() 13910 narrowTo(Ity_I8, binop(Iop_Shl32, mkexpr(t4), in disInstr_MIPS_WRK() 13916 binop(Iop_Shr32, mkU32(0xFFFFFFFF), narrowTo(Ity_I8, in disInstr_MIPS_WRK() 14178 store(mkexpr(t1), narrowTo(Ity_I8, getIReg(rt))); in disInstr_MIPS_WRK() [all …]
|
D | guest_x86_toIR.c | 891 static IRExpr* narrowTo ( IRType dst_ty, IRExpr* e ) in narrowTo() function 1145 assign( oldcn, narrowTo(ty, mkexpr(oldc)) ); in helper_ADC() 1199 assign( oldcn, narrowTo(ty, mkexpr(oldc)) ); in helper_SBB() 2450 assign( dst1, narrowTo(ty, unop(Iop_64to32, mkexpr(r64))) ); in dis_Grp2() 2509 assign( dst1, narrowTo(ty, mkexpr(res32)) ); in dis_Grp2() 2708 putIReg(sz, eregOfRM(modrm), narrowTo(ty, mkexpr(t2m))); in dis_Grp8_Imm() 2712 narrowTo(ty, mkexpr(t2))/*expd*/, in dis_Grp8_Imm() 2713 narrowTo(ty, mkexpr(t2m))/*new*/, in dis_Grp8_Imm() 2716 storeLE(mkexpr(t_addr), narrowTo(ty, mkexpr(t2m))); in dis_Grp8_Imm() 3435 assign(res, narrowTo(ty, mkexpr(res32))); in gen_LZCNT() [all …]
|
D | guest_amd64_toIR.c | 1754 static IRExpr* narrowTo ( IRType dst_ty, IRExpr* e ) in narrowTo() function 2027 assign( oldcn, narrowTo(ty, mkexpr(oldc)) ); in helper_ADC() 2086 assign( oldcn, narrowTo(ty, mkexpr(oldc)) ); in helper_SBB() 3604 assign( dst1, narrowTo(ty, mkexpr(new_value)) ); in dis_Grp2() 3666 assign( dst1, narrowTo(ty, mkexpr(res64)) ); in dis_Grp2() 3886 putIRegE(sz, pfx, modrm, narrowTo(ty, mkexpr(t2m))); in dis_Grp8_Imm() 3890 narrowTo(ty, mkexpr(t2))/*expd*/, in dis_Grp8_Imm() 3891 narrowTo(ty, mkexpr(t2m))/*new*/, in dis_Grp8_Imm() 3894 storeLE(mkexpr(t_addr), narrowTo(ty, mkexpr(t2m))); in dis_Grp8_Imm() 4886 assign(res, narrowTo(ty, mkexpr(res64))); in gen_LZCNT() [all …]
|