Lines Matching refs:sljit_u8
69 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 3] = {
94 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 4] = {
98 static const sljit_u8 reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 4] = {
103 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 4] = {
107 static const sljit_u8 reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 4] = {
359 static sljit_u8 get_jump_code(sljit_s32 type) in get_jump_code()
416 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type…
418 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type…
421 static sljit_u8* generate_near_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_u8 *cod… in generate_near_jump_code()
478 sljit_u8 *code; in sljit_generate_code()
479 sljit_u8 *code_ptr; in sljit_generate_code()
480 sljit_u8 *buf_ptr; in sljit_generate_code()
481 sljit_u8 *buf_end; in sljit_generate_code()
482 sljit_u8 len; in sljit_generate_code()
495 code = (sljit_u8*)SLJIT_MALLOC_EXEC(compiler->size); in sljit_generate_code()
556 *(sljit_u8*)jump->addr = (sljit_u8)(jump->u.label->addr - (jump_addr + sizeof(sljit_s8))); in sljit_generate_code()
638 sljit_u8 op_rm, sljit_u8 op_mr, sljit_u8 op_imm, sljit_u8 op_eax_imm,
644 sljit_u8 op_rm, sljit_u8 op_mr, sljit_u8 op_imm, sljit_u8 op_eax_imm,
683 sljit_u8* inst; in emit_mov()
742 sljit_u8 *inst; in sljit_emit_op0()
752 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
758 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
803 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
809 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
814 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_op0()
824 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_op0()
835 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_op0()
883 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); \
893 sljit_u8* inst; in emit_mov_byte()
1034 sljit_u8* inst; in emit_prefetch()
1059 sljit_u8* inst; in emit_mov_half()
1103 static sljit_s32 emit_unary(struct sljit_compiler *compiler, sljit_u8 opcode, in emit_unary()
1107 sljit_u8* inst; in emit_unary()
1143 sljit_u8* inst; in emit_not_with_flags()
1180 sljit_u8* inst; in emit_clz()
1304 srcw = (sljit_u8)srcw; in sljit_emit_op1()
1448 sljit_u8 op_rm, sljit_u8 op_mr, sljit_u8 op_imm, sljit_u8 op_eax_imm,
1453 sljit_u8* inst;
1564 sljit_u8 op_rm, sljit_u8 op_mr, sljit_u8 op_imm, sljit_u8 op_eax_imm,
1569 sljit_u8* inst;
1650 sljit_u8* inst;
1679 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1);
1689 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1699 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1722 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1);
1732 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1742 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
1780 sljit_u8* inst;
1836 sljit_u8* inst;
1887 sljit_u8* inst;
1994 sljit_u8 mode,
1999 sljit_u8* inst;
2087 sljit_u8 mode, sljit_s32 set_flags,
2212 sljit_u8 *inst;
2217 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
2247 static sljit_s32 emit_sse2(struct sljit_compiler *compiler, sljit_u8 opcode,
2250 sljit_u8 *inst;
2259 static sljit_s32 emit_sse2_logic(struct sljit_compiler *compiler, sljit_u8 opcode,
2262 sljit_u8 *inst;
2288 sljit_u8 *inst;
2310 sljit_u8 *inst;
2484 sljit_u8 *inst;
2497 inst = (sljit_u8*)ensure_buf(compiler, 2);
2508 sljit_u8 *inst;
2529 inst = (sljit_u8*)ensure_buf(compiler, 2);
2547 sljit_u8 *inst;
2588 inst = (sljit_u8*)ensure_buf(compiler, 2);
2611 sljit_u8 *inst;
2612 sljit_u8 cond_set = 0;
2632 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 + 3);
2648 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 + 4);
2681 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3 + 3);
2704 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3);
2715 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 3 + 3 + 1);
2735 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 3 + 2 + 1);
2748 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + 3 + 2 + 2);
2766 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 3 + 3 + 1);
2796 sljit_u8* inst;
2865 sljit_u8 *inst;
2892 inst = (sljit_u8*)ensure_buf(compiler, 2);