HomeSort by relevance Sort by last modified time
    Searched refs:SLL (Results 26 - 50 of 61) sorted by null

12 3

  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
MipsISelLowering.cpp     [all...]
MipsAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 215 emitRRI(Mips::SLL, Mips::ZERO, Mips::ZERO, 0, IDLoc, STI);
219 emitRRI(Mips::SLL, Mips::ZERO, Mips::ZERO, 0, IDLoc, STI);
    [all...]
MipsMCCodeEmitter.cpp 224 // Unfortunately in MIPS both NOP and SLL will come in with Binary == 0
227 if ((Opcode != Mips::NOP) && (Opcode != Mips::SLL) &&
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 247 emitRRI(Mips::SLL, Mips::ZERO, Mips::ZERO, 0, IDLoc, STI);
251 emitRRI(Mips::SLL, Mips::ZERO, Mips::ZERO, 0, IDLoc, STI);
    [all...]
MipsMCCodeEmitter.cpp 187 // Unfortunately in MIPS both NOP and SLL will come in with Binary == 0
190 if ((Opcode != Mips::NOP) && (Opcode != Mips::SLL) &&
    [all...]
  /external/v8/src/mips/
constants-mips.h 499 SLL = ((0U << 3) + 0),
    [all...]
assembler-mips.cc 696 // Traditional mips nop == sll(zero_reg, zero_reg, 0)
697 // When marking non-zero type, use sll(zero_reg, at, type)
699 // of the sll instruction.
702 bool ret = (opcode == SPECIAL && function == SLL &&
2031 void Assembler::sll(Register rd, function in class:v8::internal::Assembler
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeSPARC_common.c 167 #define SLL (OPC1(0x2) | OPC3(0x25))
190 #define SLL_W SLL
    [all...]
sljitNativeMIPS_common.c 177 #define SLL (HI(0) | LO(0))
208 #define SLL_W SLL
    [all...]
  /external/v8/src/mips64/
constants-mips64.h 481 SLL = ((0U << 3) + 0),
    [all...]
assembler-mips64.cc 665 // Traditional mips nop == sll(zero_reg, zero_reg, 0)
666 // When marking non-zero type, use sll(zero_reg, at, type)
668 // of the sll instruction.
671 bool ret = (opcode == SPECIAL && function == SLL &&
2108 void Assembler::sll(Register rd, function in class:v8::internal::Assembler
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenMCPseudoLowering.inc 292 TmpInst.setOpcode(Mips::SLL);
  /external/v8/src/s390/
simulator-s390.h 539 EVALUATE(SLL);
assembler-s390.h 822 DECLARE_S390_RS_SHIFT_FORMAT(sll, SLL)
    [all...]
simulator-s390.cc 830 EvalTable[SLL] = &Simulator::Evaluate_SLL;
    [all...]
constants-s390.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/cldr/tools/java/org/unicode/cldr/icu/
idList.txt     [all...]

Completed in 1425 milliseconds

12 3