* config/tc-xc16x.c (md_cgen_lookup_reloc): Ensure fix_size is set
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / shlrol.s
CommitLineData
d70c5fc7
NC
1 .section .text
2 .global _fun
3xc16x_shlrol:
4
5 shl r0,r1
23f5dfcb 6 shl r0,#4
d70c5fc7 7 shr r0,r1
23f5dfcb 8 shr r0,#4
d70c5fc7 9 rol r0,r1
23f5dfcb 10 rol r0,#4
d70c5fc7 11 ror r0,r1
23f5dfcb 12 ror r0,#4
d70c5fc7 13 ashr r0,r1
23f5dfcb 14 ashr r0,#4
This page took 0.160364 seconds and 4 git commands to generate.