Home
last modified time | relevance | path

Searched defs:mem_type (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c2101 sljit_s32 mem_type = WORD_DATA; in sljit_emit_op_flags() local
2103 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
H A DsljitNativeTILEGX_64.c2071 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local

Completed in 16 milliseconds