OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLJIT_UNLIKELY
(Results
1 - 14
of
14
) sorted by null
/external/pcre/dist2/src/sljit/
sljitLir.c
31
if (
SLJIT_UNLIKELY
(compiler->error)) \
37
if (
SLJIT_UNLIKELY
(compiler->error)) \
43
if (
SLJIT_UNLIKELY
(expr)) \
49
if (
SLJIT_UNLIKELY
(expr)) \
55
if (
SLJIT_UNLIKELY
(!(ptr))) { \
63
if (
SLJIT_UNLIKELY
(!(ptr))) { \
71
if (
SLJIT_UNLIKELY
(!(ptr))) { \
256
if (
SLJIT_UNLIKELY
(!(x))) \
265
if (
SLJIT_UNLIKELY
(x)) { \
273
if (
SLJIT_UNLIKELY
(x)) {
[
all
...]
sljitConfigInternal.h
225
#if !defined(SLJIT_LIKELY) && !defined(
SLJIT_UNLIKELY
)
229
#define
SLJIT_UNLIKELY
(x) __builtin_expect((x), 0)
232
#define
SLJIT_UNLIKELY
(x) (x)
235
#endif /* !defined(SLJIT_LIKELY) && !defined(
SLJIT_UNLIKELY
) */
685
if (
SLJIT_UNLIKELY
(!(x))) { \
sljitExecAllocator.c
260
if (
SLJIT_UNLIKELY
(!free_block->header.size)) {
271
if (
SLJIT_UNLIKELY
(!header->size)) {
279
if (
SLJIT_UNLIKELY
(!free_block->header.prev_size && header->size == 1)) {
sljitNativeX86_common.c
1180
if (
SLJIT_UNLIKELY
(dst == SLJIT_UNUSED)) {
[
all
...]
sljitNativeARM_T2_32.c
286
if (
SLJIT_UNLIKELY
(type == 0)) {
519
if (
SLJIT_UNLIKELY
((flags & (ARG1_IMM | ARG2_IMM)) == (ARG1_IMM | ARG2_IMM))) {
897
if (
SLJIT_UNLIKELY
(flags & UPDATE)) {
899
if (
SLJIT_UNLIKELY
(flags & ARG_TEST))
917
if (
SLJIT_UNLIKELY
(arg & OFFS_REG_MASK)) {
918
if (
SLJIT_UNLIKELY
(flags & ARG_TEST))
935
if (
SLJIT_UNLIKELY
(flags & ARG_TEST))
963
if (
SLJIT_UNLIKELY
(arg == SLJIT_SP) && OFFSET_CHECK(0xff, 2) && IS_WORD_SIZE(flags) && reg_map[reg] <= 7) {
1016
if (
SLJIT_UNLIKELY
((flags & UPDATE) && (arg & REG_MASK))) {
[
all
...]
sljitNativeARM_64.c
526
if (
SLJIT_UNLIKELY
((flags & (ARG1_IMM | ARG2_IMM)) == (ARG1_IMM | ARG2_IMM))) {
834
if (
SLJIT_UNLIKELY
(flags & UPDATE)) {
836
if (
SLJIT_UNLIKELY
(flags & ARG_TEST))
848
if (
SLJIT_UNLIKELY
(arg & OFFS_REG_MASK)) {
853
if (
SLJIT_UNLIKELY
(flags & ARG_TEST))
863
if (
SLJIT_UNLIKELY
(flags & ARG_TEST))
874
if (
SLJIT_UNLIKELY
(flags & ARG_TEST))
924
if (
SLJIT_UNLIKELY
((flags & UPDATE) && (arg & REG_MASK))) {
[
all
...]
sljitNativeARM_32.c
171
if (
SLJIT_UNLIKELY
(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_diff >= MAX_DIFFERENCE(4092)))
189
if (
SLJIT_UNLIKELY
(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_diff >= MAX_DIFFERENCE(4092)))
234
if (
SLJIT_UNLIKELY
((compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_diff >= MAX_DIFFERENCE(4092)) || compiler->cpool_fill >= CPOOL_SIZE))
254
if (
SLJIT_UNLIKELY
(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_diff >= MAX_DIFFERENCE(4088)))
628
if (
SLJIT_UNLIKELY
(resolve_const_pool_index(compiler, &first_patch, cpool_current_index, cpool_start_address, buf_ptr))) {
718
if (
SLJIT_UNLIKELY
(resolve_const_pool_index(compiler, &first_patch, cpool_current_index, cpool_start_address, buf_ptr))) {
[
all
...]
sljitNativeSPARC_common.c
64
if (
SLJIT_UNLIKELY
(from == to))
521
if (
SLJIT_UNLIKELY
(flags & ARG_TEST))
568
if (
SLJIT_UNLIKELY
(arg & OFFS_REG_MASK)) {
655
if (
SLJIT_UNLIKELY
(dst == SLJIT_UNUSED)) {
[
all
...]
sljitNativeMIPS_common.c
707
if (
SLJIT_UNLIKELY
(flags & ARG_TEST))
761
if (
SLJIT_UNLIKELY
(arg & OFFS_REG_MASK)) {
793
if (
SLJIT_UNLIKELY
(argw)) {
814
if (
SLJIT_UNLIKELY
(flags & WRITE_BACK) && base) {
916
if (
SLJIT_UNLIKELY
(dst == SLJIT_UNUSED)) {
[
all
...]
sljitNativePPC_common.c
868
if (
SLJIT_UNLIKELY
(!(arg & REG_MASK)))
963
if (
SLJIT_UNLIKELY
(arg & OFFS_REG_MASK)) {
987
if (
SLJIT_UNLIKELY
(!(arg & REG_MASK)))
[
all
...]
sljitNativeTILEGX_64.c
[
all
...]
sljitNativeMIPS_32.c
134
if (
SLJIT_UNLIKELY
(flags & UNUSED_DEST)) {
sljitNativeMIPS_64.c
226
if (
SLJIT_UNLIKELY
(flags & UNUSED_DEST)) {
/external/pcre/dist2/src/
pcre2_jit_compile.c
[
all
...]
Completed in 60 milliseconds