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

/netbsd-current/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeX86_common.c138 /* Size flags for emit_x86_instruction: */
648 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, src, srcw);
655 inst = emit_x86_instruction(compiler, 1, src, 0, dst, dstw);
676 inst = emit_x86_instruction(compiler, 1, TMP_REG2, 0, dst, dstw);
682 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, srcw, dst, dstw);
688 inst = emit_x86_instruction(compiler, 1, dst, 0, src, srcw);
695 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, src, srcw);
698 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, dst, dstw);
753 inst = emit_x86_instruction(compiler, 1, SLJIT_R1, 0, SLJIT_R1, 0);
755 inst = emit_x86_instruction(compile
[all...]
H A DsljitNativeX86_64.c341 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_s32 size, function
617 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw);
656 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw);
701 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw);
709 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw);
722 inst = emit_x86_instruction(compiler, 1, dst_r, 0, src, srcw);
734 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw);
H A DsljitNativeX86_32.c328 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_s32 size, function
558 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw);
582 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw);

Completed in 171 milliseconds