Lines Matching refs:O32

1 ; RUN: llc -march=mips < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
2 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
3 ; RUN: llc -march=mips < %s | FileCheck --check-prefix=ALL --check-prefix=O32-INV %s
4 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefix=ALL --check-prefix=O32-INV %s
6 …N-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
7 …TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
8 …target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=ALL-INV --check-prefix=O32-INV %s
9 …target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=ALL-INV --check-prefix=O32-INV %s
54 ; O32: addiu $sp, $sp, -48
55 ; O32-DAG: sdc1 [[F20:\$f20]], [[OFF20:[0-9]+]]($sp)
56 ; O32-DAG: sdc1 [[F22:\$f22]], [[OFF22:[0-9]+]]($sp)
57 ; O32-DAG: sdc1 [[F24:\$f24]], [[OFF24:[0-9]+]]($sp)
58 ; O32-DAG: sdc1 [[F26:\$f26]], [[OFF26:[0-9]+]]($sp)
59 ; O32-DAG: sdc1 [[F28:\$f28]], [[OFF28:[0-9]+]]($sp)
60 ; O32-DAG: sdc1 [[F30:\$f30]], [[OFF30:[0-9]+]]($sp)
61 ; O32-DAG: ldc1 [[F20]], [[OFF20]]($sp)
62 ; O32-DAG: ldc1 [[F22]], [[OFF22]]($sp)
63 ; O32-DAG: ldc1 [[F24]], [[OFF24]]($sp)
64 ; O32-INV-NOT: sdc1 $f25,
65 ; O32-DAG: ldc1 [[F26]], [[OFF26]]($sp)
66 ; O32-INV-NOT: sdc1 $f27,
67 ; O32-DAG: ldc1 [[F28]], [[OFF28]]($sp)
68 ; O32-INV-NOT: sdc1 $f29,
69 ; O32-DAG: ldc1 [[F30]], [[OFF30]]($sp)
70 ; O32-INV-NOT: sdc1 $f31,
71 ; O32: addiu $sp, $sp, 48