Lines Matching refs:mips32
3 ; RUN: llc -march=mipsel -relocation-model=pic -O0 -fast-isel-abort=1 -mcpu=mips32 \
7 ; RUN: llc -march=mipsel -relocation-model=pic -O0 -fast-isel-abort=1 -mcpu=mips32 \
8 ; RUN: < %s | FileCheck %s -check-prefix=mips32
41 ; mips32: .ent d1
42 ; mips32: lui $[[REG1a:[0-9]+]], 16371
43 ; mips32: ori $[[REG2a:[0-9]+]], $[[REG1a]], 49353
44 ; mips32: lui $[[REG1b:[0-9]+]], 21403
45 ; mips32: ori $[[REG2b:[0-9]+]], $[[REG1b]], 34951
46 ; mips32: mtc1 $[[REG2b]], $f[[REG3:[0-9]+]]
47 ; mips32: mtc1 $[[REG2a]], $f{{[0-9]+}}
48 ; mips32: sdc1 $f[[REG3]], 0(${{[0-9]+}})
49 ; mips32: .end d1