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

/external/pcre/dist/sljit/
H A DsljitNativeX86_common.c133 /* Size flags for emit_x86_instruction: */
660 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, src, srcw);
667 inst = emit_x86_instruction(compiler, 1, src, 0, dst, dstw);
688 inst = emit_x86_instruction(compiler, 1, TMP_REG2, 0, dst, dstw);
694 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, srcw, dst, dstw);
700 inst = emit_x86_instruction(compiler, 1, dst, 0, src, srcw);
707 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, src, srcw);
710 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, dst, dstw);
768 inst = emit_x86_instruction(compiler, 1, SLJIT_R1, 0, SLJIT_R1, 0);
770 inst = emit_x86_instruction(compile
[all...]
H A DsljitNativeX86_64.c359 static sljit_ub* emit_x86_instruction(struct sljit_compiler *compiler, sljit_si size, function
636 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw);
675 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw);
720 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_si)srcw, dst, dstw);
728 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_si)srcw, dst, dstw);
741 inst = emit_x86_instruction(compiler, 1, dst_r, 0, src, srcw);
753 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw);
H A DsljitNativeX86_32.c253 static sljit_ub* emit_x86_instruction(struct sljit_compiler *compiler, sljit_si size, function
483 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw);
507 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw);

Completed in 96 milliseconds