Searched refs:MulL (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_ppc_defs.c | 848 i->Pin.MulL.syned = syned; in PPCInstr_MulL() 849 i->Pin.MulL.hi = hi; in PPCInstr_MulL() 850 i->Pin.MulL.sz32 = sz32; in PPCInstr_MulL() 851 i->Pin.MulL.dst = dst; in PPCInstr_MulL() 852 i->Pin.MulL.srcL = srcL; in PPCInstr_MulL() 853 i->Pin.MulL.srcR = srcR; in PPCInstr_MulL() 1603 i->Pin.MulL.hi ? 'h' : 'l', in ppPPCInstr() 1604 i->Pin.MulL.sz32 ? 'w' : 'd', in ppPPCInstr() 1605 i->Pin.MulL.hi ? (i->Pin.MulL.syned ? "s" : "u") : ""); in ppPPCInstr() 1606 ppHRegPPC(i->Pin.MulL.dst); in ppPPCInstr() [all …]
|
D | host_amd64_defs.c | 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() [all …]
|
D | host_x86_defs.c | 614 i->Xin.MulL.syned = syned; in X86Instr_MulL() 615 i->Xin.MulL.src = src; in X86Instr_MulL() 965 vex_printf("%cmull ", i->Xin.MulL.syned ? 's' : 'u'); in ppX86Instr() 966 ppX86RM(i->Xin.MulL.src); in ppX86Instr() 1261 addRegUsage_X86RM(u, i->Xin.MulL.src, HRmRead); in getRegUsage_X86Instr() 1525 mapRegs_X86RM(m, i->Xin.MulL.src); in mapRegs_X86Instr() 2335 subopc = i->Xin.MulL.syned ? 5 : 4; in emit_X86Instr() 2337 switch (i->Xin.MulL.src->tag) { in emit_X86Instr() 2340 i->Xin.MulL.src->Xrm.Mem.am); in emit_X86Instr() 2344 i->Xin.MulL.src->Xrm.Reg.reg); in emit_X86Instr()
|
D | host_x86_defs.h | 431 } MulL; member
|
D | host_amd64_defs.h | 459 } MulL; member
|
D | host_ppc_defs.h | 628 } MulL; member
|