Home | History | Annotate | Download | only in sljit

Lines Matching refs:sljit_u8

31 	sljit_u8 *inst;
33 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + sizeof(sljit_sw));
42 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type)
68 static sljit_u8* generate_fixed_jump(sljit_u8 *code_ptr, sljit_sw addr, sljit_s32 type)
95 sljit_u8 *inst;
109 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
119 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
129 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
175 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 + (3 + sizeof(sljit_s32)));
207 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
216 inst = (sljit_u8*)ensure_buf(compiler, 1 + 7);
229 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5);
259 sljit_u8 *inst;
270 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5);
280 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
289 inst = (sljit_u8*)ensure_buf(compiler, 1 + 7);
301 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
312 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
320 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1);
331 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, sljit_sw imm)
333 sljit_u8 *inst;
336 inst = (sljit_u8*)ensure_buf(compiler, 1 + length);
346 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_s32 size,
352 sljit_u8 *inst;
353 sljit_u8 *buf_ptr;
354 sljit_u8 rex = 0;
459 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size);
558 sljit_u8 *inst;
563 inst = (sljit_u8*)ensure_buf(compiler, 1 + ((type < SLJIT_CALL3) ? 3 : 6));
577 inst = (sljit_u8*)ensure_buf(compiler, 1 + ((type < SLJIT_CALL3) ? 3 : 6));
594 sljit_u8 *inst;
606 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1);
613 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2);
631 sljit_u8 *inst;
644 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 1);
651 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + 1);
667 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1);
674 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5 + 1);
696 sljit_u8* inst;