Searched refs:mulhi (Results 1 – 19 of 19) sorted by relevance
| /freebsd-12-stable/sys/mips/mips/ |
| D | pm_machdep.c | 114 sf.sf_uc.uc_mcontext.mulhi = regs->mulhi; in sendsig() 358 mcp->mulhi = td->td_frame->mulhi; in get_mcontext() 379 td->td_frame->mulhi = mcp->mulhi; in set_mcontext()
|
| D | freebsd32_machdep.c | 222 mcp->mulhi = mcp64.mulhi; in get_mcontext32() 244 mcp64.mulhi = mcp->mulhi; in set_mcontext32() 401 sf.sf_uc.uc_mcontext.mulhi = regs.r_regs[MULHI]; in freebsd32_sendsig()
|
| D | db_interface.c | 117 { "hi", DB_OFFSET(mulhi), db_frame },
|
| D | vm_machdep.c | 563 DB_PRINT_REG(trapframe, mulhi); in dump_trapframe()
|
| D | trap.c | 1334 … (intmax_t)frame->sr, (intmax_t)frame->mullo, (intmax_t)frame->mulhi, (intmax_t)frame->badvaddr); in log_frame_dump() 1376 … (intmax_t)frame->sr, (intmax_t)frame->mullo, (intmax_t)frame->mulhi, (intmax_t)frame->badvaddr); in trap_frame_dump()
|
| /freebsd-12-stable/lib/libthread_db/arch/mips/ |
| D | libpthread_md.c | 51 uc->uc_mcontext.mulhi = r->r_regs[MULHI]; in pt_reg_to_ucontext() 61 r->r_regs[MULHI] = uc->uc_mcontext.mulhi; in pt_ucontext_to_reg()
|
| /freebsd-12-stable/sys/mips/include/ |
| D | ucontext.h | 54 __register_t mullo, mulhi; /* mullo and mulhi registers... */ member 70 int32_t mullo, mulhi; member
|
| D | signal.h | 74 __register_t mullo, mulhi; /* mullo and mulhi registers... */ member
|
| D | frame.h | 90 register_t mulhi; member
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| D | RegisterContextFreeBSD_mips64.cpp | 74 uint64_t mulhi; member
|
| D | RegisterInfos_mips64.h | 103 DEFINE_GPR(mulhi, nullptr, dwarf_hi_mips64, dwarf_hi_mips64,
|
| D | RegisterContext_mips.h | 278 uint64_t mulhi; member
|
| D | RegisterInfos_mips.h | 147 DEFINE_GPR(mulhi, nullptr, dwarf_hi_mips, dwarf_hi_mips,
|
| /freebsd-12-stable/contrib/binutils/gas/doc/ |
| D | c-arc.texi | 157 .extAuxRegister mulhi,0x12,w 160 This specifies an extension auxiliary register called @emph{mulhi}
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| D | TargetSelectionDAG.td | 124 def SDTIntBinHiLoOp : SDTypeProfile<2, 2, [ // mulhi, mullo, sdivrem, udivrem
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64SchedThunderX3T110.td | 73 // Integer divide/mulhi micro-ops only on port I1.
|
| /freebsd-12-stable/contrib/gcc/config/mips/ |
| D | mips.md | 1667 mulhi<u>\t%0,%1,%2"
|
| /freebsd-12-stable/contrib/gdb/ |
| D | md5.sum | 5139 0ea66074ee25fd61d52074d38b4358e6 sim/testsuite/sim/m32r/mulhi.cgs
|
| /freebsd-12-stable/contrib/gcc/ |
| D | ChangeLog-2003 | 24873 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
|