Searched refs:SRL (Results 51 - 62 of 62) sorted by relevance

123

/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1567 case LShr: return ISD::SRL;
/external/pcre/dist/sljit/
H A DsljitNativeSPARC_common.c154 #define SRL (OPC1(0x2) | OPC3(0x26)) macro
/external/v8/src/mips/
H A Dassembler-mips.cc1672 GenInstrRegister(SPECIAL, zero_reg, rt, rd, sa & 0x1F, SRL);
1696 | (rd.code() << kRdShift) | (sa << kSaShift) | SRL;
H A Dsimulator-mips.cc3482 case SRL:
3489 // is special case of SRL instruction, added in MIPS32 Release 2.
/external/v8/src/mips64/
H A Dassembler-mips64.cc1800 GenInstrRegister(SPECIAL, zero_reg, rt, rd, sa & 0x1F, SRL);
1824 | (rd.code() << kRdShift) | (sa << kSaShift) | SRL;
H A Dsimulator-mips64.cc3424 case SRL:
3432 // is special case of SRL instruction, added in MIPS32 Release 2.
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3334 emitRRI(Mips::SRL, DReg, SReg, 0, Inst.getLoc(), Instructions);
3343 SecondShift = Mips::SRL;
3346 FirstShift = Mips::SRL;
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1026 case ISD::SRL:
/external/llvm/lib/TableGen/
H A DTGParser.cpp898 case tgtok::XSRL: Code = BinOpInit::SRL; Type = IntRecTy::get(); break;
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1174 case ISD::SRL:
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp446 SDValue OddVal = DAG.getNode(ISD::SRL, DL, ValueVT, Val,
2370 if (Opcode == ISD::SRL || Opcode == ISD::SRA || Opcode == ISD::SHL) {
3720 ISD::SRL, dl, MVT::i32, t0,
H A DLegalizeFloatTypes.cpp255 DAG.getNode(ISD::SRL, dl, RVT, SignBit,

Completed in 406 milliseconds

123