|
enum | SubstitutionMode { kPlaceholder,
kFormat
} |
|
|
| NEONFormatDecoder (const Instruction *instr) |
|
| NEONFormatDecoder (const Instruction *instr, const NEONFormatMap *format) |
|
| NEONFormatDecoder (const Instruction *instr, const NEONFormatMap *format0, const NEONFormatMap *format1) |
|
| NEONFormatDecoder (const Instruction *instr, const NEONFormatMap *format0, const NEONFormatMap *format1, const NEONFormatMap *format2) |
|
void | SetFormatMaps (const NEONFormatMap *format0, const NEONFormatMap *format1=nullptr, const NEONFormatMap *format2=nullptr) |
|
void | SetFormatMap (unsigned index, const NEONFormatMap *format) |
|
const char * | SubstitutePlaceholders (const char *string) |
|
const char * | Substitute (const char *string, SubstitutionMode mode0=kFormat, SubstitutionMode mode1=kFormat, SubstitutionMode mode2=kFormat) |
|
const char * | Mnemonic (const char *mnemonic) |
|
VectorFormat | GetVectorFormat (int format_index=0) |
|
VectorFormat | GetVectorFormat (const NEONFormatMap *format_map) |
|
Definition at line 642 of file instructions-arm64.h.
The documentation for this class was generated from the following file: