Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_64.c102 ins = (shift == 32) ? DSLL32 : DSLL; in load_immediate()
130 FAIL_IF(push_inst(compiler, DSLL | TA(dst_ar) | DA(dst_ar) | SH_IMM(shift - shift2), dst_ar)); in load_immediate()
132 FAIL_IF(push_inst(compiler, DSLL | TA(dst_ar) | DA(dst_ar) | SH_IMM(shift2), dst_ar)); in load_immediate()
142 FAIL_IF(push_inst(compiler, DSLL | T(dst) | D(dst) | SH_IMM(16), DR(dst))); in emit_const()
144 FAIL_IF(push_inst(compiler, DSLL | T(dst) | D(dst) | SH_IMM(16), DR(dst))); in emit_const()
H A DsljitNativeMIPS_common.c230 #define DSLL (HI(0) | LO(56)) macro
353 #define SLL_W DSLL
681 ins[2] = DSLL | T(reg) | D(reg) | SH_IMM(16); in load_addr_to_reg()
687 ins[2] = DSLL | T(reg) | D(reg) | SH_IMM(16); in load_addr_to_reg()
689 ins[4] = DSLL | T(reg) | D(reg) | SH_IMM(16); in load_addr_to_reg()
2117 EMIT_SHIFT(DSLL, DSLL32, SLL, DSLLV, SLLV); in emit_single_op()
2155 op_imm = ((src2 < 32) ? DSLL : DSLL32); in emit_single_op()
2165 op_imm = ((src2 < 32) ? DSLL : DSLL32); in emit_single_op()
2704 ins1 = SELECT_OP3(op, src3w, DSLL, DSLL32, SLL); in sljit_emit_shift_into()
2710 ins2 = SELECT_OP3(op, src3w, DSLL, DSLL32, SLL); in sljit_emit_shift_into()
[all …]

Completed in 15 milliseconds