Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c2662 #define SELECT_OP2(op, D, W) ((op & SLJIT_32) ? (W) : (D)) macro
2665 #define SELECT_OP2(op, D, W) (W) macro
2721 …FAIL_IF(push_inst(compiler, SELECT_OP2(op, DADDU, ADDU) | S(src3) | TA(0) | D(TMP_REG2), DR(TMP_RE… in sljit_emit_shift_into()
2726 ins1 = SELECT_OP2(op, DSRL, SRL); in sljit_emit_shift_into()
2727 ins2 = SELECT_OP2(op, DSLLV, SLLV); in sljit_emit_shift_into()
2728 ins3 = SELECT_OP2(op, DSRLV, SRLV); in sljit_emit_shift_into()
2730 ins1 = SELECT_OP2(op, DSLL, SLL); in sljit_emit_shift_into()
2731 ins2 = SELECT_OP2(op, DSRLV, SRLV); in sljit_emit_shift_into()
2732 ins3 = SELECT_OP2(op, DSLLV, SLLV); in sljit_emit_shift_into()
2742 …FAIL_IF(push_inst(compiler, SELECT_OP2(op, DSUBU, SUBU) | SA(0) | T(src3) | D(TMP_REG2), DR(TMP_RE… in sljit_emit_shift_into()
[all …]

Completed in 18 milliseconds