Searched refs:SWL (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/mips/
H A Dconstants-mips.cc332 case SWL:
H A Dconstants-mips.h290 SWL = ((5 << 3) + 2) << kOpcodeShift,
H A Dsimulator-mips.cc2488 case SWL: {
2573 case SWL:
H A Dassembler-mips.cc1440 GenInstrImmediate(SWL, rs.rm(), rd, rs.offset_);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h87 SWL, enumerator in enum:llvm::MipsISD::NodeType
H A DMipsISelLowering.cpp86 case MipsISD::SWL: return "MipsISD::SWL";
2211 SDValue SWL = CreateStoreLR(MipsISD::SWL, DAG, SD, Chain, local
2213 return CreateStoreLR(MipsISD::SWR, DAG, SD, SWL, IsLittle ? 0 : 3);

Completed in 119 milliseconds