Searched refs:SLTI (Results 1 – 16 of 16) sorted by relevance
/third_party/node/deps/v8/src/codegen/loong64/ |
D | constants-loong64.h | 272 SLTI = 0x8U << 22, enumerator 1000 case SLTI: in InstructionType()
|
D | assembler-loong64.cc | 1088 GenImm(SLTI, si12, rj, rd, 12); in slti()
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | constants-mips.h | 449 SLTI = ((1U << 3) + 2) << kOpcodeShift, enumerator 1260 OpcodeToBitNumber(SLTI) | OpcodeToBitNumber(SLTIU) |
|
D | assembler-mips.cc | 2305 GenInstrImmediate(SLTI, rs, rt, j); in slti()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | constants-mips64.h | 434 SLTI = ((1U << 3) + 2) << kOpcodeShift, enumerator 1309 OpcodeToBitNumber(DADDIU) | OpcodeToBitNumber(SLTI) |
|
D | assembler-mips64.cc | 2444 GenInstrImmediate(SLTI, rs, rt, j); in slti()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.td | 412 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/ |
D | Mips16InstrInfo.td | 1161 // 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/ |
D | disasm-loong64.cc | 731 case SLTI: in DecodeTypekOp10()
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeMIPS_common.c | 266 #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()
|
D | sljitNativeRISCV_common.c | 126 #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/ |
D | disasm-mips.cc | 1849 case SLTI: in DecodeTypeImmediate()
|
/third_party/node/deps/v8/src/diagnostics/mips64/ |
D | disasm-mips64.cc | 2084 case SLTI: in DecodeTypeImmediate()
|
/third_party/node/deps/v8/src/execution/loong64/ |
D | simulator-loong64.cc | 2835 case SLTI: in DecodeTypeOp10()
|
/third_party/node/deps/v8/src/execution/mips/ |
D | simulator-mips.cc | 6636 case SLTI: in DecodeTypeImmediate()
|
/third_party/node/deps/v8/src/execution/mips64/ |
D | simulator-mips64.cc | 6938 case SLTI: in DecodeTypeImmediate()
|