RLWINM             42 ext/pcre/pcrelib/sljit/sljitNativePPC_32.c 	(RLWINM | S(src) | A(dst) | ((from) << 6) | (31 << 1))
RLWINM            218 ext/pcre/pcrelib/sljit/sljitNativePPC_32.c 			return push_inst(compiler, RLWINM | RC(flags) | S(src1) | A(dst) | (compiler->imm << 11) | ((31 - compiler->imm) << 1));
RLWINM            226 ext/pcre/pcrelib/sljit/sljitNativePPC_32.c 			return push_inst(compiler, RLWINM | RC(flags) | S(src1) | A(dst) | (((32 - compiler->imm) & 0x1f) << 11) | (compiler->imm << 6) | (31 << 1));
RLWINM            346 ext/pcre/pcrelib/sljit/sljitNativePPC_64.c 				return push_inst(compiler, RLWINM | RC(flags) | S(src1) | A(dst) | (compiler->imm << 11) | ((31 - compiler->imm) << 1));
RLWINM            360 ext/pcre/pcrelib/sljit/sljitNativePPC_64.c 				return push_inst(compiler, RLWINM | RC(flags) | S(src1) | A(dst) | (((32 - compiler->imm) & 0x1f) << 11) | (compiler->imm << 6) | (31 << 1));
RLWINM            973 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			FAIL_IF(push_inst(compiler, RLWINM | S(OFFS_REG(arg)) | A(tmp_r) | (argw << 11) | ((31 - argw) << 1)));
RLWINM           1755 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			FAIL_IF(push_inst(compiler, RLWINM | S(OFFS_REG(dst)) | A(TMP_REG1) | (dstw << 11) | ((31 - dstw) << 1)));
RLWINM           2208 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	FAIL_IF(push_inst(compiler, RLWINM | S(dst) | A(dst) | ((1 + (bit)) << 11) | (31 << 6) | (31 << 1)));