Lines Matching refs:LoadL
861 i->Pin.LoadL.sz = sz; in PPCInstr_LoadL()
862 i->Pin.LoadL.src = src; in PPCInstr_LoadL()
863 i->Pin.LoadL.dst = dst; in PPCInstr_LoadL()
1648 UChar sz = i->Pin.LoadL.sz; in ppPPCInstr()
1651 ppHRegPPC(i->Pin.LoadL.dst); in ppPPCInstr()
1653 ppHRegPPC(i->Pin.LoadL.src); in ppPPCInstr()
2341 addHRegUse(u, HRmRead, i->Pin.LoadL.src); in getRegUsage_PPCInstr()
2342 addHRegUse(u, HRmWrite, i->Pin.LoadL.dst); in getRegUsage_PPCInstr()
2694 mapReg(m, &i->Pin.LoadL.src); in mapRegs_PPCInstr()
2695 mapReg(m, &i->Pin.LoadL.dst); in mapRegs_PPCInstr()
4408 if (i->Pin.LoadL.sz == 1) { in emit_PPCInstr()
4409 p = mkFormX(p, 31, iregEnc(i->Pin.LoadL.dst, mode64), in emit_PPCInstr()
4410 0, iregEnc(i->Pin.LoadL.src, mode64), 52, 0, endness_host); in emit_PPCInstr()
4413 if (i->Pin.LoadL.sz == 2) { in emit_PPCInstr()
4414 p = mkFormX(p, 31, iregEnc(i->Pin.LoadL.dst, mode64), in emit_PPCInstr()
4415 0, iregEnc(i->Pin.LoadL.src, mode64), 116, 0, endness_host); in emit_PPCInstr()
4418 if (i->Pin.LoadL.sz == 4) { in emit_PPCInstr()
4419 p = mkFormX(p, 31, iregEnc(i->Pin.LoadL.dst, mode64), in emit_PPCInstr()
4420 0, iregEnc(i->Pin.LoadL.src, mode64), 20, 0, endness_host); in emit_PPCInstr()
4423 if (i->Pin.LoadL.sz == 8 && mode64) { in emit_PPCInstr()
4424 p = mkFormX(p, 31, iregEnc(i->Pin.LoadL.dst, mode64), in emit_PPCInstr()
4425 0, iregEnc(i->Pin.LoadL.src, mode64), 84, 0, endness_host); in emit_PPCInstr()