Searched refs:check_sljit_emit_mem_update (Results 1 – 5 of 5) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitLir.c | 2110 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_mem_update(struct sljit_compiler *compiler, … in check_sljit_emit_mem_update() function 2587 CHECK(check_sljit_emit_mem_update(compiler, type, reg, mem, memw)); in sljit_emit_mem_update()
|
D | sljitNativeARM_64.c | 2235 CHECK(check_sljit_emit_mem_update(compiler, type, reg, mem, memw)); in sljit_emit_mem_update()
|
D | sljitNativePPC_common.c | 2672 CHECK(check_sljit_emit_mem_update(compiler, type, reg, mem, memw)); in sljit_emit_mem_update()
|
D | sljitNativeARM_T2_32.c | 2943 CHECK(check_sljit_emit_mem_update(compiler, type, reg, mem, memw)); in sljit_emit_mem_update()
|
D | sljitNativeARM_32.c | 3447 CHECK(check_sljit_emit_mem_update(compiler, type, reg, mem, memw)); in sljit_emit_mem_update()
|