Searched refs:OpcodeDecoder (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | ARMEHABIPrinter.h | 27 class OpcodeDecoder { 69 inline ArrayRef<OpcodeDecoder::RingEntry> OpcodeDecoder::ring() { in ring() 70 static const OpcodeDecoder::RingEntry Ring[] = { in ring() 71 {0xc0, 0x00, &OpcodeDecoder::Decode_00xxxxxx}, in ring() 72 {0xc0, 0x40, &OpcodeDecoder::Decode_01xxxxxx}, in ring() 74 {0xff, 0x9d, &OpcodeDecoder::Decode_10011101}, in ring() 75 {0xff, 0x9f, &OpcodeDecoder::Decode_10011111}, in ring() 76 {0xf0, 0x90, &OpcodeDecoder::Decode_1001nnnn}, in ring() 77 {0xf8, 0xa0, &OpcodeDecoder::Decode_10100nnn}, in ring() 78 {0xf8, 0xa8, &OpcodeDecoder::Decode_10101nnn}, in ring() [all …]
|