Searched refs:U8 (Results 1 – 5 of 5) sorted by relevance
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()276 *buf_ptr = U8(imma); in emit_x86_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()1080 regs[0] = U8(REG_PAIR_FIRST(reg)); in sljit_emit_mem()1081 regs[1] = U8(REG_PAIR_SECOND(reg)); 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()[all …]
149 *buf_ptr = U8(reg_map[a] << 3); in emit_x86_instruction()151 *buf_ptr = U8(freg_map[a] << 3); in emit_x86_instruction()212 *buf_ptr = U8(imma); in emit_x86_instruction()270 inst[1] = U8(vex | 0x80); in emit_vex_instruction()271 inst[2] = U8(op); in emit_vex_instruction()276 inst[1] = U8(vex_m | 0xe0); in emit_vex_instruction()278 inst[3] = U8(op); in emit_vex_instruction()1327 regs[0] = U8(REG_PAIR_FIRST(reg)); in sljit_emit_mem()1328 regs[1] = U8(REG_PAIR_SECOND(reg)); in sljit_emit_mem()1371 inst[2] = U8(memw << 6) | U8(reg_map[OFFS_REG(mem)] << 3) | reg_map[mem & REG_MASK]; in sljit_emit_mem()[all …]
141 #define U8(v) ((sljit_u8)(v)) macro744 *(sljit_u8*)jump_addr = U8(addr); in generate_jump_or_mov_addr()4296 byte = U8(src_lane_index);4341 byte = U8(src_lane_index);4352 byte = U8(byte | (byte << 2));4353 byte = U8(byte | (byte << 4));4462 byte = U8(src_lane_index);4463 byte = U8(byte | (byte << 2));4477 byte = U8(byte | (byte << 2));4486 byte = U8(src_lane_index);[all …]
128 _(U8, uint8_t, u8, IR_TYPE_UNSIGNED) \
1626 # define U8 xxh_u8 macro
Completed in 53 milliseconds