base1             940 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c #define EMIT_DATA_TRANSFER(type, add, wb, target, base1, base2) \
base1             941 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	(data_transfer_insts[(type) >> 4] | ((add) << 23) | ((wb) << 21) | (reg_map[target] << 12) | (reg_map[base1] << 16) | (base2))