x86-64: also optimize ANDQ with immediate fitting in 7 bits
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic54x / field.s
1 *
2 * test .field directive
3 *
4 .global X
5 .global f1,f2,f3,f4,f5,f6,f7,f8
6 f1: .field 0ABCh, 14 ; f1=0x0
7 f2: .field 0Ah, 5 ; should align to next word, f2=0x1
8 f3: .field 0Ch, 4 ; should be packed in previous word, f3=0x1
9 f4: .field f3 ; align at word 0x2
10 f5: .field 04321h, 32 ;
11 f6: .field 01111b ; default to 16-bit field
12 f7: .field 3,3
13 f8: .field 69,15 ; align at next word
14 .end
This page took 0.032581 seconds and 4 git commands to generate.