• Home
  • Raw
  • Download

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()
68 static sljit_u8* generate_fixed_jump(sljit_u8 *code_ptr, sljit_sw addr, sljit_s32 type) in generate_fixed_jump()
95 sljit_u8 *inst; in sljit_emit_enter()
109 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
119 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
129 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
175 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 + (3 + sizeof(sljit_s32))); in sljit_emit_enter()
207 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in sljit_emit_enter()
216 inst = (sljit_u8*)ensure_buf(compiler, 1 + 7); in sljit_emit_enter()
229 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5); in sljit_emit_enter()
259 sljit_u8 *inst; in sljit_emit_return()
270 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5); in sljit_emit_return()
280 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in sljit_emit_return()
289 inst = (sljit_u8*)ensure_buf(compiler, 1 + 7); in sljit_emit_return()
301 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_return()
312 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_return()
320 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_return()
331 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32()
333 sljit_u8 *inst; in emit_do_imm32()
336 inst = (sljit_u8*)ensure_buf(compiler, 1 + length); in emit_do_imm32()
346 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_s32 size, in emit_x86_instruction()
352 sljit_u8 *inst; in emit_x86_instruction()
353 sljit_u8 *buf_ptr; in emit_x86_instruction()
354 sljit_u8 rex = 0; in emit_x86_instruction()
459 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
558 sljit_u8 *inst; in call_with_args()
563 inst = (sljit_u8*)ensure_buf(compiler, 1 + ((type < SLJIT_CALL3) ? 3 : 6)); in call_with_args()
577 inst = (sljit_u8*)ensure_buf(compiler, 1 + ((type < SLJIT_CALL3) ? 3 : 6)); in call_with_args()
594 sljit_u8 *inst; in sljit_emit_fast_enter()
606 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_enter()
613 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_fast_enter()
631 sljit_u8 *inst; in sljit_emit_fast_return()
644 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 1); in sljit_emit_fast_return()
651 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + 1); in sljit_emit_fast_return()
667 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_return()
674 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5 + 1); in sljit_emit_fast_return()
696 sljit_u8* inst; in emit_mov_int()