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: */
663 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, src, srcw);
670 inst = emit_x86_instruction(compiler, 1, src, 0, dst, dstw);
691 inst = emit_x86_instruction(compiler, 1, TMP_REG2, 0, dst, dstw);
697 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, srcw, dst, dstw);
703 inst = emit_x86_instruction(compiler, 1, dst, 0, src, srcw);
710 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, src, srcw);
713 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, dst, dstw);
774 inst = emit_x86_instruction(compiler, 1, SLJIT_R1, 0, SLJIT_R1, 0);
776 inst = emit_x86_instruction(compile
[all...]
H A DsljitNativeX86_64.c346 static sljit_ub* emit_x86_instruction(struct sljit_compiler *compiler, sljit_si size, function
623 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw);
662 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw);
707 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_si)srcw, dst, dstw);
715 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_si)srcw, dst, dstw);
728 inst = emit_x86_instruction(compiler, 1, dst_r, 0, src, srcw);
740 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw);
H A DsljitNativeX86_32.c274 static sljit_ub* emit_x86_instruction(struct sljit_compiler *compiler, sljit_si size, function
504 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw);
528 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw);

Completed in 107 milliseconds