Searched refs:RLDI (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_64.c | 39 push_inst(compiler, RLDI(reg, reg, 63 - shift, shift, 1)) 211 FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, src1, 32, 31, 1))); in emit_single_op() 213 FAIL_IF(push_inst(compiler, RLDI(TMP_REG2, src2, 32, 31, 1))); in emit_single_op() 219 return push_inst(compiler, RLDI(dst, dst, 32, 32, 0)); in emit_single_op() 290 FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, src1, 32, 31, 1))); in emit_single_op() 294 FAIL_IF(push_inst(compiler, RLDI(TMP_REG2, src2, 32, 31, 1))); in emit_single_op() 306 return push_inst(compiler, RLDI(dst, dst, 32, 32, 0)); in emit_single_op() 394 return push_inst(compiler, RLDI(dst, src1, compiler->imm, 63 - compiler->imm, 1) | RC(flags)); in emit_single_op() 406 return push_inst(compiler, RLDI(dst, src1, 64 - compiler->imm, compiler->imm, 0) | RC(flags)); in emit_single_op()
|
H A D | sljitNativePPC_common.c | 236 #define RLDI(dst, src, sh, mb, type) \ macro 374 inst[1] = RLDI(reg, reg, 32, 31, 1); in put_label_set() 1083 FAIL_IF(push_inst(compiler, RLDI(tmp_reg, OFFS_REG(arg), argw, 63 - argw, 1))); in emit_op_mem() 1279 FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, OFFS_REG(src), srcw, 63 - srcw, 1))); in emit_prefetch() 1788 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