Lines Matching refs:Mul
988 i->ARM64in.Mul.dst = dst; in ARM64Instr_Mul()
989 i->ARM64in.Mul.argL = argL; in ARM64Instr_Mul()
990 i->ARM64in.Mul.argR = argR; in ARM64Instr_Mul()
991 i->ARM64in.Mul.op = op; in ARM64Instr_Mul()
1535 vex_printf("%s ", showARM64MulOp(i->ARM64in.Mul.op)); in ppARM64Instr()
1536 ppHRegARM64(i->ARM64in.Mul.dst); in ppARM64Instr()
1538 ppHRegARM64(i->ARM64in.Mul.argL); in ppARM64Instr()
1540 ppHRegARM64(i->ARM64in.Mul.argR); in ppARM64Instr()
2046 addHRegUse(u, HRmWrite, i->ARM64in.Mul.dst); in getRegUsage_ARM64Instr()
2047 addHRegUse(u, HRmRead, i->ARM64in.Mul.argL); in getRegUsage_ARM64Instr()
2048 addHRegUse(u, HRmRead, i->ARM64in.Mul.argR); in getRegUsage_ARM64Instr()
2311 i->ARM64in.Mul.dst = lookupHRegRemap(m, i->ARM64in.Mul.dst); in mapRegs_ARM64Instr()
2312 i->ARM64in.Mul.argL = lookupHRegRemap(m, i->ARM64in.Mul.argL); in mapRegs_ARM64Instr()
2313 i->ARM64in.Mul.argR = lookupHRegRemap(m, i->ARM64in.Mul.argR); in mapRegs_ARM64Instr()
3745 UInt dd = iregEnc(i->ARM64in.Mul.dst); in emit_ARM64Instr()
3746 UInt nn = iregEnc(i->ARM64in.Mul.argL); in emit_ARM64Instr()
3747 UInt mm = iregEnc(i->ARM64in.Mul.argR); in emit_ARM64Instr()
3749 switch (i->ARM64in.Mul.op) { in emit_ARM64Instr()