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

  /external/v8/src/mips/
constants-mips.cc 320 case SWL:
constants-mips.h 353 SWL = ((5 << 3) + 2) << kOpcodeShift,
simulator-mips.cc     [all...]
assembler-mips.cc 1756 void Assembler::swl(Register rd, const MemOperand& rs) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
constants-mips64.cc 340 case SWL:
constants-mips64.h 324 SWL = ((5 << 3) + 2) << kOpcodeShift,
simulator-mips64.cc     [all...]
assembler-mips64.cc 1893 void Assembler::swl(Register rd, const MemOperand& rs) { function in class:v8::Assembler
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp 232 case Mips::SWL:
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 200 SWL,
MipsISelLowering.cpp 150 case MipsISD::SWL: return "MipsISD::SWL";
    [all...]

Completed in 732 milliseconds