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

  /external/pcre/dist2/src/sljit/
sljitNativeX86_common.c 603 static sljit_s32 emit_mov(struct sljit_compiler *compiler,
677 static sljit_s32 emit_mov(struct sljit_compiler *compiler, function
742 #define EMIT_MOV(compiler, dst, dstw, src, srcw) \
743 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw));
796 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R1, 0);
807 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R1, 0);
878 EMIT_MOV(compiler, SLJIT_R1, 0, TMP_REG1, 0);
881 EMIT_MOV(compiler, SLJIT_R1, 0, TMP_REG1, 0);
937 EMIT_MOV(compiler, TMP_REG1, 0, src, 0);
950 EMIT_MOV(compiler, dst, 0, src, 0)
    [all...]
sljitNativePPC_common.c     [all...]

Completed in 404 milliseconds