Searched refs:emit_imm (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c382 static SLJIT_INLINE sljit_si emit_imm(struct sljit_compiler *compiler, sljit_si reg, sljit_sw imm) function
1328 return emit_imm(compiler, reg, imm);
2431 PTR_FAIL_IF(emit_imm(compiler, TMP_REG1, 0));
2468 FAIL_IF(emit_imm(compiler, TMP_REG1, 0));
2546 PTR_FAIL_IF(emit_imm(compiler, reg, init_value));

Completed in 1087 milliseconds