Lines Matching refs:NEONFormatDecoder
313 NEONFormatDecoder::NEONFormatDecoder(const Instruction* instr) {
318 NEONFormatDecoder::NEONFormatDecoder(const Instruction* instr,
324 NEONFormatDecoder::NEONFormatDecoder(const Instruction* instr,
331 NEONFormatDecoder::NEONFormatDecoder(const Instruction* instr,
339 void NEONFormatDecoder::SetFormatMaps(const NEONFormatMap* format0,
352 void NEONFormatDecoder::SetFormatMap(unsigned index,
359 const char* NEONFormatDecoder::SubstitutePlaceholders(const char* string) {
364 const char* NEONFormatDecoder::Substitute(const char* string,
375 const char* NEONFormatDecoder::Mnemonic(const char* mnemonic) {
383 VectorFormat NEONFormatDecoder::GetVectorFormat(int format_index) {
387 VectorFormat NEONFormatDecoder::GetVectorFormat(
397 const char* NEONFormatDecoder::GetSubstitute(int index, SubstitutionMode mode) {
405 NEONFormat NEONFormatDecoder::GetNEONFormat(const NEONFormatMap* format_map) {
409 const char* NEONFormatDecoder::NEONFormatAsString(NEONFormat format) {
417 const char* NEONFormatDecoder::NEONFormatAsPlaceholder(NEONFormat format) {
427 uint8_t NEONFormatDecoder::PickBits(const uint8_t bits[]) {