OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_cc
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
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));
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);
Completed in 30 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026