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()
107 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
204 inst = (sljit_u8*)ensure_buf(compiler, 1 + 6); in sljit_emit_enter()
267 sljit_u8 *inst; in sljit_emit_return()
297 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_return()
326 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_s32 size, in emit_x86_instruction()
332 sljit_u8 *inst; in emit_x86_instruction()
333 sljit_u8 *buf_ptr; in emit_x86_instruction()
402 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
495 sljit_u8 *inst; in call_with_args()
498 inst = (sljit_u8*)ensure_buf(compiler, type >= SLJIT_CALL3 ? 1 + 2 + 1 : 1 + 2); in call_with_args()
507 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 * (type - SLJIT_CALL0)); in call_with_args()
533 sljit_u8 *inst; in sljit_emit_fast_enter()
547 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_enter()
564 sljit_u8 *inst; in sljit_emit_fast_return()
573 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 1); in sljit_emit_fast_return()
585 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_return()
591 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5 + 1); in sljit_emit_fast_return()