Searched defs:SLL (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsAnalyzeImmediate.h | 60 unsigned ADDiu, ORi, SLL, LUi; variable
|
H A D | MipsInstructionSelector.cpp | 374 MachineInstr *SLL = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::SLL)) in select() local
|
H A D | MipsISelLowering.cpp | 2737 SDValue SLL = DAG.getNode(ISD::SHL, DL, MVT::i64, LWR, Const32); in lowerLOAD() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Mips/ |
H A D | Target.cpp | 75 unsigned ORi, LUi, SLL; in loadImmediate() local
|