Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_mips_defs.c1141 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()
[all …]
Dhost_mips_defs.h600 } FpGpMove; member