Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c2646 #define SELECT_OP3(op, src2w, D, D32, W) (((op & SLJIT_32) ? (W) : ((src2w) < 32) ? (D) : (D32)) | … macro
2648 #define SELECT_OP3(op, src2w, D, D32, W) ((W) | ((sljit_ins)(src2w) << 6)) macro
2704 ins1 = SELECT_OP3(op, src3w, DSLL, DSLL32, SLL); in sljit_emit_shift_into()
2706 ins2 = SELECT_OP3(op, src3w, DSRL, DSRL32, SRL); in sljit_emit_shift_into()
2708 ins1 = SELECT_OP3(op, src3w, DSRL, DSRL32, SRL); in sljit_emit_shift_into()
2710 ins2 = SELECT_OP3(op, src3w, DSLL, DSLL32, SLL); in sljit_emit_shift_into()
2749 #undef SELECT_OP3

Completed in 17 milliseconds