Searched refs:MIPS32 (Results 1 – 8 of 8) sorted by relevance
1 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 | FileCheck %s -check-prefix=MIPS326 ; MIPS32: bswap32:7 ; MIPS32: wsbh $[[R0:[0-9]+]]8 ; MIPS32: rotr ${{[0-9]+}}, $[[R0]], 16
176 (srP)->misc.MIPS32.r30 = (ULong)fp; \177 (srP)->misc.MIPS32.r31 = (ULong)ra; \178 (srP)->misc.MIPS32.r28 = (ULong)gp; \
117 } MIPS32; member
109 regs->misc.MIPS32.r30 in VG_()111 regs->misc.MIPS32.r31 in VG_()113 regs->misc.MIPS32.r28 in VG_()
896 uregs.fp = startRegs->misc.MIPS32.r30; in VG_()897 uregs.ra = startRegs->misc.MIPS32.r31; in VG_()
533 (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]; \
320 …#if( __MIPS__ || defined( MIPS32 ) || defined( R3000 ) || defined( R4000 ) || defined( R4650 ) || …
171 - Support for MIPS32 Release 2 instruction set (Thiemo Seufer)