[PowerPC VLE] Add SPE2 and EFS2 instructions support
[external/binutils.git] / gas / testsuite / gas / ppc / spe_ambiguous.s
1 # PA SPE instructions
2         .section ".text"
3         .equ    rA,1
4         .equ    rB,2
5         .equ    rD,0
6         .equ    rS,0
7         .equ    rT,0
8         .equ    UIMM, 31
9         .equ    UIMM_2, 2
10         .equ    UIMM_4, 4
11         .equ    UIMM_8, 8
12         .equ    SIMM, -16
13         .equ    crD, 0
14         .equ    crS, 0
15
16         evsubfw         rS, rA, rB
17         evsubw          rS, rB, rA
18         evsubifw        rS, UIMM, rB
19         evsubiw         rS, rB, UIMM
20         evnor           rS, rA, rB
21         evnot           rS, rA