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. | |
6 | .* U aux_dpfp1h | |
7 | .* U aux_dpfp1l | |
8 | .* U aux_dpfp2h | |
9 | .* U aux_dpfp2l | |
10 | .* U d1h | |
11 | .* U d1l | |
12 | .* U d2h | |
13 | .* U d2l | |
14 | .* U dpfp_status | |
15 | .* U fp_status | |
16 | #pass |