Home
last modified time | relevance | path

Searched refs:MIPS32 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/Mips/
Dbswap.ll1 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 | FileCheck %s -check-prefix=MIPS32
6 ; MIPS32: bswap32:
7 ; MIPS32: wsbh $[[R0:[0-9]+]]
8 ; MIPS32: rotr ${{[0-9]+}}, $[[R0]], 16
/external/valgrind/main/coregrind/
Dm_libcassert.c176 (srP)->misc.MIPS32.r30 = (ULong)fp; \
177 (srP)->misc.MIPS32.r31 = (ULong)ra; \
178 (srP)->misc.MIPS32.r28 = (ULong)gp; \
Dpub_core_basics.h117 } MIPS32; member
Dm_machine.c109 regs->misc.MIPS32.r30 in VG_()
111 regs->misc.MIPS32.r31 in VG_()
113 regs->misc.MIPS32.r28 in VG_()
Dm_stacktrace.c896 uregs.fp = startRegs->misc.MIPS32.r30; in VG_()
897 uregs.ra = startRegs->misc.MIPS32.r31; in VG_()
Dm_signals.c533 (srP)->misc.MIPS32.r30 = (uc)->uc_mcontext.sc_regs[30]; \
534 (srP)->misc.MIPS32.r31 = (uc)->uc_mcontext.sc_regs[31]; \
535 (srP)->misc.MIPS32.r28 = (uc)->uc_mcontext.sc_regs[28]; \
/external/mdnsresponder/mDNSShared/
DCommonServices.h320 …#if( __MIPS__ || defined( MIPS32 ) || defined( R3000 ) || defined( R4000 ) || defined( R4650 ) || …
/external/qemu/
DChangelog171 - Support for MIPS32 Release 2 instruction set (Thiemo Seufer)