reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
  301   if ((Instruction & HexagonII::INST_PARSE_MASK) ==
  315   if ((Instruction & HexagonII::INST_PARSE_MASK) ==
  319     duplexIClass = ((Instruction >> 28) & 0xe) | ((Instruction >> 13) & 0x1);
  319     duplexIClass = ((Instruction >> 28) & 0xe) | ((Instruction >> 13) & 0x1);
  390     Result = decodeInstruction(DecodeLow, *MILow, Instruction & 0x1fff, Address,
  397         DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI);
  407     if ((Instruction & HexagonII::INST_PARSE_MASK) ==
  412       Result = decodeInstruction(DecoderTableMustExtend32, MI, Instruction,
  416       Result = decodeInstruction(DecoderTable32, MI, Instruction, Address, this,
  421       Result = decodeInstruction(DecoderTableEXT_mmvec32, MI, Instruction,