OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DST_INS_MASK
(Results
1 - 2
of
2
) sorted by null
/external/pcre/dist/sljit/
sljitNativeSPARC_common.c
187
SLJIT_ASSERT((delay_slot &
DST_INS_MASK
) == UNMOVABLE_INS
188
|| (delay_slot &
DST_INS_MASK
) == MOVABLE_INS
189
|| (delay_slot &
DST_INS_MASK
) == ((ins >> 25) & 0x1f));
[
all
...]
sljitLir.c
219
# define
DST_INS_MASK
0xff
[
all
...]
Completed in 158 milliseconds