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()
186 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
288 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr) in generate_far_jump_code()
323 static sljit_u8* generate_put_label_code(struct sljit_put_label *put_label, sljit_u8 *code_ptr, slj… in generate_put_label_code()
333 code_ptr = (sljit_u8*)put_label->addr - 2 - sizeof(sljit_uw); in generate_put_label_code()
367 code_ptr = (sljit_u8*)(put_label->addr - (2 + sizeof(sljit_uw)) + sizeof(sljit_s32)); in generate_put_label_code()
386 sljit_u8 *inst; in sljit_emit_enter()
406 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
416 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
512 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_enter()
517 inst[1] = (sljit_u8)-21; in sljit_emit_enter()
586 sljit_u8 *inst; in emit_stack_frame_release()
632 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_stack_frame_release()
643 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_stack_frame_release()
659 sljit_u8 *inst; in sljit_emit_return_void()
668 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_return_void()
742 static sljit_u8 word_arg_regs[5] = { 0, SLJIT_R3, SLJIT_R1, SLJIT_R2, TMP_REG1 }; in call_with_args()
868 sljit_u8 *inst; in sljit_emit_fast_enter()
876 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_enter()
883 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_fast_enter()
901 sljit_u8 *inst; in emit_fast_return()
905 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 1); in emit_fast_return()
912 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + 1); in emit_fast_return()
928 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in emit_fast_return()
945 sljit_u8* inst; in sljit_emit_mem()
947 sljit_u8 regs[2]; in sljit_emit_mem()
998 inst = (sljit_u8*)ensure_buf(compiler, (sljit_uw)(1 + 5)); in sljit_emit_mem()
1025 sljit_u8* inst; in emit_mov_int()