Lines Matching refs:FpGpMove
1141 i->Min.FpGpMove.op = op; in MIPSInstr_FpGpMove()
1142 i->Min.FpGpMove.dst = dst; in MIPSInstr_FpGpMove()
1143 i->Min.FpGpMove.src = src; in MIPSInstr_FpGpMove()
1523 vex_printf("%s ", showMIPSFpGpMoveOp(i->Min.FpGpMove.op)); in ppMIPSInstr()
1524 ppHRegMIPS(i->Min.FpGpMove.dst, mode64); in ppMIPSInstr()
1526 ppHRegMIPS(i->Min.FpGpMove.src, mode64); in ppMIPSInstr()
1762 addHRegUse(u, HRmWrite, i->Min.FpGpMove.dst); in getRegUsage_MIPSInstr()
1763 addHRegUse(u, HRmRead, i->Min.FpGpMove.src); in getRegUsage_MIPSInstr()
1922 mapReg(m, &i->Min.FpGpMove.dst); in mapRegs_MIPSInstr()
1923 mapReg(m, &i->Min.FpGpMove.src); in mapRegs_MIPSInstr()
3721 switch (i->Min.FpGpMove.op) { in emit_MIPSInstr()
3724 rt = iregNo(i->Min.FpGpMove.dst, mode64); in emit_MIPSInstr()
3725 fs = fregNo(i->Min.FpGpMove.src, mode64); in emit_MIPSInstr()
3731 rt = iregNo(i->Min.FpGpMove.dst, mode64); in emit_MIPSInstr()
3732 fs = fregNo(i->Min.FpGpMove.src, mode64); in emit_MIPSInstr()
3737 rt = iregNo(i->Min.FpGpMove.src, mode64); in emit_MIPSInstr()
3738 fs = fregNo(i->Min.FpGpMove.dst, mode64); in emit_MIPSInstr()
3744 rt = iregNo(i->Min.FpGpMove.src, mode64); in emit_MIPSInstr()
3745 fs = fregNo(i->Min.FpGpMove.dst, mode64); in emit_MIPSInstr()