Lines Matching refs:MulL
658 i->Ain.MulL.syned = syned; in AMD64Instr_MulL()
659 i->Ain.MulL.src = src; in AMD64Instr_MulL()
1087 vex_printf("%cmulq ", i->Ain.MulL.syned ? 's' : 'u'); in ppAMD64Instr()
1088 ppAMD64RM(i->Ain.MulL.src); in ppAMD64Instr()
1444 addRegUsage_AMD64RM(u, i->Ain.MulL.src, HRmRead); in getRegUsage_AMD64Instr()
1753 mapRegs_AMD64RM(m, i->Ain.MulL.src); in mapRegs_AMD64Instr()
2727 subopc = i->Ain.MulL.syned ? 5 : 4; in emit_AMD64Instr()
2728 switch (i->Ain.MulL.src->tag) { in emit_AMD64Instr()
2730 *p++ = rexAMode_M_enc(0, i->Ain.MulL.src->Arm.Mem.am); in emit_AMD64Instr()
2732 p = doAMode_M_enc(p, subopc, i->Ain.MulL.src->Arm.Mem.am); in emit_AMD64Instr()
2735 *p++ = rexAMode_R_enc_reg(0, i->Ain.MulL.src->Arm.Reg.reg); in emit_AMD64Instr()
2737 p = doAMode_R_enc_reg(p, subopc, i->Ain.MulL.src->Arm.Reg.reg); in emit_AMD64Instr()