Lines Matching refs:U8

41 	inst[1] = U8(MOV_r_i32 | reg_lmap[reg]);  in emit_load_imm64()
211 *buf_ptr = U8(reg_lmap[a] << 3); in emit_x86_instruction()
213 *buf_ptr = U8(freg_lmap[a] << 3); in emit_x86_instruction()
226 *buf_ptr = U8(*buf_ptr | MOD_REG | (!(flags & EX86_SSE2_OP2) ? reg_lmap[b] : freg_lmap[b])); in emit_x86_instruction()
243 buf_ptr[1] = U8(reg_lmap_b | (reg_lmap[OFFS_REG(b)] << 3)); in emit_x86_instruction()
249 *buf_ptr++ = U8(immb); /* 8 bit displacement. */ in emit_x86_instruction()
260 buf_ptr[1] = U8(reg_lmap_b | (reg_lmap[OFFS_REG(b)] << 3) | (immb << 6)); in emit_x86_instruction()
276 *buf_ptr = U8(imma); in emit_x86_instruction()
326 vex = U8(vex | ((((op & VEX_SSE2_OPV) ? freg_map[v] : reg_map[v]) ^ 0xf) << 3)); in emit_vex_instruction()
341 vex |= U8(((inst[-1] >> 2) ^ 0x1) << 7); in emit_vex_instruction()
345 inst[1] = U8(op); in emit_vex_instruction()
349 vex_m |= U8((inst[-1] ^ 0x7) << 5); in emit_vex_instruction()
353 inst[2] = U8(op); in emit_vex_instruction()
372 code_ptr[0] = U8(get_jump_code(type ^ 0x1) - 0x10); in detect_far_jump_type()
393 code_ptr[2] = U8(MOD_REG | (type >= SLJIT_FAST_CALL ? CALL_rm : JMP_rm) | reg_lmap[TMP_REG2]); in detect_far_jump_type()
420 code_ptr[-3 - SSIZE_OF(s32)] = U8(REX_W | ((code_ptr[-3 - SSIZE_OF(s32)] & 0x1) << 2)); in generate_mov_addr_code()
421 code_ptr[-1 - SSIZE_OF(s32)] = U8(((code_ptr[-2 - SSIZE_OF(s32)] & 0x7) << 3) | 0x5); in generate_mov_addr_code()
439 code_ptr[0] = U8(code_ptr[0] & ~0x08); in generate_mov_addr_code()
940 return emit_byte(compiler, U8(POP_r + reg_lmap[dst])); in emit_fast_enter()
1044 return emit_groupf(compiler, U8(get_jump_code((sljit_uw)type) - 0x40), dst_reg, src1, src1w); in sljit_emit_select()
1080 regs[0] = U8(REG_PAIR_FIRST(reg)); in sljit_emit_mem()
1081 regs[1] = U8(REG_PAIR_SECOND(reg)); in sljit_emit_mem()
1112 …inst[0] = U8(REX_W | ((reg_map[reg] >= 8) ? REX_R : 0) | ((reg_map[mem & REG_MASK] >= 8) ? REX_B :… in sljit_emit_mem()
1114 inst[2] = 0x44 | U8(reg_lmap[reg] << 3); in sljit_emit_mem()
1115 inst[3] = U8(memw << 6) | U8(reg_lmap[OFFS_REG(mem)] << 3) | reg_lmap[mem & REG_MASK]; in sljit_emit_mem()
1142 …return emit_do_imm32(compiler, reg_map[dst] <= 7 ? 0 : REX_B, U8(MOV_r_i32 | reg_lmap[dst]), srcw); in emit_mov_int()
1200 …FAIL_IF(emit_do_imm32(compiler, reg_map[TMP_REG1] <= 7 ? 0 : REX_B, U8(MOV_r_i32 | reg_lmap[TMP_RE… in sljit_emit_fop1_conv_f64_from_uw()
1237 jump_inst1[1] = U8(size2 - size1); in sljit_emit_fop1_conv_f64_from_uw()
1260 jump_inst2[1] = U8(compiler->size - size2); in sljit_emit_fop1_conv_f64_from_uw()
1295 inst[2] = U8(freg_lmap[freg] | (freg_lmap[freg] << 3) | MOD_REG); in sljit_emit_fset()
1298 inst[2] = U8(reg_lmap[TMP_REG1] | (freg_lmap[freg] << 3) | MOD_REG); in sljit_emit_fset()
1376 inst[2] = U8(reg_lmap[reg] | (freg_lmap[freg] << 3) | MOD_REG); in sljit_emit_fcopy()