Home
last modified time | relevance | path

Searched refs:get_cc (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c1388 static sljit_ins get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc() function
1468 PTR_FAIL_IF(push_inst(compiler, BICC | get_cc(compiler, type ^ 1) | 5, UNMOVABLE_INS)); in sljit_emit_jump()
1478 PTR_FAIL_IF(push_inst(compiler, FBFCC | get_cc(compiler, type ^ 1) | 5, UNMOVABLE_INS)); in sljit_emit_jump()
1596 FAIL_IF(push_inst(compiler, BICC | get_cc(compiler, type) | 3, UNMOVABLE_INS)); in sljit_emit_op_flags()
1598 FAIL_IF(push_inst(compiler, FBFCC | get_cc(compiler, type) | 3, UNMOVABLE_INS)); in sljit_emit_op_flags()
H A DsljitNativeARM_64.c1698 static sljit_ins get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc() function
1799 PTR_FAIL_IF(push_inst(compiler, B_CC | (6 << 5) | get_cc(compiler, type))); in sljit_emit_jump()
1936 cc = get_cc(compiler, type & 0xff); in sljit_emit_op_flags()
1991 cc = get_cc(compiler, type & 0xff); in sljit_emit_cmov()
H A DsljitNativeARM_32.c2399 static sljit_uw get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc() function
2504 type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, TMP_PC, 0)) & ~COND_MASK) | get_cc(compiler, type), 0)); in sljit_emit_jump()
2522 …mpiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)) & ~COND_MASK) | get_cc(compiler, type))); in sljit_emit_jump()
2886 cc = get_cc(compiler, type & 0xff); in sljit_emit_op_flags()
2926 cc = get_cc(compiler, type & 0xff); in sljit_emit_cmov()
H A DsljitNativeARM_T2_32.c1983 static sljit_uw get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc() function
2086 cc = get_cc(compiler, type); in sljit_emit_jump()
2450 cc = get_cc(compiler, type & 0xff); in sljit_emit_op_flags()
2502 cc = get_cc(compiler, type & 0xff); in sljit_emit_cmov()
H A DsljitNativeS390X.c205 static SLJIT_INLINE sljit_u8 get_cc(struct sljit_compiler *compiler, sljit_s32 type) { in get_cc() function
3095 sljit_u8 mask = ((type & 0xff) < SLJIT_JUMP) ? get_cc(compiler, type & 0xff) : 0xf; in sljit_emit_jump()
3196 sljit_u8 mask = get_cc(compiler, type & 0xff); in sljit_emit_op_flags()
3266 sljit_u8 mask = get_cc(compiler, type & 0xff); in sljit_emit_cmov()

Completed in 50 milliseconds