RLDI               42 ext/pcre/pcrelib/sljit/sljitNativePPC_64.c 	push_inst(compiler, RLDI(reg, reg, 63 - shift, shift, 1))
RLDI              350 ext/pcre/pcrelib/sljit/sljitNativePPC_64.c 				return push_inst(compiler, RLDI(dst, src1, compiler->imm, 63 - compiler->imm, 1) | RC(flags));
RLDI              364 ext/pcre/pcrelib/sljit/sljitNativePPC_64.c 				return push_inst(compiler, RLDI(dst, src1, 64 - compiler->imm, compiler->imm, 0) | RC(flags));
RLDI              975 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			FAIL_IF(push_inst(compiler, RLDI(tmp_r, OFFS_REG(arg), argw, 63 - argw, 1)));
RLDI             1757 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, OFFS_REG(dst), dstw, 63 - dstw, 1)));