Home
last modified time | relevance | path

Searched refs:SRLI (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c134 #define SRLI (IMM_I(0x0) | F3(0x5) | OPC(0x13)) macro
1117 FAIL_IF(push_inst(compiler, SRLI | RD(TMP_REG1) | RS1(src) | IMM_I(32))); in emit_rev()
1132 FAIL_IF(push_inst(compiler, SRLI | RD(TMP_REG1) | RS1(dst) | IMM_I(8))); in emit_rev()
1244 return push_inst(compiler, SRLI | RD(dst) | RS1(dst) | IMM_I(32)); in emit_single_op()
1282 return push_inst(compiler, SRLI | RD(dst) | RS1(dst) | IMM_I(32)); in emit_single_op()
1559 EMIT_SHIFT(SRLI, SRL); in emit_single_op()
1572 op_imm = (GET_OPCODE(op) == SLJIT_ROTL) ? SLLI : SRLI; in emit_single_op()
1580 op_imm = (GET_OPCODE(op) == SLJIT_ROTL) ? SRLI : SLLI; in emit_single_op()
1984 ins2 = SRLI | WORD | IMM_I(src3w); in sljit_emit_shift_into()
1986 ins1 = SRLI | WORD | IMM_I(src3w); in sljit_emit_shift_into()
[all …]
H A DsljitNativeLOONGARCH_64.c1310 FAIL_IF(push_inst(compiler, INST(SRLI, op) | RD(TMP_REG1) | RJ(TMP_REG1) | IMM_EXTEND(31))); in emit_single_op()
1454 FAIL_IF(push_inst(compiler, INST(SRLI, op) | RD(TMP_REG1) | RJ(TMP_REG1) | IMM_EXTEND(31))); in emit_single_op()
1929 ins2 = INST(SRLI, op) | IMM_I12(src3w); in sljit_emit_shift_into()
1931 ins1 = INST(SRLI, op) | IMM_I12(src3w); in sljit_emit_shift_into()
1951 ins2 = INST(SRLI, op); in sljit_emit_shift_into()

Completed in 29 milliseconds