Lines Matching refs:MIPS
2 …: llc -march=mips -mcpu=mips32r2 -stop-before=finalize-isel < %s | FileCheck %s --check-prefix=MIPS
9 ; MIPS-LABEL: name: g2
10 ; MIPS: bb.0.entry:
11 ; MIPS: liveins: $a0, $a1
12 ; MIPS: [[COPY:%[0-9]+]]:gpr32 = COPY $a1
13 ; MIPS: [[COPY1:%[0-9]+]]:gpr32 = COPY $a0
14 ; MIPS: [[DEF:%[0-9]+]]:gpr32 = IMPLICIT_DEF
15 ; MIPS: [[LWL:%[0-9]+]]:gpr32 = LWL [[COPY1]], 0, [[DEF]] :: (load 4 from %ir.a, align 1)
16 ; MIPS: [[LWR:%[0-9]+]]:gpr32 = LWR [[COPY1]], 3, [[LWL]] :: (load 4 from %ir.a, align 1)
17 ; MIPS: SWL [[LWR]], [[COPY]], 0 :: (store 4 into %ir.b, align 1)
18 ; MIPS: SWR [[LWR]], [[COPY]], 3 :: (store 4 into %ir.b, align 1)
19 ; MIPS: RetRA