Commit | Line | Data |
---|---|---|
37ab9779 CZ |
1 | #nm: --undefined-only |
2 | #name: aux register test | |
3 | #source: taux.s | |
4 | # Most of the AUX rgisters are defined for all ARC variants besides the | |
5 | # FPX/FPUDA registers which should end as undefined when assemble generic. | |
f36e33da CZ |
6 | .* U arc600_build_config |
7 | .* U aux_crc_mode | |
8 | .* U aux_crc_poly | |
37ab9779 CZ |
9 | .* U aux_dpfp1h |
10 | .* U aux_dpfp1l | |
11 | .* U aux_dpfp2h | |
12 | .* U aux_dpfp2l | |
13 | .* U d1h | |
14 | .* U d1l | |
15 | .* U d2h | |
16 | .* U d2l | |
17 | .* U dpfp_status | |
18 | .* U fp_status | |
f36e33da CZ |
19 | .* mx0 |
20 | .* mx1 | |
21 | .* my0 | |
22 | .* my1 | |
23 | .* scratch_a | |
24 | .* tsch | |
37ab9779 | 25 | #pass |