Searched defs:get_cc (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Dtm.c3 #define get_cc() \ macro
51 check_cc(0, get_cc());
56 check_cc(0, get_cc());
61 check_cc(0, get_cc());
66 check_cc(3, get_cc());
71 check_cc(1, get_cc());
H A Dtmll.c3 #define get_cc() \ macro
51 check_cc(0, get_cc());
56 check_cc(0, get_cc());
61 check_cc(0, get_cc());
66 check_cc(3, get_cc());
71 check_cc(1, get_cc());
76 check_cc(2, get_cc());
H A Dtest.h26 #define get_cc() \ macro
/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c2327 static sljit_uw get_cc(sljit_si type) function
2414 type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, TMP_PC, 0)) & ~COND_MASK) | get_cc(type), 0));
2432 PTR_FAIL_IF(push_inst(compiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)) & ~COND_MASK) | get_cc(type)));
2492 cc = get_cc(type);
H A DsljitNativeARM_64.c1777 static sljit_uw get_cc(sljit_si type) function
1862 PTR_FAIL_IF(push_inst(compiler, B_CC | (6 << 5) | get_cc(type)));
1951 cc = get_cc(type);
H A DsljitNativeARM_T2_32.c1826 static sljit_uw get_cc(sljit_si type) function
1913 cc = get_cc(type);
1974 cc = get_cc(type);
H A DsljitNativeSPARC_common.c1245 static sljit_ins get_cc(sljit_si type) function
1333 PTR_FAIL_IF(push_inst(compiler, BICC | get_cc(type ^ 1) | 5, UNMOVABLE_INS));
1343 PTR_FAIL_IF(push_inst(compiler, FBFCC | get_cc(type ^ 1) | 5, UNMOVABLE_INS));
1425 FAIL_IF(push_inst(compiler, BICC | get_cc(type) | 3, UNMOVABLE_INS));
1427 FAIL_IF(push_inst(compiler, FBFCC | get_cc(type) | 3, UNMOVABLE_INS));
/external/valgrind/main/coregrind/
H A Dm_mallocfree.c444 const HChar* get_cc ( Block* b ) function
1385 get_cc(b));
1386 cc = get_cc(b);

Completed in 143 milliseconds