See also:
F5.1.128 ORN, ORNS (register) T1 shift or rotate by value variant
of the Arm ARM.
Details
Details
- Reviewers
DavidSpickett - Commits
- rG1addc231cd5b: [MC][ARM] add .w suffixes for ORN/ORNS T1
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/MC/ARM/basic-thumb2-instructions.s | ||
---|---|---|
1884 | Initially I thought that we shouldn't be allowing the flag setting S variant for v7 since it's not listed in the documentation. However that's just because on v7 they always set the flags so S or not it's the same thing. | |
1890 | Add a .w check for one or more of the shift variants and the immediate. |
Initially I thought that we shouldn't be allowing the flag setting S variant for v7 since it's not listed in the documentation. However that's just because on v7 they always set the flags so S or not it's the same thing.