Lines Matching refs:FpLdSt

1057    i->Min.FpLdSt.isLoad = isLoad;  in MIPSInstr_FpLdSt()
1058 i->Min.FpLdSt.sz = sz; in MIPSInstr_FpLdSt()
1059 i->Min.FpLdSt.reg = reg; in MIPSInstr_FpLdSt()
1060 i->Min.FpLdSt.addr = addr; in MIPSInstr_FpLdSt()
1483 if (i->Min.FpLdSt.sz == 4) { in ppMIPSInstr()
1484 if (i->Min.FpLdSt.isLoad) { in ppMIPSInstr()
1486 ppHRegMIPS(i->Min.FpLdSt.reg, mode64); in ppMIPSInstr()
1488 ppMIPSAMode(i->Min.FpLdSt.addr, mode64); in ppMIPSInstr()
1491 ppHRegMIPS(i->Min.FpLdSt.reg, mode64); in ppMIPSInstr()
1493 ppMIPSAMode(i->Min.FpLdSt.addr, mode64); in ppMIPSInstr()
1495 } else if (i->Min.FpLdSt.sz == 8) { in ppMIPSInstr()
1496 if (i->Min.FpLdSt.isLoad) { in ppMIPSInstr()
1498 ppHRegMIPS(i->Min.FpLdSt.reg, mode64); in ppMIPSInstr()
1500 ppMIPSAMode(i->Min.FpLdSt.addr, mode64); in ppMIPSInstr()
1503 ppHRegMIPS(i->Min.FpLdSt.reg, mode64); in ppMIPSInstr()
1505 ppMIPSAMode(i->Min.FpLdSt.addr, mode64); in ppMIPSInstr()
1725 if (i->Min.FpLdSt.sz == 4) { in getRegUsage_MIPSInstr()
1726 addHRegUse(u, (i->Min.FpLdSt.isLoad ? HRmWrite : HRmRead), in getRegUsage_MIPSInstr()
1727 i->Min.FpLdSt.reg); in getRegUsage_MIPSInstr()
1728 addRegUsage_MIPSAMode(u, i->Min.FpLdSt.addr); in getRegUsage_MIPSInstr()
1730 } else if (i->Min.FpLdSt.sz == 8) { in getRegUsage_MIPSInstr()
1731 addHRegUse(u, (i->Min.FpLdSt.isLoad ? HRmWrite : HRmRead), in getRegUsage_MIPSInstr()
1732 i->Min.FpLdSt.reg); in getRegUsage_MIPSInstr()
1733 addRegUsage_MIPSAMode(u, i->Min.FpLdSt.addr); in getRegUsage_MIPSInstr()
1881 if (i->Min.FpLdSt.sz == 4) { in mapRegs_MIPSInstr()
1882 mapReg(m, &i->Min.FpLdSt.reg); in mapRegs_MIPSInstr()
1883 mapRegs_MIPSAMode(m, i->Min.FpLdSt.addr); in mapRegs_MIPSInstr()
1885 } else if (i->Min.FpLdSt.sz == 8) { in mapRegs_MIPSInstr()
1886 mapReg(m, &i->Min.FpLdSt.reg); in mapRegs_MIPSInstr()
1887 mapRegs_MIPSAMode(m, i->Min.FpLdSt.addr); in mapRegs_MIPSInstr()
3357 MIPSAMode *am_addr = i->Min.FpLdSt.addr; in emit_MIPSInstr()
3358 UChar sz = i->Min.FpLdSt.sz; in emit_MIPSInstr()
3361 UInt f_reg = fregNo(i->Min.FpLdSt.reg, mode64); in emit_MIPSInstr()
3362 if (i->Min.FpLdSt.isLoad) { in emit_MIPSInstr()
3374 UInt f_reg = dregNo(i->Min.FpLdSt.reg); in emit_MIPSInstr()
3375 if (i->Min.FpLdSt.isLoad) { in emit_MIPSInstr()