Searched refs:JMP_rm (Results 1 - 2 of 2) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitNativeX86_64.c63 *code_ptr++ = (type >= SLJIT_FAST_CALL) ? (MOD_REG | CALL_rm | 1) : (MOD_REG | JMP_rm | 1);
84 *code_ptr++ = (type == 2) ? (MOD_REG | CALL_rm | 1) : (MOD_REG | JMP_rm | 1);
H A DsljitNativeX86_common.c188 #define JMP_rm (/* GROUP_FF */ 4 << 3) macro
2642 *inst |= (type >= SLJIT_FAST_CALL) ? CALL_rm : JMP_rm;

Completed in 45 milliseconds