[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / xorb.s
CommitLineData
d70c5fc7
NC
1 .section .text
2 .global _fun
3xc16x_xorb:
4 xorb rl0,rl1
5 xorb rl0,[r1]
6 xorb rl0,[r1+]
7 xorb rl0,#3
8 xorb rl0,#0x34
9 xorb rl0,0x2403
10 xorb 0x2403,rl0
This page took 0.416568 seconds and 4 git commands to generate.