HomeSort by relevance Sort by last modified time
    Searched refs:JMP_rm (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist2/src/sljit/
sljitNativeX86_64.c 63 *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);
sljitNativeX86_common.c 189 #define JMP_rm (/* GROUP_FF */ 4 << 3)
    [all...]

Completed in 170 milliseconds