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

References

gen/lib/Target/XCore/XCoreGenDisassemblerTables.inc
  650     tmp = fieldFromInstruction(insn, 0, 4);
  678     tmp = fieldFromInstruction(insn, 6, 4);
  680     tmp = fieldFromInstruction(insn, 0, 6);
  684     tmp = fieldFromInstruction(insn, 0, 6);
  688     tmp = fieldFromInstruction(insn, 6, 4);
  690     tmp = fieldFromInstruction(insn, 0, 6);
  694     tmp = fieldFromInstruction(insn, 0, 6);
  698     tmp = fieldFromInstruction(insn, 6, 4);
  700     tmp = fieldFromInstruction(insn, 0, 6);
  713     tmp = fieldFromInstruction(insn, 0, 10);
  717     tmp = fieldFromInstruction(insn, 0, 10);
  742     tmp = fieldFromInstruction(insn, 22, 4);
  745     tmp |= fieldFromInstruction(insn, 0, 10) << 6;
  746     tmp |= fieldFromInstruction(insn, 16, 6) << 0;
  751     tmp |= fieldFromInstruction(insn, 0, 10) << 6;
  752     tmp |= fieldFromInstruction(insn, 16, 6) << 0;
  756     tmp = fieldFromInstruction(insn, 22, 4);
  759     tmp |= fieldFromInstruction(insn, 0, 10) << 6;
  760     tmp |= fieldFromInstruction(insn, 16, 6) << 0;
  765     tmp |= fieldFromInstruction(insn, 0, 10) << 6;
  766     tmp |= fieldFromInstruction(insn, 16, 6) << 0;
  770     tmp = fieldFromInstruction(insn, 22, 4);
  773     tmp |= fieldFromInstruction(insn, 0, 10) << 6;
  774     tmp |= fieldFromInstruction(insn, 16, 6) << 0;
  788     tmp |= fieldFromInstruction(insn, 0, 10) << 10;
  789     tmp |= fieldFromInstruction(insn, 16, 10) << 0;
  794     tmp |= fieldFromInstruction(insn, 0, 10) << 10;
  795     tmp |= fieldFromInstruction(insn, 16, 10) << 0;
  821       CurFieldValue = fieldFromInstruction(insn, Start, Len);
  848       InsnType FieldValue = fieldFromInstruction(insn, Start, Len);
lib/Target/XCore/Disassembler/XCoreDisassembler.cpp
  242   unsigned Combined = fieldFromInstruction(Insn, 6, 5);
  245   if (fieldFromInstruction(Insn, 5, 1)) {
  253   Op1 = (Op1High << 2) | fieldFromInstruction(Insn, 2, 2);
  254   Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 0, 2);
  261   unsigned Combined = fieldFromInstruction(Insn, 6, 5);
  268   Op1 = (Op1High << 2) | fieldFromInstruction(Insn, 4, 2);
  269   Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 2, 2);
  270   Op3 = (Op3High << 2) | fieldFromInstruction(Insn, 0, 2);
  278   unsigned Opcode = fieldFromInstruction(Insn, 11, 5);
  441   unsigned Opcode = fieldFromInstruction(Insn, 16, 4) |
  442                     fieldFromInstruction(Insn, 27, 5) << 4;
  512   DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16),
  526   DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16),
  593     Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
  607   Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
  622   Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
  636   Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
  650     Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
  653   S = Decode3OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5, Op6);
  670   unsigned Opcode = fieldFromInstruction(Insn, 27, 5);
  684     Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
  687   S = Decode2OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5);
  703   unsigned Op4 = fieldFromInstruction(Insn, 16, 4);
  705     Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
  722   unsigned Op4 = fieldFromInstruction(Insn, 16, 4);
  724   Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);