Lines Matching refs:sljit_u8

35 	sljit_u8 *inst;  in emit_load_imm64()
37 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + sizeof(sljit_sw)); in emit_load_imm64()
46 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32()
48 sljit_u8 *inst; in emit_do_imm32()
51 inst = (sljit_u8*)ensure_buf(compiler, 1 + length); in emit_do_imm32()
61 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction()
67 sljit_u8 *inst; in emit_x86_instruction()
68 sljit_u8 *buf_ptr; in emit_x86_instruction()
69 sljit_u8 rex = 0; in emit_x86_instruction()
70 sljit_u8 reg_lmap_b; in emit_x86_instruction()
182 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
278 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr) in generate_far_jump_code()
313 static sljit_u8* generate_put_label_code(struct sljit_put_label *put_label, sljit_u8 *code_ptr, slj… in generate_put_label_code()
323 code_ptr = (sljit_u8*)put_label->addr - 2 - sizeof(sljit_uw); in generate_put_label_code()
357 code_ptr = (sljit_u8*)(put_label->addr - (2 + sizeof(sljit_uw)) + sizeof(sljit_s32)); in generate_put_label_code()
376 sljit_u8 *inst; in sljit_emit_enter()
393 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
403 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
499 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_enter()
504 inst[1] = (sljit_u8)-21; in sljit_emit_enter()
573 sljit_u8 *inst; in emit_stack_frame_release()
606 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in emit_stack_frame_release()
615 inst = (sljit_u8*)ensure_buf(compiler, 1 + 7); in emit_stack_frame_release()
628 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_stack_frame_release()
639 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_stack_frame_release()
652 sljit_u8 *inst; in sljit_emit_return_void()
659 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_return_void()
711 static sljit_u8 word_arg_regs[5] = { 0, SLJIT_R3, SLJIT_R1, SLJIT_R2, TMP_REG1 }; in call_with_args()
840 sljit_u8 *inst; in sljit_emit_fast_enter()
848 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_enter()
855 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_fast_enter()
873 sljit_u8 *inst; in emit_fast_return()
877 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 1); in emit_fast_return()
884 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + 1); in emit_fast_return()
900 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in emit_fast_return()
917 sljit_u8* inst; in emit_mov_int()