OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_cc
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c
2061
static sljit_uw
get_cc
(sljit_s32 type)
function
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_64.c
1817
static sljit_uw
get_cc
(sljit_s32 type)
function
1902
PTR_FAIL_IF(push_inst(compiler, B_CC | (6 << 5) |
get_cc
(type)));
1991
cc =
get_cc
(type & 0xff);
sljitNativeARM_T2_32.c
1677
static sljit_uw
get_cc
(sljit_s32 type)
function
1765
cc =
get_cc
(type);
1826
cc =
get_cc
(type & 0xff);
sljitNativeSPARC_common.c
1250
static sljit_ins
get_cc
(sljit_s32 type)
function
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));
/src/external/gpl3/binutils/dist/gas/config/
tc-cr16.c
311
get_cc
(char *cc_name)
function
1283
if ((IS_INSN_MNEMONIC ("b")) && ((ret_val =
get_cc
(operand)) != -1))
/src/external/gpl3/binutils.old/dist/gas/config/
tc-cr16.c
314
get_cc
(char *cc_name)
function
1286
if ((IS_INSN_MNEMONIC ("b")) && ((ret_val =
get_cc
(operand)) != -1))
Completed in 22 milliseconds
Indexes created Fri May 08 00:25:09 UTC 2026