Searched refs:check_sljit_emit_mem (Results 1 – 5 of 5) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitLir.c | 1878 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_mem(struct sljit_compiler *compiler, sljit_s… in check_sljit_emit_mem() function 2247 CHECK(check_sljit_emit_mem(compiler, type, reg, mem, memw)); in sljit_emit_mem()
|
D | sljitNativeARM_64.c | 1870 CHECK(check_sljit_emit_mem(compiler, type, reg, mem, memw)); in sljit_emit_mem()
|
D | sljitNativePPC_common.c | 2236 CHECK(check_sljit_emit_mem(compiler, type, reg, mem, memw)); in sljit_emit_mem()
|
D | sljitNativeARM_32.c | 2666 CHECK(check_sljit_emit_mem(compiler, type, reg, mem, memw)); in sljit_emit_mem()
|
D | sljitNativeARM_T2_32.c | 2277 CHECK(check_sljit_emit_mem(compiler, type, reg, mem, memw)); in sljit_emit_mem()
|