Lines Matching refs:sljit_u8

31 	sljit_u8 *inst;  in emit_load_imm64()
33 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + sizeof(sljit_sw)); in emit_load_imm64()
42 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type) in generate_far_jump_code()
73 sljit_u8 *inst; in sljit_emit_enter()
93 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
103 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
113 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
159 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 + (3 + sizeof(sljit_s32))); in sljit_emit_enter()
191 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in sljit_emit_enter()
200 inst = (sljit_u8*)ensure_buf(compiler, 1 + 7); in sljit_emit_enter()
214 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5); in sljit_emit_enter()
252 sljit_u8 *inst; in sljit_emit_return()
262 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5); in sljit_emit_return()
272 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in sljit_emit_return()
281 inst = (sljit_u8*)ensure_buf(compiler, 1 + 7); in sljit_emit_return()
294 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_return()
305 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_return()
313 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_return()
324 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32()
326 sljit_u8 *inst; in emit_do_imm32()
329 inst = (sljit_u8*)ensure_buf(compiler, 1 + length); in emit_do_imm32()
339 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_s32 size, in emit_x86_instruction()
345 sljit_u8 *inst; in emit_x86_instruction()
346 sljit_u8 *buf_ptr; in emit_x86_instruction()
347 sljit_u8 rex = 0; in emit_x86_instruction()
451 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
550 sljit_u8 *inst; in call_with_args()
556 inst = (sljit_u8*)ensure_buf(compiler, 1 + ((type < SLJIT_CALL3) ? 3 : 6)); in call_with_args()
571 inst = (sljit_u8*)ensure_buf(compiler, 1 + ((type < SLJIT_CALL3) ? 3 : 6)); in call_with_args()
589 sljit_u8 *inst; in sljit_emit_fast_enter()
601 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_enter()
608 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_fast_enter()
626 sljit_u8 *inst; in sljit_emit_fast_return()
639 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 1); in sljit_emit_fast_return()
646 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + 1); in sljit_emit_fast_return()
662 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_return()
669 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5 + 1); in sljit_emit_fast_return()
691 sljit_u8* inst; in emit_mov_int()