|
|||||||||||
|
Technical Support On-Line Manuals Assembler User Guide |
Assembler User GuideVFPASSERT SCALAR
The Use the Place the If a function expects the VFP to be in vector mode on exit,
place a NoteThis directive does not generate any code. It is only an assertion by the programmer. The assembler produces error messages if any such assertions are inconsistent with each other, or with any vector notation in VFP data processing instructions. The assembler faults vector notation in VFP data processing
instructions following a
VFPASSERT SCALAR ; scalar mode
faddd d4, d4, d0 ; okay
fadds s4<3>, s8<3>, s0 ; ERROR, vectors in scalar mode
fabss s24<1>, s28<1> ; ERROR, vectors in scalar mode
; (even though length==1)
| ||||||||||
|
|||||||||||