/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitNativeARM_32.c | 2061 static sljit_uw get_cc(sljit_s32 type) function in typeref:typename:sljit_uw 2149 type <= SLJIT_JUMP ? TMP_PC : TMP_REG2, TMP_PC, 0)) & ~COND_MASK) | get_cc(type), 0)); 2167 PTR_FAIL_IF(push_inst(compiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG2)) & ~COND_MASK) | get_cc(type))); 2227 cc = get_cc(type & 0xff);
|
sljitNativeARM_T2_32.c | 1677 static sljit_uw get_cc(sljit_s32 type) function in typeref:typename:sljit_uw 1765 cc = get_cc(type); 1826 cc = get_cc(type & 0xff);
|
sljitNativeSPARC_common.c | 1250 static sljit_ins get_cc(sljit_s32 type) function in typeref:typename:sljit_ins 1322 PTR_FAIL_IF(push_inst(compiler, BICC | get_cc(type ^ 1) | 5, UNMOVABLE_INS)); 1332 PTR_FAIL_IF(push_inst(compiler, FBFCC | get_cc(type ^ 1) | 5, UNMOVABLE_INS)); 1415 FAIL_IF(push_inst(compiler, BICC | get_cc(type) | 3, UNMOVABLE_INS)); 1417 FAIL_IF(push_inst(compiler, FBFCC | get_cc(type) | 3, UNMOVABLE_INS));
|
sljitNativeARM_64.c | 1817 static sljit_uw get_cc(sljit_s32 type) function in typeref:typename:sljit_uw 1902 PTR_FAIL_IF(push_inst(compiler, B_CC | (6 << 5) | get_cc(type))); 1991 cc = get_cc(type & 0xff);
|