Searched defs:get_jump_code (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitNativeX86_common.c333 static sljit_ub get_jump_code(sljit_si type) function
424 *code_ptr++ = get_jump_code(type) - 0x10;
429 *code_ptr++ = get_jump_code(type);
2689 cond_set = get_jump_code(type) + 0x10;
3002 *inst = get_jump_code(type & 0xff) - 0x40;

Completed in 78 milliseconds