Searched refs:get_cc (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_64.c | 2237 static sljit_ins get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc() function 2356 PTR_FAIL_IF(push_inst(compiler, B_CC | (6 << 5) | get_cc(compiler, type))); in sljit_emit_jump() 2488 cc = get_cc(compiler, type); in sljit_emit_op_flags() 2548 cc = get_cc(compiler, type & ~SLJIT_32); in sljit_emit_select() 2570 cc = get_cc(compiler, type & ~SLJIT_32); in sljit_emit_fselect()
|
H A D | sljitNativeARM_32.c | 2985 static sljit_ins get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc() function 3110 type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, TMP_PC, 0)) & ~COND_MASK) | get_cc(compiler, type), 0)); in sljit_emit_jump() 3124 …mpiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)) & ~COND_MASK) | get_cc(compiler, type))); in sljit_emit_jump() 3510 cc = get_cc(compiler, type); in sljit_emit_op_flags() 3572 cc = get_cc(compiler, type & ~SLJIT_32); in sljit_emit_select() 3626 cc = get_cc(compiler, type & ~SLJIT_32); in sljit_emit_fselect()
|
H A D | sljitNativeARM_T2_32.c | 2558 static sljit_uw get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc() function 2678 cc = get_cc(compiler, type); in sljit_emit_jump() 3066 cc = get_cc(compiler, type); in sljit_emit_op_flags() 3140 cc = get_cc(compiler, type & ~SLJIT_32); in sljit_emit_select() 3203 FAIL_IF(push_inst16(compiler, IT | (get_cc(compiler, type & ~SLJIT_32) << 4) | 0x8)); in sljit_emit_fselect()
|
H A D | sljitNativeS390X.c | 163 static SLJIT_INLINE sljit_u8 get_cc(struct sljit_compiler *compiler, sljit_s32 type) { in get_cc() function 3592 sljit_u8 mask = ((type & 0xff) < SLJIT_JUMP) ? get_cc(compiler, type & 0xff) : 0xf; in sljit_emit_jump() 3691 sljit_u8 mask = get_cc(compiler, type); in sljit_emit_op_flags() 3787 mask = get_cc(compiler, type & ~SLJIT_32); in sljit_emit_select()
|
Completed in 50 milliseconds