Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c1548 op_v = (v);
1558 op_v = (v);
1715 sljit_ins op_imm, op_v; in emit_single_op() local
2206 op_v = (GET_OPCODE(op) == SLJIT_ROTL) ? DSLLV : DSRLV; in emit_single_op()
2208 op_v = (GET_OPCODE(op) == SLJIT_ROTL) ? DSRLV : DSLLV; in emit_single_op()
2209 FAIL_IF(push_inst(compiler, op_v | SA(EQUAL_FLAG) | T(src1) | D(dst), DR(dst))); in emit_single_op()
2214 op_v = (GET_OPCODE(op) == SLJIT_ROTL) ? SLLV : SRLV; in emit_single_op()
2216 op_v = (GET_OPCODE(op) == SLJIT_ROTL) ? SRLV : SLLV; in emit_single_op()
2217 FAIL_IF(push_inst(compiler, op_v | SA(EQUAL_FLAG) | T(src1) | D(dst), DR(dst))); in emit_single_op()
2241 return push_inst(compiler, op_v | S(src2) | T(src1) | D(dst), DR(dst)); in emit_single_op()
[all …]

Completed in 16 milliseconds