Lines Matching refs:U8
41 *inst++ = U8(MOV_r_i32 | (reg_map[reg] & 0x7)); in emit_load_imm64()
205 *buf_ptr = U8(reg_lmap[a] << 3); in emit_x86_instruction()
207 *buf_ptr = U8(freg_lmap[a] << 3); in emit_x86_instruction()
221 *buf_ptr = U8(*buf_ptr | MOD_REG | (!(flags & EX86_SSE2_OP2) ? reg_lmap[b] : freg_lmap[b])); in emit_x86_instruction()
238 *buf_ptr++ = U8(reg_lmap_b | (reg_lmap[OFFS_REG(b)] << 3)); in emit_x86_instruction()
243 *buf_ptr++ = U8(immb); /* 8 bit displacement. */ in emit_x86_instruction()
252 *buf_ptr++ = U8(reg_lmap_b | (reg_lmap[OFFS_REG(b)] << 3) | (immb << 6)); in emit_x86_instruction()
264 *buf_ptr = U8(imma); in emit_x86_instruction()
289 *code_ptr++ = U8(get_jump_code(type ^ 0x1) - 0x10); in generate_far_jump_code()
308 *code_ptr++ = U8(MOD_REG | (type >= SLJIT_FAST_CALL ? CALL_rm : JMP_rm) | reg_lmap[TMP_REG2]); in generate_far_jump_code()
329 code_ptr[0] = U8(code_ptr[0] & ~0x08); in generate_put_label_code()
353 code_ptr[0] = U8(code_ptr[0] & ~0x4); in generate_put_label_code()
355 code_ptr[2] = U8(code_ptr[2] & ~(0x7 << 3)); in generate_put_label_code()
612 *inst = U8(compiler->local_size); in emit_stack_frame_release()