HomeSort by relevance Sort by last modified time
    Searched refs:LNOP (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUNopFiller.cpp 44 return "SPU nop/lnop Filler";
101 // to: lnop(corr), even(corr), odd(corr)...
103 DEBUG( dbgs() <<"Adding LNOP before: "; );
105 BuildMI(MBB, I, I->getDebugLoc(), TII->get(SPU::LNOP));
125 DEBUG( dbgs() <<"Padding basic block with LNOP\n"; );
126 BuildMI(MBB, J, DebugLoc(), TII->get(SPU::LNOP));
  /toolchain/binutils/binutils-2.25/include/opcode/
spu-insns.h 119 LNOP No pipeline
146 APUOP(M_LNOP, RR, 0x001, "lnop", _A0(), 00000, LNOP) /* LNOP no_operation */
  /toolchain/binutils/binutils-2.25/bfd/
elf32-spu.c 838 #define LNOP 0x00200000
1171 lnop
    [all...]

Completed in 135 milliseconds