mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-24 05:59:45 +00:00
20643d4d34
* replace if-s in AArch64_AM_decodeAdvSIMDModImmType10 with lookup table Lookup table is much faster than bunch of if-s. If you don't like lookup tables, I have another proposal. See http://goo.gl/RjW1lr and compare generated machine code * Smaller lookup table and shifting and bit mask used * Update AArch64AddressingModes.h |
||
---|---|---|
.. | ||
AArch64AddressingModes.h | ||
AArch64BaseInfo.c | ||
AArch64BaseInfo.h | ||
AArch64Disassembler.c | ||
AArch64Disassembler.h | ||
AArch64GenAsmWriter.inc | ||
AArch64GenDisassemblerTables.inc | ||
AArch64GenInstrInfo.inc | ||
AArch64GenRegisterInfo.inc | ||
AArch64GenSubtargetInfo.inc | ||
AArch64InstPrinter.c | ||
AArch64InstPrinter.h | ||
AArch64Mapping.c | ||
AArch64Mapping.h | ||
AArch64MappingInsn.inc | ||
AArch64MappingInsnOp.inc | ||
AArch64Module.c | ||
ARMMappingInsnOp.inc |