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()
429 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_sw execu…
431 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr);
432 static sljit_u8* generate_put_label_code(struct sljit_put_label *put_label, sljit_u8 *code_ptr, slj…
435 static sljit_u8* generate_near_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_u8 *cod… in generate_near_jump_code()
489 sljit_u8 *code; in sljit_generate_code()
490 sljit_u8 *code_ptr; in sljit_generate_code()
491 sljit_u8 *buf_ptr; in sljit_generate_code()
492 sljit_u8 *buf_end; in sljit_generate_code()
493 sljit_u8 len; in sljit_generate_code()
507 code = (sljit_u8*)SLJIT_MALLOC_EXEC(compiler->size, compiler->exec_allocator_data); in sljit_generate_code()
582 *(sljit_u8*)jump->addr = (sljit_u8)(jump->u.label->addr - (jump_addr + sizeof(sljit_s8))); in sljit_generate_code()
631 code = (sljit_u8*)SLJIT_ADD_EXEC_OFFSET(code, executable_offset); in sljit_generate_code()
633 SLJIT_UPDATE_WX_FLAGS(code, (sljit_u8*)SLJIT_ADD_EXEC_OFFSET(code_ptr, executable_offset), 1); in sljit_generate_code()
718 sljit_u8 *inst; in emit_endbranch()
719 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in emit_endbranch()
740 sljit_u8 *inst; in emit_rdssp()
749 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_rdssp()
764 sljit_u8 *inst; in emit_incssp()
773 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_incssp()
801 sljit_u8 *inst, *jz_after_cmp_inst; in adjust_shadow_stack()
814 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in adjust_shadow_stack()
835 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in adjust_shadow_stack()
853 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in adjust_shadow_stack()
880 sljit_u8* inst; in emit_mov()
939 sljit_u8 *inst; in sljit_emit_op0()
949 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
955 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
1000 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
1006 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
1011 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_op0()
1021 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_op0()
1032 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_op0()
1084 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); \
1094 sljit_u8* inst; in emit_mov_byte()
1235 sljit_u8* inst; in emit_prefetch()
1260 sljit_u8* inst; in emit_mov_half()
1304 static sljit_s32 emit_unary(struct sljit_compiler *compiler, sljit_u8 opcode, in emit_unary()
1308 sljit_u8* inst; in emit_unary()
1344 sljit_u8* inst; in emit_not_with_flags()
1381 sljit_u8* inst; in emit_clz()
1484 srcw = (sljit_u8)srcw; in sljit_emit_op1()
1607 sljit_u8* inst;
1608 sljit_u8 op_eax_imm = (op_types >> 24);
1609 sljit_u8 op_rm = (op_types >> 16) & 0xff;
1610 sljit_u8 op_mr = (op_types >> 8) & 0xff;
1611 sljit_u8 op_imm = op_types & 0xff;
1727 sljit_u8* inst;
1728 sljit_u8 op_eax_imm = (op_types >> 24);
1729 sljit_u8 op_rm = (op_types >> 16) & 0xff;
1730 sljit_u8 op_mr = (op_types >> 8) & 0xff;
1731 sljit_u8 op_imm = op_types & 0xff;
1812 sljit_u8* inst;
1841 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1);
1851 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1861 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1884 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1);
1894 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1904 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1942 sljit_u8* inst;
1998 sljit_u8* inst;
2049 sljit_u8* inst;
2156 sljit_u8 mode,
2161 sljit_u8* inst;
2246 sljit_u8 mode, sljit_s32 set_flags,
2406 sljit_u8 *inst;
2411 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
2441 static sljit_s32 emit_sse2(struct sljit_compiler *compiler, sljit_u8 opcode,
2444 sljit_u8 *inst;
2453 static sljit_s32 emit_sse2_logic(struct sljit_compiler *compiler, sljit_u8 opcode,
2456 sljit_u8 *inst;
2482 sljit_u8 *inst;
2504 sljit_u8 *inst;
2679 sljit_u8 *inst;
2692 inst = (sljit_u8*)ensure_buf(compiler, 2);
2703 sljit_u8 *inst;
2721 inst = (sljit_u8*)ensure_buf(compiler, 2);
2731 sljit_u8 *inst;
2753 inst = (sljit_u8*)ensure_buf(compiler, 2);
2776 sljit_u8 *inst;
2777 sljit_u8 cond_set = 0;
2797 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 + 3);
2813 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 + 4);
2846 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3 + 3);
2869 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3);
2880 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 3 + 3 + 1);
2900 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 3 + 2 + 1);
2913 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + 3 + 2 + 2);
2931 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 3 + 3 + 1);
2961 sljit_u8* inst;
3030 sljit_u8 *inst;
3057 inst = (sljit_u8*)ensure_buf(compiler, 2);
3075 sljit_u8 *inst;
3111 inst = (sljit_u8*)ensure_buf(compiler, 2);