* elf64-ppc.c (ppc64_elf_size_stubs): Don't consider non-ppc64 input.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ms1 / ms1-16-003.s
CommitLineData
a0defb2e
AH
1 .text
2 .global iflush
3iflush:
4 iflush
5
6 .global mul
7mul:
8 mul R0, R0, R0
9
10 .global muli
11muli:
12 muli R0, R0, #0
13
14 .global dbnz
6f84a2a6 15dbnz_:
a0defb2e
AH
16 dbnz r0, dbnz
17
18 .global fbcbincs
19fbcbincs:
20 fbcbincs #0, #0, #0, #0, #0, #0, #0, #0, #0, #0
21
22 .global mfbcbincs
23mfbcbincs:
24 mfbcbincs r0, #0, #0, #0, #0, #0, #0, #0, #0
25
26
27 .global fbcbincrs
28fbcbincrs:
29 fbcbincrs r0, #0, #0, #0, #0, #0, #0, #0, #0, #0
30
31 .global mfbcbincrs
32mfbcbincrs:
33 mfbcbincrs r0, r0, #0, #0, #0, #0, #0, #0, #0
34
35
36 .global wfbinc
37wfbinc:
38# Documentation error.
39# wfbinc #0, r0, #0, #0, #0, #0, #0, #0, #0, #0
40 wfbinc #0, #0, #0, #0, #0, #0, #0, #0, #0, #0
41
42 .global mwfbinc
43mwfbinc:
44# Documentation error.
45# mwfbinc r0, #0, #0, r0, #0, #0, #0, #0, #0
46 mwfbinc r0, #0, #0, #0, #0, #0, #0, #0, #0
47
48 .global wfbincr
49wfbincr:
50 wfbincr r0, #0, #0, #0, #0, #0, #0, #0, #0, #0
51
52 .global mwfbincr
53mwfbincr:
54 mwfbincr r0, r0, #0, #0, #0, #0, #0, #0, #0
This page took 0.040283 seconds and 4 git commands to generate.