Lines Matching refs:sljit_u8

35 	sljit_u8 *inst;  in emit_load_imm64()
37 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + sizeof(sljit_sw)); in emit_load_imm64()
46 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32()
48 sljit_u8 *inst; in emit_do_imm32()
51 inst = (sljit_u8*)ensure_buf(compiler, 1 + length); in emit_do_imm32()
61 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction()
67 sljit_u8 *inst; in emit_x86_instruction()
68 sljit_u8 *buf_ptr; in emit_x86_instruction()
69 sljit_u8 rex = 0; in emit_x86_instruction()
70 sljit_u8 reg_lmap_b; in emit_x86_instruction()
185 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
292 sljit_u8 *inst; in emit_vex_instruction()
293 sljit_u8 vex = 0; in emit_vex_instruction()
294 sljit_u8 vex_m = 0; in emit_vex_instruction()
361 static sljit_u8* detect_far_jump_type(struct sljit_jump *jump, sljit_u8 *code_ptr) in detect_far_jump_type()
398 static sljit_u8* generate_mov_addr_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_u8 *code… in generate_mov_addr_code()
469 sljit_u8 *inst; in sljit_emit_enter()
489 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
499 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
595 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_enter()
600 inst[1] = (sljit_u8)-21; in sljit_emit_enter()
665 sljit_u8 *inst; in emit_stack_frame_release()
707 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_stack_frame_release()
718 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_stack_frame_release()
810 static sljit_u8 word_arg_regs[5] = { 0, SLJIT_R3, SLJIT_R1, SLJIT_R2, TMP_REG1 }; in call_with_args()
936 sljit_u8 *inst; in emit_fast_enter()
942 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in emit_fast_enter()
960 sljit_u8 *inst; in emit_fast_return()
964 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 1); in emit_fast_return()
971 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + 1); in emit_fast_return()
987 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in emit_fast_return()
1054 sljit_u8* inst; in sljit_emit_mem()
1056 sljit_u8 regs[2]; in sljit_emit_mem()
1107 inst = (sljit_u8*)ensure_buf(compiler, (sljit_uw)(1 + 5)); in sljit_emit_mem()
1134 sljit_u8* inst; in emit_mov_int()
1189 sljit_u8 *inst, *jump_inst1, *jump_inst2; in sljit_emit_fop1_conv_f64_from_uw()
1218 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_fop1_conv_f64_from_uw()
1229 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_fop1_conv_f64_from_uw()
1268 sljit_s32 freg, sljit_u8 rex, sljit_s32 is_zero) in sljit_emit_fset()
1270 sljit_u8 *inst; in sljit_emit_fset()
1284 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_fset()
1349 sljit_u8 *inst; in sljit_emit_fcopy()
1351 sljit_u8 rex = 0; in sljit_emit_fcopy()
1367 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_fcopy()