Lines Matching refs:QM
409 #define TESTINSN_scalar_to_core(instruction, QD, QM, QMtype, QMval) \
415 "vdup." #QMtype " " #QM ", %1\n\t" \
420 : #QD, #QM, "memory" \
422 printf("%s :: Rd 0x%08x Qm (" #QMtype ")0x%08x\n", \
703 #define TESTINSN_bin(instruction, QD, QM, QMtype, QMval, QN, QNtype, QNval) \
709 "vdup." #QMtype " " #QM ", %1\n\t" \
715 : #QD, #QM, #QN, "memory" \
717 printf("%s :: Qd 0x%08x 0x%08x Qm (" #QMtype ")0x%08x" \
722 #define TESTINSN_bin_f64(instruction, QD, QM, QMtype, QMval0, QMval1, QN, QNtype, QNval0, QNval1) \
728 "vmov " #QM ", %1, %2 \n\t" \
734 : #QD, #QM, #QN, "memory" \
736 printf("%s :: Qd 0x%08x 0x%08x Qm 0x%08x %08x" \