HomeSort by: relevance | last modified time | path
    Searched defs:emit_x86_instruction (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_32.c 328 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_s32 size, function in typeref:typename:sljit_u8 *
558 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw);
582 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw);
sljitNativeX86_64.c 341 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_s32 size, function in typeref:typename:sljit_u8 *
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);

Completed in 11 milliseconds