Lines Matching refs:MovI
875 i->ARM64in.MovI.dst = dst; in ARM64Instr_MovI()
876 i->ARM64in.MovI.src = src; in ARM64Instr_MovI()
1409 ppHRegARM64(i->ARM64in.MovI.dst); in ppARM64Instr()
1411 ppHRegARM64(i->ARM64in.MovI.src); in ppARM64Instr()
1937 addHRegUse(u, HRmWrite, i->ARM64in.MovI.dst); in getRegUsage_ARM64Instr()
1938 addHRegUse(u, HRmRead, i->ARM64in.MovI.src); in getRegUsage_ARM64Instr()
2263 i->ARM64in.MovI.dst = lookupHRegRemap(m, i->ARM64in.MovI.dst); in mapRegs_ARM64Instr()
2264 i->ARM64in.MovI.src = lookupHRegRemap(m, i->ARM64in.MovI.src); in mapRegs_ARM64Instr()
2485 *src = i->ARM64in.MovI.src; in isMove_ARM64Instr()
2486 *dst = i->ARM64in.MovI.dst; in isMove_ARM64Instr()
3458 UInt d = iregEnc(i->ARM64in.MovI.dst); in emit_ARM64Instr()
3459 UInt m = iregEnc(i->ARM64in.MovI.src); in emit_ARM64Instr()