Home
last modified time | relevance | path

Searched refs:mkLoadImm (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c3549 static UChar* mkLoadImm ( UChar* p, UInt r_dst, ULong imm, Bool mode64, in mkLoadImm() function
3999 p = mkLoadImm(p, iregEnc(i->Pin.LI.dst, mode64), in emit_PPCInstr()
4393 p = mkLoadImm(p, r_dst, i->Pin.Call.target, mode64, endness_host); in emit_PPCInstr()
4436 p = mkLoadImm(p, /*r*/30, (ULong)i->Pin.XDirect.dstGA, mode64, in emit_PPCInstr()
4502 p = mkLoadImm(p, /*r*/30, (ULong)(Addr)disp_cp_xindir, mode64, in emit_PPCInstr()
4567 p = mkLoadImm(p, /*r*/31, trcval, mode64, endness_host); in emit_PPCInstr()
4570 p = mkLoadImm(p, /*r*/30, in emit_PPCInstr()
4611 p = mkLoadImm(p, r_dst, imm_src, mode64, endness_host); // p += 4|8|20 in emit_PPCInstr()
5226 p = mkLoadImm(p, r_idx, in emit_PPCInstr()
5780 p = mkLoadImm(p, r_idx, in emit_PPCInstr()
Dhost_mips_defs.c2259 static UChar *mkLoadImm(UChar * p, UInt r_dst, ULong imm, Bool mode64) in mkLoadImm() function
2520 p = mkLoadImm(p, iregNo(i->Min.LI.dst, mode64), i->Min.LI.imm, mode64); in emit_MIPSInstr()
2962 p = mkLoadImm(p, r_dst, i->Min.Call.target, mode64); in emit_MIPSInstr()