Searched refs:get_cc (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
H A D | sljitNativeSPARC_common.c | 1250 static sljit_ins get_cc(sljit_s32 type) in get_cc() function 1322 PTR_FAIL_IF(push_inst(compiler, BICC | get_cc(type ^ 1) | 5, UNMOVABLE_INS)); in sljit_emit_jump() 1332 PTR_FAIL_IF(push_inst(compiler, FBFCC | get_cc(type ^ 1) | 5, UNMOVABLE_INS)); in sljit_emit_jump() 1415 FAIL_IF(push_inst(compiler, BICC | get_cc(type) | 3, UNMOVABLE_INS)); in sljit_emit_op_flags() 1417 FAIL_IF(push_inst(compiler, FBFCC | get_cc(type) | 3, UNMOVABLE_INS)); in sljit_emit_op_flags()
|
H A D | sljitNativeARM_32.c | 2061 static sljit_uw get_cc(sljit_s32 type) in get_cc() function 2149 type <= SLJIT_JUMP ? TMP_PC : TMP_REG2, TMP_PC, 0)) & ~COND_MASK) | get_cc(type), 0)); in sljit_emit_jump() 2167 …sh_inst(compiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG2)) & ~COND_MASK) | get_cc(type))); in sljit_emit_jump() 2227 cc = get_cc(type & 0xff); in sljit_emit_op_flags()
|
H A D | sljitNativeARM_T2_32.c | 1677 static sljit_uw get_cc(sljit_s32 type) in get_cc() function 1765 cc = get_cc(type); in sljit_emit_jump() 1826 cc = get_cc(type & 0xff); in sljit_emit_op_flags()
|
H A D | sljitNativeARM_64.c | 1817 static sljit_uw get_cc(sljit_s32 type) in get_cc() function 1902 PTR_FAIL_IF(push_inst(compiler, B_CC | (6 << 5) | get_cc(type))); in sljit_emit_jump() 1991 cc = get_cc(type & 0xff); in sljit_emit_op_flags()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-cr16.c | 314 get_cc (char *cc_name) in get_cc() function 1288 if ((IS_INSN_MNEMONIC ("b")) && ((ret_val = get_cc (operand)) != -1)) in parse_operand()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-cr16.c | 314 get_cc (char *cc_name) in get_cc() function 1288 if ((IS_INSN_MNEMONIC ("b")) && ((ret_val = get_cc (operand)) != -1)) in parse_operand()
|