Home
last modified time | relevance | path

Searched refs:SLJIT_C_SIG_LESS_EQUAL (Results 1 – 11 of 11) sorted by relevance

/external/pcre/dist/sljit/
DsljitLir.h942 #define SLJIT_C_SIG_LESS_EQUAL 9 macro
DsljitLir.c1387 SLJIT_ASSERT((type & 0xff) >= SLJIT_C_EQUAL && (type & 0xff) <= SLJIT_C_SIG_LESS_EQUAL); in check_sljit_emit_cmp()
1655 condition = SLJIT_C_SIG_LESS_EQUAL; in sljit_emit_cmp()
1660 case SLJIT_C_SIG_LESS_EQUAL: in sljit_emit_cmp()
DsljitNativeMIPS_common.c1682 case SLJIT_C_SIG_LESS_EQUAL: in sljit_emit_jump()
1804 case SLJIT_C_SIG_LESS_EQUAL: in sljit_emit_cmp()
1826 case SLJIT_C_SIG_LESS_EQUAL: in sljit_emit_cmp()
2075 case SLJIT_C_SIG_LESS_EQUAL: in sljit_emit_op_flags()
DsljitNativePPC_common.c2117 case SLJIT_C_SIG_LESS_EQUAL: in get_bo_bi_flags()
2307 case SLJIT_C_SIG_LESS_EQUAL: in sljit_emit_op_flags()
DsljitNativeTILEGX_64.c2167 case SLJIT_C_SIG_LESS_EQUAL: in sljit_emit_op_flags()
2492 case SLJIT_C_SIG_LESS_EQUAL: in sljit_emit_jump()
DsljitNativeSPARC_common.c1277 case SLJIT_C_SIG_LESS_EQUAL: in get_cc()
DsljitNativeARM_64.c1815 case SLJIT_C_SIG_LESS_EQUAL: in get_cc()
DsljitNativeARM_T2_32.c1864 case SLJIT_C_SIG_LESS_EQUAL: in get_cc()
DsljitNativeARM_32.c2365 case SLJIT_C_SIG_LESS_EQUAL: in get_cc()
DsljitNativeX86_common.c366 case SLJIT_C_SIG_LESS_EQUAL: in get_jump_code()
/external/pcre/dist/
Dpcre_jit_compile.c4072 jump = JUMP(SLJIT_C_SIG_LESS_EQUAL); in do_revertframes()