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
690 inst[2] = DSLL | T(reg) | D(reg) | SH_IMM(16); in load_addr_to_reg()
696 inst[2] = DSLL | T(reg) | D(reg) | SH_IMM(16); in load_addr_to_reg()
698 inst[4] = DSLL | T(reg) | D(reg) | SH_IMM(16); in load_addr_to_reg()
2132 EMIT_SHIFT(DSLL, DSLL32, SLL, DSLLV, SLLV); in emit_single_op()
2170 op_imm = ((src2 < 32) ? DSLL : DSLL32); in emit_single_op()
2180 op_imm = ((src2 < 32) ? DSLL : DSLL32); in emit_single_op()
2703 ins1 = SELECT_OP3(op, src3w, DSLL, DSLL32, SLL); in sljit_emit_shift_into()
2709 ins2 = SELECT_OP3(op, src3w, DSLL, DSLL32, SLL); in sljit_emit_shift_into()
[all …]

Completed in 17 milliseconds