Lines Matching refs:sljit_u8
69 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 3] = {
92 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = {
96 static const sljit_u8 reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 5] = {
101 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = {
105 static const sljit_u8 reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 5] = {
356 static sljit_u8 get_jump_code(sljit_s32 type) in get_jump_code()
412 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type…
415 static sljit_u8* generate_fixed_jump(sljit_u8 *code_ptr, sljit_sw addr, sljit_s32 type);
418 static sljit_u8* generate_near_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_u8 *cod… in generate_near_jump_code()
474 sljit_u8 *code; in sljit_generate_code()
475 sljit_u8 *code_ptr; in sljit_generate_code()
476 sljit_u8 *buf_ptr; in sljit_generate_code()
477 sljit_u8 *buf_end; in sljit_generate_code()
478 sljit_u8 len; in sljit_generate_code()
489 code = (sljit_u8*)SLJIT_MALLOC_EXEC(compiler->size); in sljit_generate_code()
553 *(sljit_u8*)jump->addr = (sljit_u8)(jump->u.label->addr - (jump->addr + sizeof(sljit_s8))); in sljit_generate_code()
592 sljit_u8 op_rm, sljit_u8 op_mr, sljit_u8 op_imm, sljit_u8 op_eax_imm,
598 sljit_u8 op_rm, sljit_u8 op_mr, sljit_u8 op_imm, sljit_u8 op_eax_imm,
609 sljit_u8 *inst; in emit_save_flags()
612 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5); in emit_save_flags()
616 inst = (sljit_u8*)ensure_buf(compiler, 1 + 6); in emit_save_flags()
624 *inst++ = (sljit_u8)sizeof(sljit_sw); in emit_save_flags()
632 sljit_u8 *inst; in emit_restore_flags()
635 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5); in emit_restore_flags()
640 inst = (sljit_u8*)ensure_buf(compiler, 1 + 6); in emit_restore_flags()
649 *inst++ = (sljit_u8)(-(sljit_s8)sizeof(sljit_sw)); in emit_restore_flags()
681 sljit_u8* inst; in emit_mov()
747 sljit_u8 *inst; in sljit_emit_op0()
757 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
763 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
811 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
817 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
822 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_op0()
832 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_op0()
843 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_op0()
891 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); \
901 sljit_u8* inst; in emit_mov_byte()
1046 sljit_u8* inst; in emit_mov_half()
1093 static sljit_s32 emit_unary(struct sljit_compiler *compiler, sljit_u8 opcode, in emit_unary()
1097 sljit_u8* inst; in emit_unary()
1136 sljit_u8* inst; in emit_not_with_flags()
1176 sljit_u8* inst; in emit_clz()
1239 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in emit_clz()
1248 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5); in emit_clz()
1285 sljit_u8* inst; in sljit_emit_op1()
1338 srcw = (sljit_u8)srcw; in sljit_emit_op1()
1481 sljit_u8 op_rm, sljit_u8 op_mr, sljit_u8 op_imm, sljit_u8 op_eax_imm,
1486 sljit_u8* inst;
1597 sljit_u8 op_rm, sljit_u8 op_mr, sljit_u8 op_imm, sljit_u8 op_eax_imm,
1602 sljit_u8* inst;
1683 sljit_u8* inst;
1712 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1);
1722 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1732 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1755 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1);
1765 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1775 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1813 sljit_u8* inst;
1871 sljit_u8* inst;
1922 sljit_u8* inst;
2029 sljit_u8 mode,
2034 sljit_u8* inst;
2118 sljit_u8 mode, sljit_s32 set_flags,
2266 sljit_u8 *inst;
2271 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
2312 static sljit_s32 emit_sse2(struct sljit_compiler *compiler, sljit_u8 opcode,
2315 sljit_u8 *inst;
2324 static sljit_s32 emit_sse2_logic(struct sljit_compiler *compiler, sljit_u8 opcode,
2327 sljit_u8 *inst;
2353 sljit_u8 *inst;
2375 sljit_u8 *inst;
2550 sljit_u8 *inst;
2568 inst = (sljit_u8*)ensure_buf(compiler, 2);
2579 sljit_u8 *inst;
2606 inst = (sljit_u8*)ensure_buf(compiler, 2);
2616 sljit_u8 *inst;
2664 inst = (sljit_u8*)ensure_buf(compiler, 2);
2688 sljit_u8 *inst;
2689 sljit_u8 cond_set = 0;
2716 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 + 3);
2732 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 + 4);
2761 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3 + 3);
2784 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3);
2795 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 3 + 3 + 1);
2814 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 3 + 2 + 1);
2827 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + 3 + 2 + 2);
2845 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 3 + 3 + 1);
2904 sljit_u8 *inst;
2934 inst = (sljit_u8*)ensure_buf(compiler, 2);
2986 sljit_u8* inst;