Lines Matching refs:sljit_u8

75 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 3] = {
100 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 4] = {
104 static const sljit_u8 reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 4] = {
109 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 4] = {
113 static const sljit_u8 reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 4] = {
119 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 1] = {
123 static const sljit_u8 freg_lmap[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 1] = {
148 #define U8(v) ((sljit_u8)(v))
378 static sljit_u8 get_jump_code(sljit_uw type) in get_jump_code()
435 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_sw execu…
437 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr);
438 static sljit_u8* generate_put_label_code(struct sljit_put_label *put_label, sljit_u8 *code_ptr, slj…
441 static sljit_u8* generate_near_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_u8 *cod… in generate_near_jump_code()
495 sljit_u8 *code; in sljit_generate_code()
496 sljit_u8 *code_ptr; in sljit_generate_code()
497 sljit_u8 *buf_ptr; in sljit_generate_code()
498 sljit_u8 *buf_end; in sljit_generate_code()
499 sljit_u8 len; in sljit_generate_code()
513 code = (sljit_u8*)SLJIT_MALLOC_EXEC(compiler->size, compiler->exec_allocator_data); in sljit_generate_code()
588 *(sljit_u8*)jump->addr = U8(jump->u.label->addr - (jump_addr + sizeof(sljit_s8))); in sljit_generate_code()
637 code = (sljit_u8*)SLJIT_ADD_EXEC_OFFSET(code, executable_offset); in sljit_generate_code()
639 SLJIT_UPDATE_WX_FLAGS(code, (sljit_u8*)SLJIT_ADD_EXEC_OFFSET(code_ptr, executable_offset), 1); in sljit_generate_code()
747 sljit_u8 *inst; in emit_endbranch()
748 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in emit_endbranch()
769 sljit_u8 *inst; in emit_rdssp()
778 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_rdssp()
793 sljit_u8 *inst; in emit_incssp()
802 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_incssp()
830 sljit_u8 *inst, *jz_after_cmp_inst; in adjust_shadow_stack()
843 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in adjust_shadow_stack()
858 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in adjust_shadow_stack()
876 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in adjust_shadow_stack()
901 sljit_u8* inst; in emit_mov()
958 sljit_u8 *inst; in sljit_emit_op0()
968 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
974 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
1019 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
1025 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
1030 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_op0()
1040 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_op0()
1051 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_op0()
1103 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); \
1113 sljit_u8* inst; in emit_mov_byte()
1254 sljit_u8* inst; in emit_prefetch()
1279 sljit_u8* inst; in emit_mov_half()
1323 static sljit_s32 emit_unary(struct sljit_compiler *compiler, sljit_u8 opcode, in emit_unary()
1327 sljit_u8* inst; in emit_unary()
1360 sljit_u8* inst; in emit_not_with_flags()
1394 sljit_u8* inst; in emit_clz()
1497 srcw = (sljit_u8)srcw; in sljit_emit_op1()
1593 sljit_u8* inst;
1594 sljit_u8 op_eax_imm = U8(op_types >> 24);
1595 sljit_u8 op_rm = U8((op_types >> 16) & 0xff);
1596 sljit_u8 op_mr = U8((op_types >> 8) & 0xff);
1597 sljit_u8 op_imm = U8(op_types & 0xff);
1700 sljit_u8* inst;
1701 sljit_u8 op_eax_imm = U8(op_types >> 24);
1702 sljit_u8 op_rm = U8((op_types >> 16) & 0xff);
1703 sljit_u8 op_mr = U8((op_types >> 8) & 0xff);
1704 sljit_u8 op_imm = U8(op_types & 0xff);
1772 sljit_u8* inst;
1799 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1);
1809 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1819 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1842 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1);
1852 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1862 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1900 sljit_u8* inst;
1956 sljit_u8* inst;
2007 sljit_u8* inst;
2114 sljit_u8 mode,
2119 sljit_u8* inst;
2197 sljit_u8 mode, sljit_s32 set_flags,
2387 sljit_u8 *inst;
2392 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
2422 static sljit_s32 emit_sse2(struct sljit_compiler *compiler, sljit_u8 opcode,
2425 sljit_u8 *inst;
2434 static sljit_s32 emit_sse2_logic(struct sljit_compiler *compiler, sljit_u8 opcode,
2437 sljit_u8 *inst;
2463 sljit_u8 *inst;
2485 sljit_u8 *inst;
2660 sljit_u8 *inst;
2673 inst = (sljit_u8*)ensure_buf(compiler, 2);
2684 sljit_u8 *inst;
2702 inst = (sljit_u8*)ensure_buf(compiler, 2);
2712 sljit_u8 *inst;
2734 inst = (sljit_u8*)ensure_buf(compiler, 2);
2757 sljit_u8 *inst;
2758 sljit_u8 cond_set = 0;
2778 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 + 3);
2794 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 + 4);
2827 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3 + 3);
2850 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3);
2861 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 3 + 3 + 1);
2881 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 3 + 2 + 1);
2894 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + 3 + 2 + 2);
2912 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 3 + 3 + 1);
2942 sljit_u8* inst;
3011 sljit_u8 *inst;
3038 inst = (sljit_u8*)ensure_buf(compiler, 2);
3056 sljit_u8 *inst;
3092 inst = (sljit_u8*)ensure_buf(compiler, 2);