Searched refs:get_cc (Results 1 – 5 of 5) sorted by relevance
/external/pcre/src/sljit/ |
D | sljitNativeARM_64.c | 1851 static sljit_ins get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc() function 1968 PTR_FAIL_IF(push_inst(compiler, B_CC | (6 << 5) | get_cc(compiler, type))); in sljit_emit_jump() 2097 cc = get_cc(compiler, type); in sljit_emit_op_flags() 2152 cc = get_cc(compiler, type & ~SLJIT_32); in sljit_emit_cmov()
|
D | sljitNativeARM_32.c | 2582 static sljit_uw get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc() function 2703 type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, TMP_PC, 0)) & ~COND_MASK) | get_cc(compiler, type), 0)); in sljit_emit_jump() 2721 …mpiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)) & ~COND_MASK) | get_cc(compiler, type))); in sljit_emit_jump() 3106 cc = get_cc(compiler, type); in sljit_emit_op_flags() 3144 cc = get_cc(compiler, type & ~SLJIT_32); in sljit_emit_cmov()
|
D | sljitNativeARM_T2_32.c | 2169 static sljit_uw get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc() function 2288 cc = get_cc(compiler, type); in sljit_emit_jump() 2673 cc = get_cc(compiler, type); in sljit_emit_op_flags() 2723 cc = get_cc(compiler, type & ~SLJIT_32); in sljit_emit_cmov()
|
D | sljitNativeS390X.c | 202 static SLJIT_INLINE sljit_u8 get_cc(struct sljit_compiler *compiler, sljit_s32 type) { in get_cc() function 3397 sljit_u8 mask = ((type & 0xff) < SLJIT_JUMP) ? get_cc(compiler, type & 0xff) : 0xf; in sljit_emit_jump() 3493 sljit_u8 mask = get_cc(compiler, type); in sljit_emit_op_flags() 3563 sljit_ins mask = get_cc(compiler, type & ~SLJIT_32); in sljit_emit_cmov()
|
/external/autotest/client/bin/ |
D | utils.py | 179 def get_cc(): function
|