Home
last modified time | relevance | path

Searched defs:SLL (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.h60 unsigned ADDiu, ORi, SLL, LUi; variable
DMipsInstructionSelector.cpp374 MachineInstr *SLL = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::SLL)) in select() local
DMipsISelLowering.cpp2725 SDValue SLL = DAG.getNode(ISD::SHL, DL, MVT::i64, LWR, Const32); in lowerLOAD() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.h60 unsigned ADDiu, ORi, SLL, LUi; variable
DMipsInstructionSelector.cpp339 MachineInstr *SLL = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::SLL)) in select() local
DMipsISelLowering.cpp2727 SDValue SLL = DAG.getNode(ISD::SHL, DL, MVT::i64, LWR, Const32); in lowerLOAD() local
/external/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.h58 unsigned ADDiu, ORi, SLL, LUi; variable
DMipsISelLowering.cpp2321 SDValue SLL = DAG.getNode(ISD::SHL, DL, MVT::i64, LWR, Const32); in lowerLOAD() local
/external/llvm-project/llvm/tools/llvm-exegesis/lib/Mips/
DTarget.cpp75 unsigned ORi, LUi, SLL; in loadImmediate() local
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
DTargetTest.cpp58 const unsigned SLL = IsGPR32 ? Mips::SLL : Mips::SLL64_64; in IsShift() local
/external/clang/test/CodeGen/
Dxcore-stringtype.c33 long long LL, unsigned long long ULL, signed long long SLL, in builtinType()
/external/llvm-project/clang/test/CodeGen/
Dxcore-stringtype.c33 long long LL, unsigned long long ULL, signed long long SLL, in builtinType()
/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_common.c167 #define SLL (OPC1(0x2) | OPC3(0x25)) macro
DsljitNativeMIPS_common.c241 #define SLL (HI(0) | LO(0)) macro
/external/clang/lib/Sema/
DSemaOverload.cpp7261 Flt, Dbl, LDbl, SI, SL, SLL, S128, UI, UL, ULL, U128 in getUsualArithmeticConversions() enumerator