Home
last modified time | relevance | path

Searched refs:U8 (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c41 *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()
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()
264 *buf_ptr = U8(imma); in emit_x86_instruction()
289 *code_ptr++ = U8(get_jump_code(type ^ 0x1) - 0x10); 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()
[all …]
H A DsljitNativeX86_common.c148 #define U8(v) ((sljit_u8)(v)) macro
1106 *inst = U8(prefix); \
1594 sljit_u8 op_eax_imm = U8(op_types >> 24);
1596 sljit_u8 op_mr = U8((op_types >> 8) & 0xff);
1597 sljit_u8 op_imm = U8(op_types & 0xff);
1701 sljit_u8 op_eax_imm = U8(op_types >> 24);
1704 sljit_u8 op_imm = U8(op_types & 0xff);
1802 *inst = U8(src1w);
1845 *inst = U8(src2w);
2833 *inst++ = U8(MOD_REG | reg_map[dst]);
[all …]
H A DsljitNativeX86_32.c147 *buf_ptr = U8(reg_map[a] << 3); in emit_x86_instruction()
149 *buf_ptr = U8(a << 3); in emit_x86_instruction()
163 *buf_ptr = U8(*buf_ptr | MOD_REG | (!(flags & EX86_SSE2_OP2) ? reg_map[b] : b)); in emit_x86_instruction()
180 *buf_ptr++ = U8(reg_map_b | (reg_map[OFFS_REG(b)] << 3)); in emit_x86_instruction()
185 *buf_ptr++ = U8(immb); /* 8 bit displacement. */ in emit_x86_instruction()
194 *buf_ptr++ = U8(reg_map_b | (reg_map[OFFS_REG(b)] << 3) | (immb << 6)); in emit_x86_instruction()
205 *buf_ptr = U8(imma); in emit_x86_instruction()
621 RET_I16(U8(compiler->args_size)); in sljit_emit_return_void()
724 *inst++ = U8(XCHG_EAX_r | reg_map[SLJIT_R2]); in c_fast_call_with_args()
732 *inst++ = U8(MOD_REG | (reg_map[SLJIT_R2] << 3) | reg_map[SLJIT_R0]); in c_fast_call_with_args()
/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h1595 # define U8 xxh_u8 macro

Completed in 36 milliseconds