Searched refs:OpcodeDecoder (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | ARMEHABIPrinter.h | 29 class OpcodeDecoder { 36 void (OpcodeDecoder::*Routine)(const uint8_t *Opcodes, unsigned &OI); member 67 OpcodeDecoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in OpcodeDecoder() function 71 const OpcodeDecoder::RingEntry OpcodeDecoder::Ring[] = { 72 { 0xc0, 0x00, &OpcodeDecoder::Decode_00xxxxxx }, 73 { 0xc0, 0x40, &OpcodeDecoder::Decode_01xxxxxx }, 74 { 0xf0, 0x80, &OpcodeDecoder::Decode_1000iiii_iiiiiiii }, 75 { 0xff, 0x9d, &OpcodeDecoder::Decode_10011101 }, 76 { 0xff, 0x9f, &OpcodeDecoder::Decode_10011111 }, 77 { 0xf0, 0x90, &OpcodeDecoder::Decode_1001nnnn }, [all …]
|