D | neon64.c | 86 #define TESTINSN_un(instruction, QD, QM, QMtype, QMval) \ argument 92 "vdup." #QMtype " " #QM ", %1\n\t" \ 97 : #QD, #QM, "memory" \ 110 "vldmia %2!, {" #QM "}\n\t" \ 116 : #QD, #QM, "%2", "memory" \ 123 #define TESTINSN_un_q(instruction, QD, QM, QMtype, QMval) \ argument 132 "vdup." #QMtype " " #QM ", %2\n\t" \ 139 : #QD, #QM, "memory", "r4" \ 155 "vldmia %3!, {" #QM "}\n\t" \ 162 : #QD, #QM, "memory", "r4" \ [all …]
|