summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/bpf/mem.s
blob: f0f1d08e202732d1133955ac5658a766e3f11f15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# eBPF tests for MEM instructions, modulus lddw.

        .text

 	ldabsw %r3, 0xbeef
	ldabsh %r5, 0xbeef
 	ldabsb %r7, 0xbeef
 	ldabsdw %r9, 0xbeef
	ldindw %r3, 0xbeef
 	ldindh %r5, 0xbeef
 	ldindb %r7, 0xbeef
 	ldinddw %r9, 0xbeef
 	ldxw %r2, [%r1+0x7eef]
 	ldxh %r2, [%r1+0x7eef]
 	ldxb %r2, [%r1+0x7eef]
 	ldxdw %r2, [%r1+-2]
 	stxw [%r1+0x7eef], %r2
 	stxh [%r1+0x7eef], %r2
 	stxb [%r1+0x7eef], %r2
 	stxdw [%r1+-2], %r2
 	stb [%r1+0x7eef], 0x11223344
 	sth [%r1+0x7eef], 0x11223344
 	stw [%r1+0x7eef], 0x11223344
 	stdw [%r1+-2], 0x11223344