Lines Matching refs:sljit_u8
33 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) in emit_do_imm()
35 sljit_u8 *inst; in emit_do_imm()
37 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw)); in emit_do_imm()
46 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction()
52 sljit_u8 *inst; in emit_x86_instruction()
53 sljit_u8 *buf_ptr; in emit_x86_instruction()
54 sljit_u8 reg_map_b; in emit_x86_instruction()
132 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
232 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_sw execu… in generate_far_jump_code()
269 sljit_u8 *inst; in sljit_emit_enter()
349 inst = (sljit_u8*)ensure_buf(compiler, (sljit_uw)(size + 1)); in sljit_emit_enter()
427 inst = (sljit_u8*)ensure_buf(compiler, (sljit_uw)(1 + 1)); in sljit_emit_enter()
441 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_enter()
446 inst[1] = (sljit_u8)-16; in sljit_emit_enter()
536 sljit_u8 *inst; in emit_stack_frame_release()
556 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_stack_frame_release()
581 sljit_u8 *inst; in sljit_emit_return_void()
591 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_return_void()
664 sljit_u8 *inst; in call_with_args()
714 sljit_u8 *inst; in post_call_with_args()
725 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in post_call_with_args()
743 sljit_u8 r2_offset = 0; in tail_call_with_args()
745 sljit_u8* inst; in tail_call_with_args()
952 sljit_u8 *inst; in emit_tail_call_end()
956 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in emit_tail_call_end()
1120 sljit_u8* inst; in emit_fmov_before_return()
1147 sljit_u8 *inst; in sljit_emit_fast_enter()
1157 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_enter()
1174 sljit_u8 *inst; in emit_fast_return()
1179 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 1); in emit_fast_return()
1191 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in emit_fast_return()
1208 sljit_u8* inst; in sljit_emit_mem()
1210 sljit_u8 regs[2]; in sljit_emit_mem()
1257 inst = (sljit_u8*)ensure_buf(compiler, (sljit_uw)(1 + 4)); in sljit_emit_mem()