HomeSort by relevance Sort by last modified time
    Searched defs:RecognizableInstr (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 29 /// RecognizableInstr - Encapsulates all information required to decode a single
33 class RecognizableInstr {
210 /// Constructor - Initializes a RecognizableInstr with the appropriate fields
216 RecognizableInstr(DisassemblerTables &tables,
X86RecognizableInstr.cpp 191 RecognizableInstr::RecognizableInstr(DisassemblerTables &tables,
264 void RecognizableInstr::processInstr(DisassemblerTables &tables,
272 RecognizableInstr recogInstr(tables, insn, uid);
285 InstructionContext RecognizableInstr::insnContext() const {
467 void RecognizableInstr::adjustOperandEncoding(OperandEncoding &encoding) {
477 void RecognizableInstr::handleOperand(bool optional, unsigned &operandIndex,
511 void RecognizableInstr::emitInstructionSpecifier() {
812 void RecognizableInstr::emitDecodePath(DisassemblerTables &tables) const {
912 OperandType RecognizableInstr::typeFromString(const std::string &s
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.h 32 /// RecognizableInstr - Encapsulates all information required to decode a single
36 class RecognizableInstr {
233 /// Constructor - Initializes a RecognizableInstr with the appropriate fields
239 RecognizableInstr(DisassemblerTables &tables,
X86RecognizableInstr.cpp 85 // the code in RecognizableInstr::emitDecodePath() as well, and add new prefixes
90 // in RecognizableInstr::emitDecodePath().
196 RecognizableInstr::RecognizableInstr(DisassemblerTables &tables,
268 void RecognizableInstr::processInstr(DisassemblerTables &tables,
276 RecognizableInstr recogInstr(tables, insn, uid);
284 InstructionContext RecognizableInstr::insnContext() const {
356 RecognizableInstr::filter_ret RecognizableInstr::filter() const {
477 bool RecognizableInstr::hasFROperands() const
    [all...]

Completed in 436 milliseconds