Searched refs:U8 (Results 1 – 4 of 4) sorted by relevance
41 *inst++ = U8(MOV_r_i32 | (reg_map[reg] & 0x7)); in emit_load_imm64()209 *buf_ptr = U8(reg_lmap[a] << 3); in emit_x86_instruction()211 *buf_ptr = U8(freg_lmap[a] << 3); in emit_x86_instruction()274 *buf_ptr = U8(imma); in emit_x86_instruction()339 code_ptr[0] = U8(code_ptr[0] & ~0x08); in generate_put_label_code()363 code_ptr[0] = U8(code_ptr[0] & ~0x4); in generate_put_label_code()365 code_ptr[2] = U8(code_ptr[2] & ~(0x7 << 3)); in generate_put_label_code()971 regs[0] = U8(REG_PAIR_FIRST(reg)); in sljit_emit_mem()972 regs[1] = U8(REG_PAIR_SECOND(reg)); in sljit_emit_mem()1005 inst[2] = 0x44 | U8(reg_lmap[reg] << 3); in sljit_emit_mem()[all …]
141 #define U8(v) ((sljit_u8)(v)) macro686 *(sljit_u8*)jump->addr = U8(jump_addr); in sljit_generate_code()1224 *inst = U8(prefix); \1745 sljit_u8 op_imm = U8(op_types & 0xff);1852 sljit_u8 op_imm = U8(op_types & 0xff);1950 *inst = U8(src1w);1993 *inst = U8(src2w);2616 *inst = U8(src2w);2618 inst[1] = U8(is_left ? SHLD : SHRD);3137 *inst++ = U8(MOD_REG | reg_map[dst]);[all …]
154 *buf_ptr = U8(reg_map[a] << 3); in emit_x86_instruction()156 *buf_ptr = U8(a << 3); in emit_x86_instruction()170 *buf_ptr = U8(*buf_ptr | MOD_REG | (!(flags & EX86_SSE2_OP2) ? reg_map[b] : b)); in emit_x86_instruction()187 *buf_ptr++ = U8(reg_map_b | (reg_map[OFFS_REG(b)] << 3)); in emit_x86_instruction()192 *buf_ptr++ = U8(immb); /* 8 bit displacement. */ in emit_x86_instruction()204 *buf_ptr++ = U8(reg_map_b | (reg_map[OFFS_REG(b)] << 3) | (immb << 6)); in emit_x86_instruction()218 *buf_ptr = U8(imma); in emit_x86_instruction()1220 regs[0] = U8(REG_PAIR_FIRST(reg)); in sljit_emit_mem()1221 regs[1] = U8(REG_PAIR_SECOND(reg)); in sljit_emit_mem()1263 inst[1] = 0x44 | U8(reg_map[reg] << 3); in sljit_emit_mem()[all …]
1626 # define U8 xxh_u8 macro
Completed in 56 milliseconds