Home
last modified time | relevance | path

Searched refs:SWL (Results 1 – 25 of 32) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dunaligned-memops.ll17 ; MIPS: SWL [[LWR]], [[COPY]], 0 :: (store 4 into %ir.b, align 1)
Dunaligned-memops-mapping.mir62 SWL %4, %1, 0 :: (store 4 into %ir.b, align 1)
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp232 case Mips::SWL: in isBasePlusOffsetMemoryAccess()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp241 case Mips::SWL: in isBasePlusOffsetMemoryAccess()
/external/v8/src/mips/
Dconstants-mips.h467 SWL = ((5U << 3) + 2) << kOpcodeShift, enumerator
1272 OpcodeToBitNumber(SWL) | OpcodeToBitNumber(SW) | OpcodeToBitNumber(SWR) |
Ddisasm-mips.cc1938 case SWL: in DecodeTypeImmediate()
Dassembler-mips.cc2290 GenInstrImmediate(SWL, rs.rm(), rd, rs.offset_); in swl()
Dsimulator-mips.cc6706 case SWL: { in DecodeTypeImmediate()
/external/v8/src/mips64/
Dconstants-mips64.h443 SWL = ((5U << 3) + 2) << kOpcodeShift, enumerator
1307 OpcodeToBitNumber(SWL) | OpcodeToBitNumber(SW) | OpcodeToBitNumber(SD) |
Ddisasm-mips64.cc2215 case SWL: in DecodeTypeImmediate()
Dassembler-mips64.cc2444 GenInstrImmediate(SWL, rs.rm(), rd, rs.offset_); in swl()
Dsimulator-mips64.cc6984 case SWL: { in DecodeTypeImmediate()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h204 SWL, enumerator
DMipsISelLowering.cpp149 case MipsISD::SWL: return "MipsISD::SWL"; in getTargetNodeName()
2356 SDValue SWL = createStoreLR(MipsISD::SWL, DAG, SD, Chain, in lowerUnalignedIntStore() local
2358 return createStoreLR(MipsISD::SWR, DAG, SD, SWL, IsLittle ? 0 : 3); in lowerUnalignedIntStore()
DMipsInstrInfo.td136 def MipsSWL : SDNode<"MipsISD::SWL", SDTStore,
1771 def SWL : StoreLeftRight<"swl", MipsSWL, GPR32Opnd, II_SWL>, LW_FM<0x2a>,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.h250 SWL, enumerator
DMipsISelLowering.cpp231 case MipsISD::SWL: return "MipsISD::SWL"; in getTargetNodeName()
2549 SDValue SWL = createStoreLR(MipsISD::SWL, DAG, SD, Chain, in lowerUnalignedIntStore() local
2551 return createStoreLR(MipsISD::SWR, DAG, SD, SWL, IsLittle ? 0 : 3); in lowerUnalignedIntStore()
DMipsScheduleP5600.td131 SBE, SHE, SWE, SCE, SWL, SWR, SWLE, SWRE)>;
DMipsInstrInfo.td143 def MipsSWL : SDNode<"MipsISD::SWL", SDTStore,
2123 def SWL : MMRel, StoreLeftRight<"swl", MipsSWL, GPR32Opnd, II_SWL>, LW_FM<0x2a>,
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenSubtargetInfo.inc720 {DBGFIELD("SWL") 1, false, false, 17, 2, 1, 1, 0, 0}, // #445
1740 {DBGFIELD("SWL") 1, false, false, 46, 3, 1, 1, 0, 0}, // #445
DMipsGenMCCodeEmitter.inc2501 UINT64_C(2818572288), // SWL
5661 case Mips::SWL:
10227 …e_HasStdEnc | Feature_NotMips32r6 | Feature_NotMips64r6 | Feature_NotInMicroMips | 0, // SWL = 2488
DMipsGenInstrInfo.inc2503 SWL = 2488,
3102 SWL = 445,
6548 …1ULL<<MCID::MayStore), 0x2ULL, nullptr, nullptr, OperandInfo82, -1 ,nullptr }, // Inst #2488 = SWL
10253 { Mips::SWL, Mips::SWL, Mips::SWL_MM },
DMipsGenAsmWriter.inc3716 25188612U, // SWL
6347 0U, // SWL
/external/capstone/arch/Mips/
DMipsGenAsmWriter.inc1600 12605056U, // SWL
3314 0U, // SWL
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp4292 unsigned XWL = IsLoadInst ? Mips::LWL : Mips::SWL; in expandUxw()

12