Lines Matching refs:sljit_u8
29 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm)
31 sljit_u8 *inst;
33 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw));
41 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type)
71 sljit_u8 *inst;
86 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
146 inst = (sljit_u8*)ensure_buf(compiler, 1 + 17);
211 sljit_u8 *inst;
226 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3);
245 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
274 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_s32 size,
280 sljit_u8 *inst;
281 sljit_u8 *buf_ptr;
350 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size);
443 sljit_u8 *inst;
446 inst = (sljit_u8*)ensure_buf(compiler, type >= SLJIT_CALL3 ? 1 + 2 + 1 : 1 + 2);
455 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 * (type - SLJIT_CALL0));
481 sljit_u8 *inst;
495 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1);
512 sljit_u8 *inst;
521 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 1);
533 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1);
539 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5 + 1);