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()
127 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
228 sljit_u8 *inst; in emit_vex_instruction()
229 sljit_u8 vex = 0; in emit_vex_instruction()
230 sljit_u8 vex_m = 0; in emit_vex_instruction()
286 static sljit_u8* detect_far_jump_type(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_sw executa… in detect_far_jump_type()
320 sljit_u8 *inst; in sljit_emit_enter()
400 inst = (sljit_u8*)ensure_buf(compiler, (sljit_uw)(size + 1)); in sljit_emit_enter()
478 inst = (sljit_u8*)ensure_buf(compiler, (sljit_uw)(1 + 1)); in sljit_emit_enter()
492 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_enter()
497 inst[1] = (sljit_u8)-16; in sljit_emit_enter()
587 sljit_u8 *inst; in emit_stack_frame_release()
607 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_stack_frame_release()
709 sljit_u8 *inst; in call_with_args()
759 sljit_u8 *inst; in post_call_with_args()
770 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in post_call_with_args()
788 sljit_u8 r2_offset = 0; in tail_call_with_args()
790 sljit_u8* inst; in tail_call_with_args()
997 sljit_u8 *inst; in emit_tail_call_end()
1159 sljit_u8* inst; in emit_fmov_before_return()
1186 sljit_u8 *inst; in emit_fast_enter()
1203 sljit_u8 *inst; in emit_fast_return()
1208 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 1); in emit_fast_return()
1220 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in emit_fast_return()
1315 sljit_u8* inst; in sljit_emit_mem()
1317 sljit_u8 regs[2]; in sljit_emit_mem()
1364 inst = (sljit_u8*)ensure_buf(compiler, (sljit_uw)(1 + 4)); in sljit_emit_mem()
1394 sljit_u8 *inst, *jump_inst1, *jump_inst2; in sljit_emit_fop1_conv_f64_from_uw()
1415 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_fop1_conv_f64_from_uw()
1437 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_fop1_conv_f64_from_uw()
1447 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_fop1_conv_f64_from_uw()
1464 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_fop1_conv_f64_from_uw()
1488 sljit_u8 *inst; in sljit_emit_fset32()
1502 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in sljit_emit_fset32()
1523 sljit_u8 *inst; in sljit_emit_fset64()
1558 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in sljit_emit_fset64()
1577 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in sljit_emit_fset64()
1590 sljit_u8 *inst; in sljit_emit_fcopy()
1639 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5); in sljit_emit_fcopy()
1656 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in sljit_emit_fcopy()