Lines Matching refs:sljit_u8
29 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) in emit_do_imm()
31 sljit_u8 *inst; in emit_do_imm()
33 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw)); in emit_do_imm()
41 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type… in generate_far_jump_code()
71 sljit_u8 *inst; in sljit_emit_enter()
106 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
198 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_enter()
226 inst = (sljit_u8*)ensure_buf(compiler, 1 + 6); in sljit_emit_enter()
287 sljit_u8 *inst; in sljit_emit_return()
317 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_return()
346 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_s32 size, in emit_x86_instruction()
352 sljit_u8 *inst; in emit_x86_instruction()
353 sljit_u8 *buf_ptr; in emit_x86_instruction()
422 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
549 sljit_u8 *inst; in c_fast_call_with_args()
553 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in c_fast_call_with_args()
600 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in c_fast_call_with_args()
607 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in c_fast_call_with_args()
702 sljit_u8 *inst; in post_call_with_args()
714 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in post_call_with_args()
835 sljit_u8 *inst; in sljit_emit_fast_enter()
849 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_enter()
866 sljit_u8 *inst; in sljit_emit_fast_return()
875 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 1); in sljit_emit_fast_return()
887 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_return()