JMP_rm             63 ext/pcre/pcrelib/sljit/sljitNativeX86_64.c 	*code_ptr++ = (type >= SLJIT_FAST_CALL) ? (MOD_REG | CALL_rm | 1) : (MOD_REG | JMP_rm | 1);
JMP_rm             84 ext/pcre/pcrelib/sljit/sljitNativeX86_64.c 		*code_ptr++ = (type == 2) ? (MOD_REG | CALL_rm | 1) : (MOD_REG | JMP_rm | 1);
JMP_rm           2642 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		*inst |= (type >= SLJIT_FAST_CALL) ? CALL_rm : JMP_rm;