Lines Matching refs:MulL
677 i->Ain.MulL.syned = syned; in AMD64Instr_MulL()
678 i->Ain.MulL.src = src; in AMD64Instr_MulL()
1062 vex_printf("%cmulq ", i->Ain.MulL.syned ? 's' : 'u'); in ppAMD64Instr()
1063 ppAMD64RM(i->Ain.MulL.src); in ppAMD64Instr()
1380 addRegUsage_AMD64RM(u, i->Ain.MulL.src, HRmRead); in getRegUsage_AMD64Instr()
1673 mapRegs_AMD64RM(m, i->Ain.MulL.src); in mapRegs_AMD64Instr()
2588 subopc = i->Ain.MulL.syned ? 5 : 4; in emit_AMD64Instr()
2589 switch (i->Ain.MulL.src->tag) { in emit_AMD64Instr()
2592 i->Ain.MulL.src->Arm.Mem.am); in emit_AMD64Instr()
2595 i->Ain.MulL.src->Arm.Mem.am); in emit_AMD64Instr()
2599 i->Ain.MulL.src->Arm.Reg.reg); in emit_AMD64Instr()
2602 i->Ain.MulL.src->Arm.Reg.reg); in emit_AMD64Instr()