Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c1839 sljit_ins ins1, ins2, ins3; in sljit_emit_shift_into() local
1901 ins3 = SRL; in sljit_emit_shift_into()
1905 ins3 = SLL; in sljit_emit_shift_into()
1917 FAIL_IF(push_inst(compiler, ins3 | WORD | RD(TMP_REG1) | RS1(src1) | RS2(TMP_REG2))); in sljit_emit_shift_into()
H A DsljitNativeMIPS_common.c2407 sljit_ins ins1, ins2, ins3; in sljit_emit_shift_into() local
2466 ins3 = SELECT_OP2(op, DSRLV, SRLV); in sljit_emit_shift_into()
2470 ins3 = SELECT_OP2(op, DSLLV, SLLV); in sljit_emit_shift_into()
2482 FAIL_IF(push_inst(compiler, ins3 | S(TMP_REG2) | T(src1) | D(TMP_REG1), DR(TMP_REG1))); in sljit_emit_shift_into()

Completed in 32 milliseconds