reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
331 Insn = support::endian::read32le(Bytes.data()); 333 Result = decodeInstruction(DecoderTable32, MI, Insn, Address, this, STI); 340 Insn = support::endian::read16le(Bytes.data()); 346 Result = decodeInstruction(DecoderTableRISCV32Only_16, MI, Insn, Address, 356 Result = decodeInstruction(DecoderTable16, MI, Insn, Address, this, STI);