Home
last modified time | relevance | path

Searched refs:MulL (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c768 i->Pin.MulL.syned = syned; in PPCInstr_MulL()
769 i->Pin.MulL.hi = hi; in PPCInstr_MulL()
770 i->Pin.MulL.sz32 = sz32; in PPCInstr_MulL()
771 i->Pin.MulL.dst = dst; in PPCInstr_MulL()
772 i->Pin.MulL.srcL = srcL; in PPCInstr_MulL()
773 i->Pin.MulL.srcR = srcR; in PPCInstr_MulL()
1531 i->Pin.MulL.hi ? 'h' : 'l', in ppPPCInstr()
1532 i->Pin.MulL.sz32 ? 'w' : 'd', in ppPPCInstr()
1533 i->Pin.MulL.hi ? (i->Pin.MulL.syned ? "s" : "u") : ""); in ppPPCInstr()
1534 ppHRegPPC(i->Pin.MulL.dst); in ppPPCInstr()
[all …]
Dhost_amd64_defs.c658 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()
[all …]
Dhost_x86_defs.c613 i->Xin.MulL.syned = syned; in X86Instr_MulL()
614 i->Xin.MulL.src = src; in X86Instr_MulL()
964 vex_printf("%cmull ", i->Xin.MulL.syned ? 's' : 'u'); in ppX86Instr()
965 ppX86RM(i->Xin.MulL.src); in ppX86Instr()
1260 addRegUsage_X86RM(u, i->Xin.MulL.src, HRmRead); in getRegUsage_X86Instr()
1524 mapRegs_X86RM(m, i->Xin.MulL.src); in mapRegs_X86Instr()
2351 subopc = i->Xin.MulL.syned ? 5 : 4; in emit_X86Instr()
2353 switch (i->Xin.MulL.src->tag) { in emit_X86Instr()
2355 p = doAMode_M_enc(p, subopc, i->Xin.MulL.src->Xrm.Mem.am); in emit_X86Instr()
2358 p = doAMode_R_enc_reg(p, subopc, i->Xin.MulL.src->Xrm.Reg.reg); in emit_X86Instr()
Dhost_x86_defs.h434 } MulL; member
Dhost_amd64_defs.h461 } MulL; member
Dhost_ppc_defs.h598 } MulL; member