Searched refs:SWL (Results 1 - 6 of 6) sorted by relevance
/external/v8/src/mips/ |
H A D | constants-mips.cc | 332 case SWL:
|
H A D | constants-mips.h | 290 SWL = ((5 << 3) + 2) << kOpcodeShift,
|
H A D | simulator-mips.cc | 2488 case SWL: { 2573 case SWL:
|
H A D | assembler-mips.cc | 1440 GenInstrImmediate(SWL, rs.rm(), rd, rs.offset_);
|
/external/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 87 SWL, enumerator in enum:llvm::MipsISD::NodeType
|
H A D | MipsISelLowering.cpp | 86 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 447 milliseconds