Searched refs:FPU_QREG (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfos_arm.h | 356 #define FPU_QREG(name, offset) \ macro 675 FPU_QREG(q0, 0), 676 FPU_QREG(q1, 4), 677 FPU_QREG(q2, 8), 678 FPU_QREG(q3, 12), 679 FPU_QREG(q4, 16), 680 FPU_QREG(q5, 20), 681 FPU_QREG(q6, 24), 682 FPU_QREG(q7, 28), 683 FPU_QREG(q8, 32), [all …]
|