Searched refs:ins1 (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeRISCV_common.c | 2069 sljit_ins ins1, ins2, ins3; in sljit_emit_shift_into() local 2100 ins1 = SLLI | WORD | IMM_I(src3w); in sljit_emit_shift_into() 2104 ins1 = SRLI | WORD | IMM_I(src3w); in sljit_emit_shift_into() 2109 FAIL_IF(push_inst(compiler, ins1 | RD(dst_reg) | RS1(src1_reg))); in sljit_emit_shift_into() 2123 ins1 = SLL; in sljit_emit_shift_into() 2127 ins1 = SRL; in sljit_emit_shift_into() 2132 FAIL_IF(push_inst(compiler, ins1 | WORD | RD(dst_reg) | RS1(src1_reg) | RS2(src3))); in sljit_emit_shift_into()
|
H A D | sljitNativeLOONGARCH_64.c | 2053 sljit_ins ins1, ins2, ins3; in sljit_emit_shift_into() local 2077 ins1 = INST(SLLI, op) | IMM_I12(src3w); in sljit_emit_shift_into() 2081 ins1 = INST(SRLI, op) | IMM_I12(src3w); in sljit_emit_shift_into() 2086 FAIL_IF(push_inst(compiler, ins1 | RD(dst_reg) | RJ(src1_reg))); in sljit_emit_shift_into() 2100 ins1 = INST(SLL, op); in sljit_emit_shift_into() 2104 ins1 = INST(SRL, op); in sljit_emit_shift_into() 2109 FAIL_IF(push_inst(compiler, ins1 | RD(dst_reg) | RJ(src1_reg) | RK(src3))); in sljit_emit_shift_into()
|
H A D | sljitNativeMIPS_common.c | 2676 sljit_ins ins1, ins2, ins3; in sljit_emit_shift_into() local 2704 ins1 = SELECT_OP3(op, src3w, DSLL, DSLL32, SLL); in sljit_emit_shift_into() 2708 ins1 = SELECT_OP3(op, src3w, DSRL, DSRL32, SRL); in sljit_emit_shift_into() 2713 FAIL_IF(push_inst(compiler, ins1 | T(src1_reg) | D(dst_reg), DR(dst_reg))); in sljit_emit_shift_into() 2727 ins1 = SELECT_OP(DSRL, SRL); in sljit_emit_shift_into() 2731 ins1 = SELECT_OP(DSLL, SLL); in sljit_emit_shift_into() 2739 FAIL_IF(push_inst(compiler, ins1 | T(src2_reg) | D(TMP_REG1) | (1 << 6), DR(TMP_REG1))); in sljit_emit_shift_into()
|
Completed in 40 milliseconds