Home
last modified time | relevance | path

Searched refs:SRLI (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterCoalescer.cpp528 LiveInterval &SRLI = LIS->getInterval(*SR); in AdjustCopiesBackFrom() local
529 SRLI.addRange(LiveRange(FillerStart, FillerEnd, in AdjustCopiesBackFrom()
530 SRLI.getNextValue(FillerStart, 0, in AdjustCopiesBackFrom()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.td333 def SRLI : Shift_ri<0, 0b101, "srli">;
597 def : PatGprUimmLog2XLen<srl, SRLI>;
DRISCVInstrInfoC.td605 def : CompressPat<(SRLI GPRC:$rs1, GPRC:$rs1, uimmlog2xlennonzero:$imm),
/external/v8/src/mips/
Dconstants-mips.h960 SRLI = ((2U << 23) + 9), enumerator
Ddisasm-mips.cc2198 case SRLI: in DecodeTypeMsaBIT()
Dassembler-mips.cc3712 V(srli, SRLI) \
Dsimulator-mips.cc4704 case SRLI: in MsaBitInstrHelper()
/external/v8/src/mips64/
Dconstants-mips64.h994 SRLI = ((2U << 23) + 9), enumerator
Ddisasm-mips64.cc2512 case SRLI: in DecodeTypeMsaBIT()
Dassembler-mips64.cc4038 V(srli, SRLI) \
Dsimulator-mips64.cc4929 case SRLI: in MsaBitInstrHelper()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsScheduleP5600.td419 def : InstRW<[P5600WriteMSAShortLogic], (instregex "^(SRL|SRLI)_[BHWD]$")>;
DMipsScheduleGeneric.td1023 def : InstRW<[GenericWriteMSAShortLogic], (instregex "^(SRL|SRLI)_[BHWD]$")>;
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2941 if (ConstantSDNode *SRLI = dyn_cast<ConstantSDNode>(N1.getOperand(1))) { in visitANDLike() local
2943 SRLI->getZExtValue()); in visitANDLike()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3958 if (ConstantSDNode *SRLI = dyn_cast<ConstantSDNode>(N1.getOperand(1))) { in visitANDLike() local
3964 APInt SRLC = SRLI->getAPIntValue(); in visitANDLike()