Lines Matching refs:U8

141 #define U8(v)			((sljit_u8)(v))  macro
368 #define INC_SIZE(s) (*inst++ = U8(s), compiler->size += (s))
370 #define PUSH_REG(r) (*inst++ = U8(PUSH_r + (r)))
371 #define POP_REG(r) (*inst++ = U8(POP_r + (r)))
373 #define RET_I16(n) (*inst++ = RET_i16, *inst++ = U8(n), *inst++ = 0)
684 *code_ptr++ = U8(get_jump_code(type) - 0x10); in detect_near_jump_type()
744 *(sljit_u8*)jump_addr = U8(addr); in generate_jump_or_mov_addr()
1176 inst[2] = U8(MOD_REG | (0x1 << 3) | reg_lmap[reg]); in emit_rdssp()
1178 inst[2] = U8(MOD_REG | (0x1 << 3) | reg_map[reg]); in emit_rdssp()
1300 …return emit_do_imm32(compiler, (reg_map[dst] >= 8) ? REX_B : 0, U8(MOV_r_i32 | reg_lmap[dst]), src… in emit_mov()
1349 inst[0] = U8(get_jump_code((sljit_uw)type ^ 0x1) - 0x10); in emit_cmov_generic()
1354 inst[1] = U8(compiler->size - size); in emit_cmov_generic()
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);
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);
2179 FAIL_IF(emit_byte(compiler, U8(src1w)));
2217 FAIL_IF(emit_byte(compiler, U8(src2w)));
2930 inst[1] = U8((is_left ? SHLD : SHRD) - 1);
2933 FAIL_IF(emit_byte(compiler, U8(src3w)));
2935 inst[1] = U8(is_left ? SHLD : SHRD);
3087 inst[1] = U8((op & VEX_OP_0F38) ? 0x38 : 0x3A);
3456 inst[1] = U8(inst[1] | ((type >= SLJIT_FAST_CALL) ? CALL_rm : JMP_rm));
3481 cond_set = U8(get_jump_code((sljit_uw)type) + 0x10);
3493 inst[4] = U8(REX | (reg_map[TMP_REG1] <= 7 ? 0 : REX_R) | (reg_map[dst] <= 7 ? 0 : REX_B));
3495 inst[6] = U8(MOD_REG | (reg_lmap[TMP_REG1] << 3) | reg_lmap[dst]);
3513 inst[7] = U8(MOD_REG | (reg_lmap[reg] << 3) | reg_lmap[reg]);
3538 inst[2] = U8(MOD_REG | reg_map[dst]);
3542 inst[5] = U8(MOD_REG | (reg_map[dst] << 3) | reg_map[dst]);
3554 inst[2] = U8(MOD_REG | reg_map[TMP_REG1]);
3557 inst[4] = U8(MOD_REG | (reg_map[TMP_REG1] << 3) | reg_map[dst]);
3567 inst[2] = U8(MOD_REG | reg_map[TMP_REG1]);
3571 inst[5] = U8(MOD_REG | (reg_map[TMP_REG1] << 3) | reg_map[TMP_REG1]);
3610 inst[0] = U8(get_jump_code((sljit_uw)(type & ~SLJIT_32) ^ 0x1) - 0x10);
3615 inst[1] = U8(compiler->size - size);
4102 return emit_byte(compiler, U8(lane_index));
4107 return emit_byte(compiler, U8(lane_index));
4131 return emit_byte(compiler, U8(lane_index));
4137 FAIL_IF(emit_byte(compiler, U8(lane_index << 4)));
4202 FAIL_IF(emit_byte(compiler, U8(lane_index)));
4248 inst[1] = U8((elem_size == 0) ? MOVSX_r_rm8 : MOVSX_r_rm16);
4296 byte = U8(src_lane_index);
4308 byte = U8(byte | (byte << 2));
4309 return emit_byte(compiler, U8(byte | (byte << 4)));
4341 byte = U8(src_lane_index);
4352 byte = U8(byte | (byte << 2));
4353 byte = U8(byte | (byte << 4));
4355 byte = U8(byte | (byte << 1));
4357 return emit_byte(compiler, U8(byte));
4376 byte = U8(src_lane_index >> 2);
4379 byte = U8(src_lane_index >> 1);
4389 FAIL_IF(emit_byte(compiler, U8(src_lane_index)));
4433 byte = U8(src_lane_index & 0x3);
4438 byte = U8(src_lane_index & 0x3);
4447 return emit_byte(compiler, U8(src_lane_index == 0 ? 0x44 : 0xee));
4452 byte = U8(byte | (byte << 2));
4453 FAIL_IF(emit_byte(compiler, U8(byte | (byte << 4))));
4462 byte = U8(src_lane_index);
4463 byte = U8(byte | (byte << 2));
4464 return emit_byte(compiler, U8(byte | (byte << 4)));
4469 byte = U8(src_lane_index & 0x3);
4477 byte = U8(byte | (byte << 2));
4478 FAIL_IF(emit_byte(compiler, U8(byte | (byte << 4))));
4486 byte = U8(src_lane_index);
4487 byte = U8(byte | (byte << 2));
4490 byte = U8(src_lane_index << 1);
4491 byte = U8(byte | (byte << 2) | 0x4);
4499 return emit_byte(compiler, U8(byte | (byte << 4)));