Home
last modified time | relevance | path

Searched refs:mem_flags (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c1185 mem_flags = WORD_SIZE; in sljit_emit_op1()
1188 mem_flags = BYTE_SIZE; in sljit_emit_op1()
1198 mem_flags = HALF_SIZE; in sljit_emit_op1()
1208 mem_flags = INT_SIZE; in sljit_emit_op1()
1219 mem_flags = 0; in sljit_emit_op1()
1236 mem_flags = WORD_SIZE; in sljit_emit_op1()
1240 mem_flags = INT_SIZE; in sljit_emit_op1()
1276 mem_flags = WORD_SIZE; in sljit_emit_op2()
1280 mem_flags = INT_SIZE; in sljit_emit_op2()
1826 mem_flags = WORD_SIZE; in sljit_emit_op_flags()
[all …]
H A DsljitNativePPC_common.c2271 sljit_s32 mem_flags; in sljit_emit_mem() local
2287 mem_flags = WORD_DATA; in sljit_emit_mem()
2292 mem_flags = INT_DATA; in sljit_emit_mem()
2296 mem_flags = INT_DATA; in sljit_emit_mem()
2300 mem_flags |= SIGNED_DATA; in sljit_emit_mem()
2309 mem_flags = BYTE_DATA; in sljit_emit_mem()
2313 mem_flags = HALF_DATA; in sljit_emit_mem()
2322 mem_flags = WORD_DATA; in sljit_emit_mem()
2327 mem_flags |= LOAD_DATA; in sljit_emit_mem()
2365 sljit_s32 mem_flags; in sljit_emit_fmem() local
[all …]

Completed in 19 milliseconds