Searched refs:RLDI (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitNativePPC_64.c | 38 #define RLDI(dst, src, sh, mb, type) \ macro 42 push_inst(compiler, RLDI(reg, reg, 63 - shift, shift, 1)) 350 return push_inst(compiler, RLDI(dst, src1, compiler->imm, 63 - compiler->imm, 1) | RC(flags)); in emit_single_op() 364 return push_inst(compiler, RLDI(dst, src1, 64 - compiler->imm, compiler->imm, 0) | RC(flags)); in emit_single_op()
|
D | sljitNativePPC_common.c | 975 FAIL_IF(push_inst(compiler, RLDI(tmp_r, OFFS_REG(arg), argw, 63 - argw, 1))); in getput_arg() 1758 FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, OFFS_REG(dst), dstw, 63 - dstw, 1))); in sljit_emit_fop1_convw_fromd()
|