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_sw execu… in generate_far_jump_code()
73 sljit_u8 *inst; in sljit_emit_enter()
111 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
203 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_enter()
231 inst = (sljit_u8*)ensure_buf(compiler, 1 + 6); in sljit_emit_enter()
292 sljit_u8 *inst; in sljit_emit_return()
319 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_return()
348 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_s32 size, in emit_x86_instruction()
354 sljit_u8 *inst; in emit_x86_instruction()
355 sljit_u8 *buf_ptr; in emit_x86_instruction()
426 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
553 sljit_u8 *inst; in c_fast_call_with_args()
557 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in c_fast_call_with_args()
604 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in c_fast_call_with_args()
611 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in c_fast_call_with_args()
706 sljit_u8 *inst; in post_call_with_args()
718 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in post_call_with_args()
839 sljit_u8 *inst; in sljit_emit_fast_enter()
853 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_enter()
870 sljit_u8 *inst; in emit_fast_return()
875 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 1); in emit_fast_return()
887 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in emit_fast_return()