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

  /external/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.h 43 /// GetInstSeqLsSLL - Get instrucion sequences which end with a SLL to
50 /// ReplaceADDiuSLLWithLUi - Replace an ADDiu & SLL pair with a LUi.
58 unsigned ADDiu, ORi, SLL, LUi;
MipsISelLowering.cpp     [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 397 case LSL: mMips->SLL(tmpReg, amode.reg, amode.value); break;
508 case LSL: mMips->SLL(Rd, amode.reg, amode.value); break;
540 case LSL: mMips->SLL(Rd, amode.reg, amode.value); break;
    [all...]

Completed in 113 milliseconds