Home
last modified time | relevance | path

Searched refs:SLLI (Results 1 – 19 of 19) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
DsljitNativeRISCV_64.c76 FAIL_IF(push_inst(compiler, SLLI | RD(dst_r) | RS1(dst_r) | IMM_I(12))); in load_immediate()
125 FAIL_IF(push_inst(compiler, SLLI | RD(tmp_r) | RS1(tmp_r) | IMM_I((high & 0x1000) ? 20 : 32))); in load_immediate()
147 FAIL_IF(push_inst(compiler, SLLI | RD(TMP_REG3) | RS1(TMP_REG3) | IMM_I(32))); in emit_const()
DsljitNativeRISCV_common.c124 #define SLLI (IMM_I(0x0) | F3(0x1) | OPC(0x13)) macro
339 inst[2] = SLLI | RD(reg) | RS1(reg) | IMM_I(12); in load_addr_to_reg()
360 inst[2] = SLLI | RD(TMP_REG3) | RS1(TMP_REG3) | IMM_I((flags & PATCH_ABS52) ? 20 : 32); in load_addr_to_reg()
944 FAIL_IF(push_inst(compiler, SLLI | RD(TMP_REG3) | RS1(OFFS_REG(arg)) | IMM_I(argw))); in getput_arg()
1008 FAIL_IF(push_inst(compiler, SLLI | RD(tmp_r) | RS1(OFFS_REG(arg)) | IMM_I(argw))); in emit_op_mem()
1130 FAIL_IF(push_inst(compiler, SLLI | WORD | RD(dst) | RS1(src2) | IMM_EXTEND(24))); in emit_single_op()
1139 FAIL_IF(push_inst(compiler, SLLI | WORD | RD(dst) | RS1(src2) | IMM_EXTEND(16))); in emit_single_op()
1148 FAIL_IF(push_inst(compiler, SLLI | WORD | RD(dst) | RS1(src2) | IMM_EXTEND(16))); in emit_single_op()
1158 FAIL_IF(push_inst(compiler, SLLI | RD(dst) | RS1(src2) | IMM_I(32))); in emit_single_op()
1450 EMIT_SHIFT(SLLI, SLL); in emit_single_op()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/
DRISCVMatInt.cpp73 Res.push_back(Inst(RISCV::SLLI, ShiftAmount)); in generateInstSeq()
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h329 SLLI = 0x10U << 18, enumerator
1058 case SLLI: in InstructionType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp228 BuildMI(MBB, MBBI, DL, TII->get(RISCV::SLLI), SPReg) in emitPrologue()
DRISCVInstrInfo.td422 def SLLI : Shift_ri<0, 0b001, "slli">;
714 (SLLI GPR:$rd, GPR:$rs1, uimmlog2xlen:$shamt)>;
804 def : PatGprUimmLog2XLen<shl, SLLI>;
1066 def : Pat<(and GPR:$rs1, 0xffffffff), (SRLI (SLLI GPR:$rs1, 32), 32)>;
DRISCVInstrInfoC.td866 def : CompressPat<(SLLI GPRNoX0:$rs1, GPRNoX0:$rs1, uimmlog2xlennonzero:$imm),
/third_party/node/deps/v8/src/diagnostics/loong64/
Ddisasm-loong64.cc994 case SLLI: in DecodeTypekOp14()
/third_party/node/deps/v8/src/codegen/mips/
Dconstants-mips.h968 SLLI = ((0U << 23) + 9), enumerator
Dassembler-mips.cc3425 V(slli, SLLI) \
/third_party/node/deps/v8/src/codegen/mips64/
Dconstants-mips64.h1017 SLLI = ((0U << 23) + 9), enumerator
Dassembler-mips64.cc3641 V(slli, SLLI) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsScheduleP5600.td440 def : InstRW<[P5600WriteMSAShortLogic], (instregex "^(SLL|SLLI)_[BHWD]$")>;
DMipsScheduleGeneric.td1559 def : InstRW<[GenericWriteMSAShortLogic], (instregex "^(SLL|SLLI)_[BHWD]$")>;
/third_party/node/deps/v8/src/diagnostics/mips/
Ddisasm-mips.cc2156 case SLLI: in DecodeTypeMsaBIT()
/third_party/node/deps/v8/src/diagnostics/mips64/
Ddisasm-mips64.cc2443 case SLLI: in DecodeTypeMsaBIT()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc3354 case SLLI: { in DecodeTypeOp14()
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.cc4700 case SLLI: in MsaBitInstrHelper()
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.cc4987 case SLLI: in MsaBitInstrHelper()