Lines Matching refs:FpLdSt
944 i->Pin.FpLdSt.isLoad = isLoad; in PPCInstr_FpLdSt()
945 i->Pin.FpLdSt.sz = sz; in PPCInstr_FpLdSt()
946 i->Pin.FpLdSt.reg = reg; in PPCInstr_FpLdSt()
947 i->Pin.FpLdSt.addr = addr; in PPCInstr_FpLdSt()
1731 UChar sz = i->Pin.FpLdSt.sz; in ppPPCInstr()
1732 Bool idxd = toBool(i->Pin.FpLdSt.addr->tag == Pam_RR); in ppPPCInstr()
1733 if (i->Pin.FpLdSt.isLoad) { in ppPPCInstr()
1737 ppHRegPPC(i->Pin.FpLdSt.reg); in ppPPCInstr()
1739 ppPPCAMode(i->Pin.FpLdSt.addr); in ppPPCInstr()
1744 ppHRegPPC(i->Pin.FpLdSt.reg); in ppPPCInstr()
1746 ppPPCAMode(i->Pin.FpLdSt.addr); in ppPPCInstr()
2377 addHRegUse(u, (i->Pin.FpLdSt.isLoad ? HRmWrite : HRmRead), in getRegUsage_PPCInstr()
2378 i->Pin.FpLdSt.reg); in getRegUsage_PPCInstr()
2379 addRegUsage_PPCAMode(u, i->Pin.FpLdSt.addr); in getRegUsage_PPCInstr()
2729 mapReg(m, &i->Pin.FpLdSt.reg); in mapRegs_PPCInstr()
2730 mapRegs_PPCAMode(m, i->Pin.FpLdSt.addr); in mapRegs_PPCInstr()
4642 PPCAMode* am_addr = i->Pin.FpLdSt.addr; in emit_PPCInstr()
4643 UInt f_reg = fregEnc(i->Pin.FpLdSt.reg); in emit_PPCInstr()
4644 Bool idxd = toBool(i->Pin.FpLdSt.addr->tag == Pam_RR); in emit_PPCInstr()
4645 UChar sz = i->Pin.FpLdSt.sz; in emit_PPCInstr()
4649 if (i->Pin.FpLdSt.isLoad) { // Load from memory in emit_PPCInstr()
4802 if (i->Pin.FpLdSt.isLoad) { // Load from memory (1,2,4,16) in emit_PPCInstr()