Searched refs:RLDI (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_64.c | 38 #define RLDI(dst, src, sh, mb, type) \ macro 42 push_inst(compiler, RLDI(reg, reg, 63 - shift, shift, 1)) 209 FAIL_IF(push_inst(compiler, RLDI(TMP_REG2, src2, 32, 31, 1))); in emit_single_op() 211 return push_inst(compiler, RLDI(dst, dst, 32, 32, 0)); in emit_single_op() 227 FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, src1, 32, 31, 1))); in emit_single_op() 229 FAIL_IF(push_inst(compiler, RLDI(TMP_REG2, src2, 32, 31, 1))); in emit_single_op() 235 return push_inst(compiler, RLDI(dst, dst, 32, 32, 0)); in emit_single_op() 285 FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, src1, 32, 31, 1))); in emit_single_op() 287 FAIL_IF(push_inst(compiler, RLDI(TMP_REG2, src2, 32, 31, 1))); in emit_single_op() 293 return push_inst(compiler, RLDI(dst, dst, 32, 32, 0)); in emit_single_op() [all …]
|
H A D | sljitNativePPC_common.c | 914 FAIL_IF(push_inst(compiler, RLDI(tmp_reg, OFFS_REG(arg), argw, 63 - argw, 1))); in emit_op_mem() 1099 FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, OFFS_REG(src), srcw, 63 - srcw, 1))); in emit_prefetch() 1534 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 13 milliseconds