Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_64.c39 push_inst(compiler, RLDI(reg, reg, 63 - shift, shift, 1))
206 FAIL_IF(push_inst(compiler, RLDI(TMP_REG2, src2, 32, 31, 1))); in emit_single_op()
208 return push_inst(compiler, RLDI(dst, dst, 32, 32, 0)); in emit_single_op()
224 FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, src1, 32, 31, 1))); in emit_single_op()
226 FAIL_IF(push_inst(compiler, RLDI(TMP_REG2, src2, 32, 31, 1))); in emit_single_op()
232 return push_inst(compiler, RLDI(dst, dst, 32, 32, 0)); in emit_single_op()
282 FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, src1, 32, 31, 1))); in emit_single_op()
284 FAIL_IF(push_inst(compiler, RLDI(TMP_REG2, src2, 32, 31, 1))); in emit_single_op()
290 return push_inst(compiler, RLDI(dst, dst, 32, 32, 0)); in emit_single_op()
380 return push_inst(compiler, RLDI(dst, src1, compiler->imm, 63 - compiler->imm, 1) | RC(flags)); in emit_single_op()
[all …]
H A DsljitNativePPC_common.c234 #define RLDI(dst, src, sh, mb, type) \ macro
369 inst[1] = RLDI(reg, reg, 32, 31, 1); in put_label_set()
1004 FAIL_IF(push_inst(compiler, RLDI(tmp_reg, OFFS_REG(arg), argw, 63 - argw, 1))); in emit_op_mem()
1192 FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, OFFS_REG(src), srcw, 63 - srcw, 1))); in emit_prefetch()
1649 FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, OFFS_REG(dst), dstw, 63 - dstw, 1))); in sljit_emit_fop1_conv_sw_from_f64()

Completed in 11 milliseconds