Home
last modified time | relevance | path

Searched refs:SLTI (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h272 SLTI = 0x8U << 22, enumerator
1000 case SLTI: in InstructionType()
Dassembler-loong64.cc1088 GenImm(SLTI, si12, rj, rd, 12); in slti()
/third_party/node/deps/v8/src/codegen/mips/
Dconstants-mips.h449 SLTI = ((1U << 3) + 2) << kOpcodeShift, enumerator
1260 OpcodeToBitNumber(SLTI) | OpcodeToBitNumber(SLTIU) |
Dassembler-mips.cc2305 GenInstrImmediate(SLTI, rs, rt, j); in slti()
/third_party/node/deps/v8/src/codegen/mips64/
Dconstants-mips64.h434 SLTI = ((1U << 3) + 2) << kOpcodeShift, enumerator
1309 OpcodeToBitNumber(DADDIU) | OpcodeToBitNumber(SLTI) |
Dassembler-mips64.cc2444 GenInstrImmediate(SLTI, rs, rt, j); in slti()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.td412 def SLTI : ALU_ri<0b010, "slti">;
737 (SLTI GPR:$rd, GPR:$rs1, simm12:$imm12)>;
840 def : PatGprSimm12<setlt, SLTI>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16InstrInfo.td1161 // Format: SLTI rx, immediate MIPS16e
1171 // Format: SLTI rx, immediate MIPS16e
1192 // Format: SLTI rx, immediate MIPS16e
/third_party/node/deps/v8/src/diagnostics/loong64/
Ddisasm-loong64.cc731 case SLTI: in DecodeTypekOp10()
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeMIPS_common.c266 #define SLTI (HI(10)) macro
1705 FAIL_IF(push_inst(compiler, SLTI | S(src1) | TA(OTHER_FLAG) | IMM(src2), OTHER_FLAG)); in emit_single_op()
3101 …PTR_FAIL_IF(push_inst(compiler, (type <= SLJIT_LESS_EQUAL ? SLTIU : SLTI) | S(src1) | T(TMP_REG1) … in sljit_emit_cmp()
3111 …PTR_FAIL_IF(push_inst(compiler, (type <= SLJIT_LESS_EQUAL ? SLTIU : SLTI) | S(src2) | T(TMP_REG1) … in sljit_emit_cmp()
DsljitNativeRISCV_common.c126 #define SLTI (F3(0x2) | OPC(0x13)) macro
1288 FAIL_IF(push_inst(compiler, SLTI | RD(OTHER_FLAG) | RS1(src1) | IMM_I(src2))); in emit_single_op()
/third_party/node/deps/v8/src/diagnostics/mips/
Ddisasm-mips.cc1849 case SLTI: in DecodeTypeImmediate()
/third_party/node/deps/v8/src/diagnostics/mips64/
Ddisasm-mips64.cc2084 case SLTI: in DecodeTypeImmediate()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc2835 case SLTI: in DecodeTypeOp10()
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.cc6636 case SLTI: in DecodeTypeImmediate()
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.cc6938 case SLTI: in DecodeTypeImmediate()