Searched refs:get_cc (Results 1 – 4 of 4) sorted by relevance
/PHP-7.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeSPARC_common.c | 1277 static sljit_ins get_cc(sljit_s32 type) in get_cc() function 1349 PTR_FAIL_IF(push_inst(compiler, BICC | get_cc(type ^ 1) | 5, UNMOVABLE_INS)); in sljit_emit_jump() 1359 PTR_FAIL_IF(push_inst(compiler, FBFCC | get_cc(type ^ 1) | 5, UNMOVABLE_INS)); in sljit_emit_jump() 1476 FAIL_IF(push_inst(compiler, BICC | get_cc(type) | 3, UNMOVABLE_INS)); in sljit_emit_op_flags() 1478 FAIL_IF(push_inst(compiler, FBFCC | get_cc(type) | 3, UNMOVABLE_INS)); in sljit_emit_op_flags()
|
H A D | sljitNativeARM_32.c | 2082 static sljit_uw get_cc(sljit_s32 type) in get_cc() function 2171 type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, TMP_PC, 0)) & ~COND_MASK) | get_cc(type), 0)); in sljit_emit_jump() 2189 …sh_inst(compiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)) & ~COND_MASK) | get_cc(type))); in sljit_emit_jump() 2518 cc = get_cc(type & 0xff); in sljit_emit_op_flags() 2558 cc = get_cc(type & 0xff); in sljit_emit_cmov()
|
H A D | sljitNativeARM_64.c | 1612 static sljit_uw get_cc(sljit_s32 type) in get_cc() function 1697 PTR_FAIL_IF(push_inst(compiler, B_CC | (6 << 5) | get_cc(type))); in sljit_emit_jump() 1811 cc = get_cc(type & 0xff); in sljit_emit_op_flags() 1866 cc = get_cc(type & 0xff); in sljit_emit_cmov()
|
H A D | sljitNativeARM_T2_32.c | 1761 static sljit_uw get_cc(sljit_s32 type) in get_cc() function 1848 cc = get_cc(type); in sljit_emit_jump() 2178 cc = get_cc(type & 0xff); in sljit_emit_op_flags() 2230 cc = get_cc(type & 0xff); in sljit_emit_cmov()
|
Completed in 36 milliseconds