Searched refs:SRLI (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 528 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/ |
D | RISCVInstrInfo.td | 333 def SRLI : Shift_ri<0, 0b101, "srli">; 597 def : PatGprUimmLog2XLen<srl, SRLI>;
|
D | RISCVInstrInfoC.td | 605 def : CompressPat<(SRLI GPRC:$rs1, GPRC:$rs1, uimmlog2xlennonzero:$imm),
|
/external/v8/src/mips/ |
D | constants-mips.h | 960 SRLI = ((2U << 23) + 9), enumerator
|
D | disasm-mips.cc | 2198 case SRLI: in DecodeTypeMsaBIT()
|
D | assembler-mips.cc | 3712 V(srli, SRLI) \
|
D | simulator-mips.cc | 4704 case SRLI: in MsaBitInstrHelper()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 994 SRLI = ((2U << 23) + 9), enumerator
|
D | disasm-mips64.cc | 2512 case SRLI: in DecodeTypeMsaBIT()
|
D | assembler-mips64.cc | 4038 V(srli, SRLI) \
|
D | simulator-mips64.cc | 4929 case SRLI: in MsaBitInstrHelper()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsScheduleP5600.td | 419 def : InstRW<[P5600WriteMSAShortLogic], (instregex "^(SRL|SRLI)_[BHWD]$")>;
|
D | MipsScheduleGeneric.td | 1023 def : InstRW<[GenericWriteMSAShortLogic], (instregex "^(SRL|SRLI)_[BHWD]$")>;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 2941 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/ |
D | DAGCombiner.cpp | 3958 if (ConstantSDNode *SRLI = dyn_cast<ConstantSDNode>(N1.getOperand(1))) { in visitANDLike() local 3964 APInt SRLC = SRLI->getAPIntValue(); in visitANDLike()
|