* 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
1 .text
2 .global iflush
3 iflush:
4 iflush
5
6 .global mul
7 mul:
8 mul R0, R0, R0
9
10 .global muli
11 muli:
12 muli R0, R0, #0
13
14 .global dbnz
15 dbnz_:
16 dbnz r0, dbnz
17
18 .global fbcbincs
19 fbcbincs:
20 fbcbincs #0, #0, #0, #0, #0, #0, #0, #0, #0, #0
21
22 .global mfbcbincs
23 mfbcbincs:
24 mfbcbincs r0, #0, #0, #0, #0, #0, #0, #0, #0
25
26
27 .global fbcbincrs
28 fbcbincrs:
29 fbcbincrs r0, #0, #0, #0, #0, #0, #0, #0, #0, #0
30
31 .global mfbcbincrs
32 mfbcbincrs:
33 mfbcbincrs r0, r0, #0, #0, #0, #0, #0, #0, #0
34
35
36 .global wfbinc
37 wfbinc:
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
43 mwfbinc:
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
49 wfbincr:
50 wfbincr r0, #0, #0, #0, #0, #0, #0, #0, #0, #0
51
52 .global mwfbincr
53 mwfbincr:
54 mwfbincr r0, r0, #0, #0, #0, #0, #0, #0, #0
This page took 0.032081 seconds and 4 git commands to generate.