Home
last modified time | relevance | path

Searched refs:SLL (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_32.c56 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op()
66 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op()
86 FAIL_IF(push_inst(compiler, SLL | D(TMP_REG1) | S1(TMP_REG1) | IMM(1), DR(TMP_REG1))); in emit_single_op()
125 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst))); in emit_single_op()
H A DsljitNativeRISCV_common.c123 #define SLL (F7(0x0) | F3(0x1) | OPC(0x33)) macro
1074 …FAIL_IF(push_inst(compiler, (is_clz ? SRL : SLL) | WORD | RD(TMP_REG2) | RS1(EQUAL_FLAG) | RS2(TMP… in emit_clz_ctz()
1077 …FAIL_IF(push_inst(compiler, (is_clz ? SRL : SLL) | WORD | RD(TMP_REG2) | RS1(EQUAL_FLAG) | RS2(TMP… in emit_clz_ctz()
1450 EMIT_SHIFT(SLLI, SLL); in emit_single_op()
1488 op_reg = (GET_OPCODE(op) == SLJIT_ROTL) ? SLL : SRL; in emit_single_op()
1490 op_reg = (GET_OPCODE(op) == SLJIT_ROTL) ? SRL : SLL; in emit_single_op()
1899 ins1 = SLL; in sljit_emit_shift_into()
1905 ins3 = SLL; in sljit_emit_shift_into()
H A DsljitNativeMIPS_common.c269 #define SLL (HI(0) | LO(0)) macro
306 #define SLL_W SLL
1492 FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(24), DR(dst))); in emit_single_op()
1521 FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(16), DR(dst))); in emit_single_op()
1553 return push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(0), DR(dst)); in emit_single_op()
1876 EMIT_SHIFT(DSLL, DSLL32, SLL, DSLLV, SLLV); in emit_single_op()
1931 op_imm = (GET_OPCODE(op) == SLJIT_ROTL) ? SLL : SRL; in emit_single_op()
1935 op_imm = (GET_OPCODE(op) == SLJIT_ROTL) ? SRL : SLL; in emit_single_op()
2449 ins1 = SELECT_OP3(op, src2w, DSLL, DSLL32, SLL); in sljit_emit_shift_into()
2455 ins2 = SELECT_OP3(op, src2w, DSLL, DSLL32, SLL); in sljit_emit_shift_into()
[all …]
H A DsljitNativeSPARC_common.c170 #define SLL (OPC1(0x2) | OPC3(0x25)) macro
194 #define SLL_W SLL

Completed in 33 milliseconds