| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
R_ARM_THM_MOVT_ABS #6215
|
|
Fixes #6383
|
|
destination register incorrectly specified" by correctly specifying the intrinsic outputs
|
|
|
|
Conditions were not cascading, caused instructions to generate il for multiple variants of VMOV
|
|
|
|
Also fix some formatting issues
|
|
|
|
|
|
|
|
|
|
System registers needed to be marked to prevent the registers from being passed as arguments
|
|
VSUB already existed but it was lifted as a regular SUB instruction
|
|
|
|
|
|
Any usage of d15, s15, q15 was completely broken
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A user reported in public slack that the definition doesn't agree on
endianness
|
|
tokens in lower levels, and improve token usage in disassembly
|
|
|
|
|