Home | History | Annotate | Download | only in PowerPC

Lines Matching full:ppc32

1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=CHECK-PPC32
3 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s -check-prefix=CHECK-PPC32-NOFP
5 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=CHECK-PPC32
6 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=CHECK-PPC32-RS
7 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s -check-prefix=CHECK-PPC32-RS-NOFP
9 ; CHECK-PPC32: stw r31, -4(r1)
10 ; CHECK-PPC32: lwz r1, 0(r1)
11 ; CHECK-PPC32: lwz r31, -4(r1)
12 ; CHECK-PPC32-NOFP: stw r31, -4(r1)
13 ; CHECK-PPC32-NOFP: lwz r1, 0(r1)
14 ; CHECK-PPC32-NOFP: lwz r31, -4(r1)
15 ; CHECK-PPC32-RS: stwu r1, -48(r1)
16 ; CHECK-PPC32-RS-NOFP: stwu r1, -48(r1)