Power10 VSX 32-byte storage access
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / vsx_32byte.s
1 .text
2 _start:
3 lxvp 2,0(31)
4 lxvp 62,-16(0)
5 plxvp 4,1(30)
6 plxvp 60,-1(9)
7 plxvp 6,0x12345678(0),1
8 plxvp 58,_start-.
9 lxvpx 56,0,1
10
11 stxvp 8,0(29)
12 stxvp 54,-16(0)
13 pstxvp 10,1(28)
14 pstxvp 52,-1(8)
15 pstxvp 12,0x12345678(0),1
16 pstxvp 50,_start-.
17 stxvpx 48,0,1
This page took 0.030773 seconds and 4 git commands to generate.