Home
last modified time | relevance | path

Searched refs:get_jump_code (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c296 *code_ptr++ = get_jump_code(type); in detect_far_jump_type()
1302 FAIL_IF(emit_groupf(compiler, U8(get_jump_code((sljit_uw)type) - 0x40), dst_reg, src1, src1w)); in sljit_emit_select()
1418 inst[0] = U8(get_jump_code(SLJIT_NOT_CARRY) - 0x10); in sljit_emit_fop1_conv_f64_from_uw()
H A DsljitNativeX86_common.c580 static sljit_u8 get_jump_code(sljit_uw type) in get_jump_code() function
684 *code_ptr++ = U8(get_jump_code(type) - 0x10); in detect_near_jump_type()
687 *code_ptr++ = get_jump_code(type); in detect_near_jump_type()
1241 *inst++ = get_jump_code(SLJIT_EQUAL) - 0x10; in adjust_shadow_stack()
1349 inst[0] = U8(get_jump_code((sljit_uw)type ^ 0x1) - 0x10); in emit_cmov_generic()
3481 cond_set = U8(get_jump_code((sljit_uw)type) + 0x10);
3610 inst[0] = U8(get_jump_code((sljit_uw)(type & ~SLJIT_32) ^ 0x1) - 0x10);
H A DsljitNativeX86_64.c372 code_ptr[0] = U8(get_jump_code(type ^ 0x1) - 0x10); in detect_far_jump_type()
1044 return emit_groupf(compiler, U8(get_jump_code((sljit_uw)type) - 0x40), dst_reg, src1, src1w); in sljit_emit_select()

Completed in 22 milliseconds