Some toolchains may not understand these instructions.
Sponsored by: Arm Ltd
Differential D59148
arm64: Use sysinsn.h to generate tlbi instructions Authored by andrew on Mon, Aug 24, 4:50 PM. Tags None Referenced Files
Details
Diff Detail
Event TimelineComment Actions It's not quite true that binutils doesn't "understand the instructions", it's more that different toolchains use different ways to enable access to optional instructions. According to the bug I posted earlier, older versions of LLVM matched binutils in that they required -march= for this particular case before the .arch_extension was added. I'm not a huge fan of hand-assembling vs trusting the assembler to do that job, but it does work, and the pattern does seem to match up quite well with how opcodes are described in the ARM ARM at least. |