RN3               548 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 					return push_inst16(compiler, ADDSI3 | IMM3(imm) | RD3(dst) | RN3(reg));
RN3               550 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 					return push_inst16(compiler, SUBSI3 | IMM3(nimm) | RD3(dst) | RN3(reg));
RN3               576 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 					return push_inst16(compiler, RSBSI | RD3(dst) | RN3(reg));
RN3               585 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 					return push_inst16(compiler, SUBSI3 | IMM3(imm) | RD3(dst) | RN3(reg));
RN3               587 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 					return push_inst16(compiler, ADDSI3 | IMM3(nimm) | RD3(dst) | RN3(reg));
RN3               645 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 					return push_inst16(compiler, MOVS | RD3(dst) | RN3(reg));
RN3               651 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 					return push_inst16(compiler, LSLSI | RD3(dst) | RN3(reg) | (imm << 6));
RN3               655 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 					return push_inst16(compiler, LSRSI | RD3(dst) | RN3(reg) | (imm << 6));
RN3               659 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 					return push_inst16(compiler, ASRSI | RD3(dst) | RN3(reg) | (imm << 6));
RN3               695 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return push_inst16(compiler, UXTB | RD3(dst) | RN3(arg2));
RN3               701 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return push_inst16(compiler, SXTB | RD3(dst) | RN3(arg2));
RN3               707 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return push_inst16(compiler, UXTH | RD3(dst) | RN3(arg2));
RN3               713 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return push_inst16(compiler, SXTH | RD3(dst) | RN3(arg2));
RN3               718 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return push_inst16(compiler, MVNS | RD3(dst) | RN3(arg2));
RN3               731 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return push_inst16(compiler, ADDS | RD3(dst) | RN3(arg1) | RM3(arg2));
RN3               737 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return push_inst16(compiler, ADCS | RD3(dst) | RN3(arg2));
RN3               741 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return push_inst16(compiler, SUBS | RD3(dst) | RN3(arg1) | RM3(arg2));
RN3               745 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return push_inst16(compiler, SBCS | RD3(dst) | RN3(arg2));
RN3               757 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 				return push_inst16(compiler, ANDS | RD3(dst) | RN3(arg2));
RN3               759 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 				return push_inst16(compiler, TST | RD3(arg1) | RN3(arg2));
RN3               764 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return push_inst16(compiler, ORRS | RD3(dst) | RN3(arg2));
RN3               768 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return push_inst16(compiler, EORS | RD3(dst) | RN3(arg2));
RN3               772 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return push_inst16(compiler, LSLS | RD3(dst) | RN3(arg2));
RN3               776 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return push_inst16(compiler, LSRS | RD3(dst) | RN3(arg2));
RN3               780 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return push_inst16(compiler, ASRS | RD3(dst) | RN3(arg2));
RN3               926 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			FAIL_IF(push_inst16(compiler, sljit_mem16[flags] | RD3(reg) | RN3(arg) | RM3(other_r)));
RN3               957 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			FAIL_IF(push_inst16(compiler, sljit_mem16_imm5[flags] | RD3(reg) | RN3(arg) | (argw << (6 - shift))));
RN3              1053 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			FAIL_IF(push_inst16(compiler, sljit_mem16[flags] | RD3(reg) | RN3(arg) | RM3(other_r)));
RN3              1804 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	return push_inst16(compiler, BLX | RN3(TMP_REG3));
RN3              1906 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 		PTR_FAIL_IF(push_inst16(compiler, BX | RN3(TMP_REG1)));
RN3              1909 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 		PTR_FAIL_IF(push_inst16(compiler, BLX | RN3(TMP_REG1)));
RN3              1926 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return push_inst16(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RN3(src));
RN3              1930 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return push_inst16(compiler, BLX | RN3(TMP_REG1));
RN3              1940 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	return push_inst16(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RN3(TMP_REG1));
RN3              1985 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 				return push_inst16(compiler, MOVS | RD3(TMP_REG1) | RN3(dst));
RN3              2019 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return push_inst16(compiler, MOVS | RD3(TMP_REG1) | RN3(dst_r));