Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h913 #define SLJIT_ENDBR (SLJIT_OP0_BASE + 8) macro
DsljitLir.c1174 || (op >= SLJIT_ENDBR && op <= SLJIT_SKIP_FRAMES_BEFORE_RETURN)); in check_sljit_emit_op0()
1175 …CHECK_ARGUMENT(GET_OPCODE(op) < SLJIT_LMUL_UW || GET_OPCODE(op) >= SLJIT_ENDBR || compiler->scratc… in check_sljit_emit_op0()
DsljitNativeSPARC_common.c879 case SLJIT_ENDBR: in sljit_emit_op0()
DsljitNativeARM_64.c1149 case SLJIT_ENDBR: in sljit_emit_op0()
DsljitNativeS390X.c1527 case SLJIT_ENDBR: in sljit_emit_op0()
DsljitNativePPC_common.c1165 case SLJIT_ENDBR: in sljit_emit_op0()
DsljitNativeARM_32.c1758 case SLJIT_ENDBR: in sljit_emit_op0()
DsljitNativeARM_T2_32.c1334 case SLJIT_ENDBR: in sljit_emit_op0()
DsljitNativeMIPS_common.c1294 case SLJIT_ENDBR: in sljit_emit_op0()
DsljitNativeX86_common.c1075 case SLJIT_ENDBR: in sljit_emit_op0()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c12612 sljit_emit_op0(compiler, SLJIT_ENDBR); in compile_bracket_backtrackingpath()
12765 sljit_emit_op0(compiler, SLJIT_ENDBR); in compile_bracket_backtrackingpath()
13358 sljit_emit_op0(compiler, SLJIT_ENDBR); in compile_recurse()
13369 sljit_emit_op0(compiler, SLJIT_ENDBR); in compile_recurse()