Home
last modified time | relevance | path

Searched refs:SLL_W (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h348 SLL_W = 0x2eU << 15, enumerator
1086 case SLL_W: in InstructionType()
Dassembler-loong64.cc1211 GenRegister(SLL_W, rk, rj, rd); in sll_w()
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeMIPS_common.c306 #define SLL_W SLL macro
314 #define SLL_W DSLL macro
1282 … FAIL_IF(push_inst(compiler, SLL_W | T(OFFS_REG(arg)) | D(TMP_REG3) | SH_IMM(argw), DR(TMP_REG3))); in getput_arg()
1352 FAIL_IF(push_inst(compiler, SLL_W | T(OFFS_REG(arg)) | DA(tmp_ar) | SH_IMM(argw), tmp_ar)); in emit_op_mem()
2246 FAIL_IF(push_inst(compiler, SLL_W | T(OFFS_REG(src)) | D(TMP_REG1) | SH_IMM(srcw), DR(TMP_REG1))); in emit_prefetch()
3380 … FAIL_IF(push_inst(compiler, SLL_W | T(OFFS_REG(arg)) | D(TMP_REG1) | SH_IMM(argw), DR(TMP_REG1))); in update_mem_addr()
3519 FAIL_IF(push_inst(compiler, SLL_W | T(TMP_REG2) | D(TMP_REG2) | SH_IMM(8), DR(TMP_REG2))); in sljit_emit_mem()
/third_party/node/deps/v8/src/diagnostics/loong64/
Ddisasm-loong64.cc1067 case SLL_W: in DecodeTypekOp17()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenMCCodeEmitter.inc2477 UINT64_C(2017460237), // SLL_W
8792 case Mips::SLL_W:
11939 CEFBS_HasStdEnc_HasMSA, // SLL_W = 2464
DMipsGenAsmWriter.inc3705 268460446U, // SLL_W
6459 0U, // SLL_W
DMipsGenFastISel.inc2051 return fastEmitInst_rr(Mips::SLL_W, &Mips::MSA128WRegClass, Op0, Op0IsKill, Op1, Op1IsKill);
DMipsGenGlobalISel.inc13361 …{ *:[i32] })<<P:Predicate_immi32Cst31>>), v4i32:{ *:[v4i32] }:$wt)) => (SLL_W:{ *:[v4i32] } v4i3…
13362 GIR_BuildMI, /*InsnID*/0, /*Opcode*/Mips::SLL_W,
13410 …cate_immi32Cst31>>, (imm:{ *:[i32] })<<P:Predicate_immi32Cst31>>))) => (SLL_W:{ *:[v4i32] } v4i3…
13411 GIR_BuildMI, /*InsnID*/0, /*Opcode*/Mips::SLL_W,
13424 …32] } MSA128WOpnd:{ *:[v4i32] }:$ws, MSA128WOpnd:{ *:[v4i32] }:$wt) => (SLL_W:{ *:[v4i32] } MSA1…
13425 GIR_MutateOpcode, /*InsnID*/0, /*RecycleInsnID*/0, /*Opcode*/Mips::SLL_W,
DMipsGenDAGISel.inc20003 /* 37358*/ OPC_MorphNodeTo1, TARGET_VAL(Mips::SLL_W), 0,
20006 // Dst: (SLL_W:{ *:[v4i32] } v4i32:{ *:[v4i32] }:$ws, v4i32:{ *:[v4i32] }:$wt)
20036 /* 37416*/ OPC_MorphNodeTo1, TARGET_VAL(Mips::SLL_W), 0,
20039 // Dst: (SLL_W:{ *:[v4i32] } v4i32:{ *:[v4i32] }:$ws, v4i32:{ *:[v4i32] }:$wt)
20119 /* 37568*/ OPC_MorphNodeTo1, TARGET_VAL(Mips::SLL_W), 0,
20122 … // Dst: (SLL_W:{ *:[v4i32] } MSA128WOpnd:{ *:[v4i32] }:$ws, MSA128WOpnd:{ *:[v4i32] }:$wt)
DMipsGenInstrInfo.inc2479 SLL_W = 2464,
7325 …64, 3, 1, 4, 620, 0, 0x6ULL, nullptr, nullptr, OperandInfo41, -1 ,nullptr }, // Inst #2464 = SLL_W
DMipsGenDisassemblerTables.inc4236 /* 7076 */ MCD::OPC_Decode, 160, 19, 255, 1, // Opcode: SLL_W
DMipsGenAsmMatcher.inc7709 …{ 8410 /* sll.w */, Mips::SLL_W, Convert__MSA128AsmReg1_0__MSA128AsmReg1_1__MSA128AsmReg1_2, AMFBS…
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc3531 case SLL_W: in DecodeTypeOp17()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td3445 def SLL_W : SLL_W_ENC, SLL_W_DESC;