Searched refs:get_cc (Results 1 – 8 of 8) sorted by relevance
/external/autotest/client/tests/memory_api/ |
D | memory_api.py | 11 (utils.get_cc(), 15 (utils.get_cc(),
|
/external/autotest/client/tests/rmaptest/ |
D | rmaptest.py | 23 utils.system(utils.get_cc() + ' -Wall -o rmaptest rmap-test.c')
|
/external/autotest/client/tests/linus_stress/ |
D | linus_stress.py | 13 utils.system(utils.get_cc() + ' linus_stress.c -D_POSIX_C_SOURCE=200112 -o linus_stress')
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeSPARC_common.c | 1230 static sljit_ins get_cc(sljit_s32 type) in get_cc() function 1302 PTR_FAIL_IF(push_inst(compiler, BICC | get_cc(type ^ 1) | 5, UNMOVABLE_INS)); in sljit_emit_jump() 1312 PTR_FAIL_IF(push_inst(compiler, FBFCC | get_cc(type ^ 1) | 5, UNMOVABLE_INS)); in sljit_emit_jump() 1429 FAIL_IF(push_inst(compiler, BICC | get_cc(type) | 3, UNMOVABLE_INS)); in sljit_emit_op_flags() 1431 FAIL_IF(push_inst(compiler, FBFCC | get_cc(type) | 3, UNMOVABLE_INS)); in sljit_emit_op_flags()
|
D | sljitNativeARM_32.c | 2033 static sljit_uw get_cc(sljit_s32 type) in get_cc() function 2122 type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, TMP_PC, 0)) & ~COND_MASK) | get_cc(type), 0)); in sljit_emit_jump() 2140 …sh_inst(compiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)) & ~COND_MASK) | get_cc(type))); in sljit_emit_jump() 2469 cc = get_cc(type & 0xff); in sljit_emit_op_flags() 2509 cc = get_cc(type & 0xff); in sljit_emit_cmov()
|
D | sljitNativeARM_64.c | 1550 static sljit_uw get_cc(sljit_s32 type) in get_cc() function 1635 PTR_FAIL_IF(push_inst(compiler, B_CC | (6 << 5) | get_cc(type))); in sljit_emit_jump() 1749 cc = get_cc(type & 0xff); in sljit_emit_op_flags() 1804 cc = get_cc(type & 0xff); in sljit_emit_cmov()
|
D | sljitNativeARM_T2_32.c | 1730 static sljit_uw get_cc(sljit_s32 type) in get_cc() function 1817 cc = get_cc(type); in sljit_emit_jump() 2147 cc = get_cc(type & 0xff); in sljit_emit_op_flags() 2199 cc = get_cc(type & 0xff); in sljit_emit_cmov()
|
/external/autotest/client/bin/ |
D | utils.py | 182 def get_cc(): function
|