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

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 335 PPCII::PPC970_Unit InstrType =
338 if (InstrType == PPCII::PPC970_Pseudo) return NoHazard;
351 switch (InstrType) {
393 PPCII::PPC970_Unit InstrType =
396 if (InstrType == PPCII::PPC970_Pseudo) return;
410 if (InstrType == PPCII::PPC970_BRU || isSingle)
  /toolchain/binutils/binutils-2.25/gas/config/
xtensa-relax.h 146 typedef enum instr_type InstrType;
157 InstrType typ;

Completed in 102 milliseconds