Home
last modified time | relevance | path

Searched refs:narrowTo (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_mips_toIR.c1329 static IRExpr *narrowTo(IRType dst_ty, IRExpr * e) in narrowTo() function
13781 narrowTo(Ity_I8, in disInstr_MIPS_WRK()
13794 narrowTo(Ity_I8, binop(Iop_Mul32, in disInstr_MIPS_WRK()
13816 assign(t3, binop(Iop_Shl32, load(Ity_I32, mkexpr(t2)), narrowTo(Ity_I8, in disInstr_MIPS_WRK()
13826 narrowTo(Ity_I8, binop(Iop_Mul32, in disInstr_MIPS_WRK()
13856 narrowTo(Ity_I8, in disInstr_MIPS_WRK()
13863 narrowTo(Ity_I8, binop(Iop_Shl32, mkexpr(t4), mkU8(0x3))))))); in disInstr_MIPS_WRK()
13885 narrowTo(Ity_I8, binop(Iop_Shl32, mkexpr(t4), in disInstr_MIPS_WRK()
13891 binop(Iop_Shr32, mkU32(0xFFFFFFFF), narrowTo(Ity_I8, in disInstr_MIPS_WRK()
14153 store(mkexpr(t1), narrowTo(Ity_I8, getIReg(rt))); in disInstr_MIPS_WRK()
[all …]
Dguest_x86_toIR.c891 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()
2452 assign( dst1, narrowTo(ty, unop(Iop_64to32, mkexpr(r64))) ); in dis_Grp2()
2511 assign( dst1, narrowTo(ty, mkexpr(res32)) ); in dis_Grp2()
2710 putIReg(sz, eregOfRM(modrm), narrowTo(ty, mkexpr(t2m))); in dis_Grp8_Imm()
2714 narrowTo(ty, mkexpr(t2))/*expd*/, in dis_Grp8_Imm()
2715 narrowTo(ty, mkexpr(t2m))/*new*/, in dis_Grp8_Imm()
2718 storeLE(mkexpr(t_addr), narrowTo(ty, mkexpr(t2m))); in dis_Grp8_Imm()
3437 assign(res, narrowTo(ty, mkexpr(res32))); in gen_LZCNT()
[all …]
Dguest_amd64_toIR.c1764 static IRExpr* narrowTo ( IRType dst_ty, IRExpr* e ) in narrowTo() function
2037 assign( oldcn, narrowTo(ty, mkexpr(oldc)) ); in helper_ADC()
2096 assign( oldcn, narrowTo(ty, mkexpr(oldc)) ); in helper_SBB()
2158 assign( oldOCn, narrowTo(ty, mkexpr(oldOC)) ); in helper_ADCX_ADOX()
3714 assign( dst1, narrowTo(ty, mkexpr(new_value)) ); in dis_Grp2()
3776 assign( dst1, narrowTo(ty, mkexpr(res64)) ); in dis_Grp2()
3996 putIRegE(sz, pfx, modrm, narrowTo(ty, mkexpr(t2m))); in dis_Grp8_Imm()
4000 narrowTo(ty, mkexpr(t2))/*expd*/, in dis_Grp8_Imm()
4001 narrowTo(ty, mkexpr(t2m))/*new*/, in dis_Grp8_Imm()
4004 storeLE(mkexpr(t_addr), narrowTo(ty, mkexpr(t2m))); in dis_Grp8_Imm()
[all …]