Lines Matching refs:sljit_u8
73 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 3] = {
98 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 4] = {
102 static const sljit_u8 reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 4] = {
107 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 4] = {
111 static const sljit_u8 reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 4] = {
117 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 1] = {
121 static const sljit_u8 freg_lmap[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 1] = {
374 static sljit_u8 get_jump_code(sljit_s32 type) in get_jump_code()
431 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_sw execu…
433 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr);
434 static sljit_u8* generate_put_label_code(struct sljit_put_label *put_label, sljit_u8 *code_ptr, slj…
437 static sljit_u8* generate_near_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_u8 *cod… in generate_near_jump_code()
491 sljit_u8 *code; in sljit_generate_code()
492 sljit_u8 *code_ptr; in sljit_generate_code()
493 sljit_u8 *buf_ptr; in sljit_generate_code()
494 sljit_u8 *buf_end; in sljit_generate_code()
495 sljit_u8 len; in sljit_generate_code()
509 code = (sljit_u8*)SLJIT_MALLOC_EXEC(compiler->size); in sljit_generate_code()
584 *(sljit_u8*)jump->addr = (sljit_u8)(jump->u.label->addr - (jump_addr + sizeof(sljit_s8))); in sljit_generate_code()
716 sljit_u8 *inst; in emit_endbranch()
717 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in emit_endbranch()
737 sljit_u8 *inst; in emit_rdssp()
746 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_rdssp()
766 sljit_u8 *inst; in emit_incssp()
775 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_incssp()
805 sljit_u8 *inst; in adjust_shadow_stack()
817 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in adjust_shadow_stack()
838 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in adjust_shadow_stack()
843 sljit_u8 *jz_after_cmp_inst = inst; in adjust_shadow_stack()
856 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in adjust_shadow_stack()
883 sljit_u8* inst; in emit_mov()
942 sljit_u8 *inst; in sljit_emit_op0()
952 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
958 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
1003 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
1009 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
1014 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_op0()
1024 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_op0()
1035 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_op0()
1087 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); \
1097 sljit_u8* inst; in emit_mov_byte()
1238 sljit_u8* inst; in emit_prefetch()
1263 sljit_u8* inst; in emit_mov_half()
1307 static sljit_s32 emit_unary(struct sljit_compiler *compiler, sljit_u8 opcode, in emit_unary()
1311 sljit_u8* inst; in emit_unary()
1347 sljit_u8* inst; in emit_not_with_flags()
1384 sljit_u8* inst; in emit_clz()
1487 srcw = (sljit_u8)srcw; in sljit_emit_op1()
1610 sljit_u8* inst;
1611 sljit_u8 op_eax_imm = (op_types >> 24);
1612 sljit_u8 op_rm = (op_types >> 16) & 0xff;
1613 sljit_u8 op_mr = (op_types >> 8) & 0xff;
1614 sljit_u8 op_imm = op_types & 0xff;
1730 sljit_u8* inst;
1731 sljit_u8 op_eax_imm = (op_types >> 24);
1732 sljit_u8 op_rm = (op_types >> 16) & 0xff;
1733 sljit_u8 op_mr = (op_types >> 8) & 0xff;
1734 sljit_u8 op_imm = op_types & 0xff;
1815 sljit_u8* inst;
1844 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1);
1854 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1864 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1887 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1);
1897 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1907 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1945 sljit_u8* inst;
2001 sljit_u8* inst;
2052 sljit_u8* inst;
2159 sljit_u8 mode,
2164 sljit_u8* inst;
2249 sljit_u8 mode, sljit_s32 set_flags,
2409 sljit_u8 *inst;
2414 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
2444 static sljit_s32 emit_sse2(struct sljit_compiler *compiler, sljit_u8 opcode,
2447 sljit_u8 *inst;
2456 static sljit_s32 emit_sse2_logic(struct sljit_compiler *compiler, sljit_u8 opcode,
2459 sljit_u8 *inst;
2485 sljit_u8 *inst;
2507 sljit_u8 *inst;
2682 sljit_u8 *inst;
2695 inst = (sljit_u8*)ensure_buf(compiler, 2);
2706 sljit_u8 *inst;
2724 inst = (sljit_u8*)ensure_buf(compiler, 2);
2734 sljit_u8 *inst;
2756 inst = (sljit_u8*)ensure_buf(compiler, 2);
2779 sljit_u8 *inst;
2780 sljit_u8 cond_set = 0;
2800 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 + 3);
2816 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 + 4);
2849 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3 + 3);
2872 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3);
2883 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 3 + 3 + 1);
2903 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 3 + 2 + 1);
2916 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + 3 + 2 + 2);
2934 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 3 + 3 + 1);
2964 sljit_u8* inst;
3033 sljit_u8 *inst;
3060 inst = (sljit_u8*)ensure_buf(compiler, 2);
3078 sljit_u8 *inst;
3114 inst = (sljit_u8*)ensure_buf(compiler, 2);