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

  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 237 SUnit *SUI = MIToSUnit[MI];
238 assert(SUI && "Missing SUnit Info!");
250 // Is it legal to packetize SUI and SUJ together.
251 if (!this->isLegalToPacketizeTogether(SUI, SUJ)) {
253 if (!this->isLegalToPruneDependencies(SUI, SUJ)) {
  /toolchain/binutils/binutils-2.25/opcodes/
tic80-opc.c 356 #define SUI (SSI + 1)
363 #define SUBF (SUI + 1)
714 {"cmnd", OP_SI(0x2), MASK_SI, 0, {SUI} },
771 {"etrap", OP_SI(0x1) | E(1), MASK_SI | E(1), 0, {SUI} },
    [all...]

Completed in 369 milliseconds