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);
|