HomeSort by relevance Sort by last modified time
    Searched refs:EMIT_MOV (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist/sljit/
sljitNativeX86_common.c 577 static sljit_si emit_mov(struct sljit_compiler *compiler,
651 static sljit_si emit_mov(struct sljit_compiler *compiler, function
716 #define EMIT_MOV(compiler, dst, dstw, src, srcw) \
717 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw));
767 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R1, 0);
778 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R1, 0);
846 EMIT_MOV(compiler, SLJIT_R1, 0, TMP_REG1, 0);
902 EMIT_MOV(compiler, TMP_REG1, 0, src, 0);
915 EMIT_MOV(compiler, dst, 0, src, 0);
923 EMIT_MOV(compiler, dst, 0, src, 0)
    [all...]
sljitNativePPC_common.c     [all...]

Completed in 169 milliseconds