Searched defs:SLL (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.h | 60 unsigned ADDiu, ORi, SLL, LUi; variable
|
D | MipsInstructionSelector.cpp | 339 MachineInstr *SLL = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::SLL)) in select() local
|
D | MipsISelLowering.cpp | 2727 SDValue SLL = DAG.getNode(ISD::SHL, DL, MVT::i64, LWR, Const32); in lowerLOAD() local
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeRISCV_common.c | 123 #define SLL (F7(0x0) | F3(0x1) | OPC(0x33)) macro
|
D | sljitNativeMIPS_common.c | 269 #define SLL (HI(0) | LO(0)) macro
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | constants-mips.h | 509 SLL = ((0U << 3) + 0), enumerator
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | constants-mips64.h | 506 SLL = ((0U << 3) + 0), enumerator
|
/third_party/node/deps/v8/src/execution/s390/ |
D | simulator-s390.cc | 5700 EVALUATE(SLL) { in EVALUATE() argument
|