Lines Matching refs:sljit_u8

33 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm)  in emit_do_imm()
35 sljit_u8 *inst; in emit_do_imm()
37 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw)); in emit_do_imm()
46 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction()
52 sljit_u8 *inst; in emit_x86_instruction()
53 sljit_u8 *buf_ptr; in emit_x86_instruction()
54 sljit_u8 reg_map_b; in emit_x86_instruction()
125 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
219 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_sw execu… in generate_far_jump_code()
259 sljit_u8 *inst; in sljit_emit_enter()
344 inst = (sljit_u8*)ensure_buf(compiler, (sljit_uw)(size + 1)); in sljit_emit_enter()
467 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_enter()
472 inst[1] = (sljit_u8)-16; in sljit_emit_enter()
574 sljit_u8 *inst; in emit_stack_frame_release()
578 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_stack_frame_release()
597 sljit_u8 *inst; in sljit_emit_return_void()
614 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_return_void()
670 sljit_u8 *inst; in c_fast_call_with_args()
674 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in c_fast_call_with_args()
720 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in c_fast_call_with_args()
727 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in c_fast_call_with_args()
778 sljit_u8 *inst; in cdecl_call_with_args()
818 sljit_u8 *inst; in post_call_with_args()
829 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in post_call_with_args()
847 sljit_u8 r2_offset = 0; in tail_call_with_args()
849 sljit_u8 fast_call = (*extra_space & 0xff) == SLJIT_CALL; in tail_call_with_args()
851 sljit_u8* inst; in tail_call_with_args()
1189 sljit_u8 *inst; in emit_tail_call_end()
1193 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in emit_tail_call_end()
1354 sljit_u8 *inst; in sljit_emit_fast_enter()
1364 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_enter()
1381 sljit_u8 *inst; in emit_fast_return()
1386 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 1); in emit_fast_return()
1398 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in emit_fast_return()