Lines Matching refs:sljit_u8

69 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 3] = {
73 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 2] = {
93 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 4] = {
97 static const sljit_u8 reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 4] = {
102 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 4] = {
106 static const sljit_u8 reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 4] = {
112 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 2] = {
116 static const sljit_u8 freg_lmap[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 2] = {
141 #define U8(v) ((sljit_u8)(v))
580 static sljit_u8 get_jump_code(sljit_uw type) in get_jump_code()
651 static sljit_u8* detect_far_jump_type(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_sw executa…
653 static sljit_u8* detect_far_jump_type(struct sljit_jump *jump, sljit_u8 *code_ptr);
654 static sljit_u8* generate_mov_addr_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_u8 *code…
657 static sljit_u8* detect_near_jump_type(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_u8 *code,… in detect_near_jump_type()
721 addr -= (sljit_uw)SLJIT_ADD_EXEC_OFFSET((sljit_u8*)jump_addr, executable_offset); in generate_jump_or_mov_addr()
739 addr -= (sljit_uw)SLJIT_ADD_EXEC_OFFSET((sljit_u8*)jump_addr, executable_offset); in generate_jump_or_mov_addr()
744 *(sljit_u8*)jump_addr = U8(addr); in generate_jump_or_mov_addr()
871 sljit_u8 *code; in sljit_generate_code()
872 sljit_u8 *code_ptr; in sljit_generate_code()
873 sljit_u8 *buf_ptr; in sljit_generate_code()
874 sljit_u8 *buf_end; in sljit_generate_code()
875 sljit_u8 len; in sljit_generate_code()
891 …code = (sljit_u8*)allocate_executable_memory(compiler->size, options, exec_allocator_data, &execut… in sljit_generate_code()
972 code = (sljit_u8*)SLJIT_ADD_EXEC_OFFSET(code, executable_offset); in sljit_generate_code()
974 SLJIT_UPDATE_WX_FLAGS(code, (sljit_u8*)SLJIT_ADD_EXEC_OFFSET(code_ptr, executable_offset), 1); in sljit_generate_code()
1093 static sljit_s32 emit_byte(struct sljit_compiler *compiler, sljit_u8 byte) in emit_byte()
1095 sljit_u8 *inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in emit_byte()
1135 sljit_u8 *inst; in emit_endbranch()
1136 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in emit_endbranch()
1157 sljit_u8 *inst; in emit_rdssp()
1166 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_rdssp()
1185 sljit_u8 *inst; in emit_incssp()
1194 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_incssp()
1222 sljit_u8 *inst, *jz_after_cmp_inst; in adjust_shadow_stack()
1238 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in adjust_shadow_stack()
1256 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in adjust_shadow_stack()
1281 sljit_u8* inst; in emit_mov()
1341 sljit_u8* inst; in emit_cmov_generic()
1346 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in emit_cmov_generic()
1360 sljit_u8 *inst; in sljit_emit_op0()
1416 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_op0()
1427 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_op0()
1438 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_op0()
1492 sljit_u8* inst; in emit_mov_byte()
1563 sljit_u8* inst; in emit_prefetch()
1588 sljit_u8* inst; in emit_mov_half()
1628 static sljit_s32 emit_unary(struct sljit_compiler *compiler, sljit_u8 opcode, in emit_unary()
1632 sljit_u8* inst; in emit_unary()
1670 sljit_u8* inst; in emit_clz_ctz()
1740 sljit_u8 *inst; in emit_bswap()
1744 sljit_u8 rex = 0; in emit_bswap()
1776 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_bswap()
1878 srcw = (sljit_u8)srcw; in sljit_emit_op1()
1980 sljit_u8* inst;
1981 sljit_u8 op_eax_imm = U8(op_types >> 24);
1982 sljit_u8 op_rm = U8((op_types >> 16) & 0xff);
1983 sljit_u8 op_mr = U8((op_types >> 8) & 0xff);
1984 sljit_u8 op_imm = U8(op_types & 0xff);
2087 sljit_u8* inst;
2088 sljit_u8 op_eax_imm = U8(op_types >> 24);
2089 sljit_u8 op_rm = U8((op_types >> 16) & 0xff);
2090 sljit_u8 op_mr = U8((op_types >> 8) & 0xff);
2091 sljit_u8 op_imm = U8(op_types & 0xff);
2159 sljit_u8* inst;
2186 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
2196 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
2225 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
2236 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
2266 sljit_u8* inst;
2322 sljit_u8* inst;
2373 sljit_u8* inst;
2479 sljit_u8 mode,
2487 sljit_u8* inst;
2586 sljit_u8 mode, sljit_s32 set_flags,
2743 sljit_u8* inst;
2777 sljit_u8* inst;
2781 sljit_u8 restore_ecx = 0;
3028 sljit_u8 *inst;
3033 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
3069 sljit_u8 *inst = emit_x86_instruction(compiler, 2 | (op & ~(sljit_uw)0xff), dst, 0, src, srcw);
3080 sljit_u8 *inst;
3200 sljit_u8 *inst;
3381 sljit_u8 *inst;
3394 inst = (sljit_u8*)ensure_buf(compiler, 1);
3403 sljit_u8 *inst;
3417 inst = (sljit_u8*)ensure_buf(compiler, 1);
3426 sljit_u8 *inst;
3444 inst = (sljit_u8*)ensure_buf(compiler, 1);
3465 sljit_u8 *inst;
3466 sljit_u8 cond_set;
3485 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 + 3);
3501 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 + 4);
3532 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3 + 3);
3547 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3 + 2);
3561 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3 + 3);
3586 sljit_u8* inst;
3607 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2);
3685 sljit_u8 *inst;
3686 sljit_u8 opcode = 0;
3806 srcw = (sljit_u8)srcw;
3936 sljit_u8 *inst;
3937 sljit_u8 opcode = 0;
3995 srcdstw = (sljit_u8)srcdstw;
4272 sljit_u8 byte;
4510 sljit_u8 opcode;
4586 sljit_u8 *inst;
4896 sljit_u8 *inst;
4923 inst = (sljit_u8*)ensure_buf(compiler, 1);
4940 sljit_u8 *inst;
4968 inst = (sljit_u8*)ensure_buf(compiler, 1);