xref: /llvm-project-15.0.7/llvm/test/MC/PowerPC/ppc-machine.s (revision f9312903)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: llvm-mc -triple powerpc-unknown-unknown %s
2# RUN: llvm-mc -triple powerpc64-unknown-unknown %s
3# RUN: llvm-mc -triple powerpc64le-unknown-unknown %s
4# RUN: llvm-mc -triple powerpc64le-unknown-unknown -filetype=null %s
5
6# For now, the only thing we check is that the .machine directive
7# is accepted without syntax error.
8
9	.machine push
10	.machine any
11	.machine pop
12
13	.machine "push"
14	.machine "any"
15	.machine "pop"
16
17	.machine ppc64
18
19# Used in glibc.
20	.machine altivec
21	.machine power4
22	.machine power8
23

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026