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

  /art/compiler/utils/mips/
assembler_mips.cc 302 void MipsAssembler::Sh(Register rt, Register rs, uint16_t imm16) {
530 Sh(reg, base, offset);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 525 Value *Sh = ConstantInt::get(In->getType(),
527 In = Builder->CreateLShr(In, Sh, In->getName()+".lobit");
    [all...]

Completed in 167 milliseconds