Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_common.c1229 static sljit_ins get_cc(sljit_si type) in get_cc() function
1301 PTR_FAIL_IF(push_inst(compiler, BICC | get_cc(type ^ 1) | 5, UNMOVABLE_INS)); in sljit_emit_jump()
1311 PTR_FAIL_IF(push_inst(compiler, FBFCC | get_cc(type ^ 1) | 5, UNMOVABLE_INS)); in sljit_emit_jump()
1394 FAIL_IF(push_inst(compiler, BICC | get_cc(type) | 3, UNMOVABLE_INS)); in sljit_emit_op_flags()
1396 FAIL_IF(push_inst(compiler, FBFCC | get_cc(type) | 3, UNMOVABLE_INS)); in sljit_emit_op_flags()
H A DsljitNativeARM_32.c2314 static sljit_uw get_cc(sljit_si type) in get_cc() function
2402 type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, TMP_PC, 0)) & ~COND_MASK) | get_cc(type), 0)); in sljit_emit_jump()
2420 …sh_inst(compiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)) & ~COND_MASK) | get_cc(type))); in sljit_emit_jump()
2480 cc = get_cc(type & 0xff); in sljit_emit_op_flags()
H A DsljitNativeARM_64.c1787 static sljit_uw get_cc(sljit_si type) in get_cc() function
1872 PTR_FAIL_IF(push_inst(compiler, B_CC | (6 << 5) | get_cc(type))); in sljit_emit_jump()
1961 cc = get_cc(type & 0xff); in sljit_emit_op_flags()
H A DsljitNativeARM_T2_32.c1811 static sljit_uw get_cc(sljit_si type) in get_cc() function
1899 cc = get_cc(type); in sljit_emit_jump()
1960 cc = get_cc(type & 0xff); in sljit_emit_op_flags()

Completed in 32 milliseconds