Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c1189 mem_flags = WORD_SIZE; in sljit_emit_op1()
1192 mem_flags = BYTE_SIZE; in sljit_emit_op1()
1202 mem_flags = HALF_SIZE; in sljit_emit_op1()
1212 mem_flags = INT_SIZE; in sljit_emit_op1()
1223 mem_flags = 0; in sljit_emit_op1()
1240 mem_flags = WORD_SIZE; in sljit_emit_op1()
1244 mem_flags = INT_SIZE; in sljit_emit_op1()
1280 mem_flags = WORD_SIZE; in sljit_emit_op2()
1284 mem_flags = INT_SIZE; in sljit_emit_op2()
1826 mem_flags = WORD_SIZE; in sljit_emit_op_flags()
[all …]
H A DsljitNativePPC_common.c2231 sljit_s32 mem_flags; in sljit_emit_mem() local
2247 mem_flags = WORD_DATA; in sljit_emit_mem()
2252 mem_flags = INT_DATA; in sljit_emit_mem()
2256 mem_flags = INT_DATA; in sljit_emit_mem()
2260 mem_flags |= SIGNED_DATA; in sljit_emit_mem()
2269 mem_flags = BYTE_DATA; in sljit_emit_mem()
2273 mem_flags = HALF_DATA; in sljit_emit_mem()
2282 mem_flags = WORD_DATA; in sljit_emit_mem()
2287 mem_flags |= LOAD_DATA; in sljit_emit_mem()
2325 sljit_s32 mem_flags; in sljit_emit_fmem() local
[all …]

Completed in 20 milliseconds