Searched refs:op_types (Results 1 – 1 of 1) sorted by relevance
1736 sljit_u32 op_types, argument1742 sljit_u8 op_eax_imm = U8(op_types >> 24);1743 sljit_u8 op_rm = U8((op_types >> 16) & 0xff);1744 sljit_u8 op_mr = U8((op_types >> 8) & 0xff);1745 sljit_u8 op_imm = U8(op_types & 0xff);1843 sljit_u32 op_types, argument1849 sljit_u8 op_eax_imm = U8(op_types >> 24);1850 sljit_u8 op_rm = U8((op_types >> 16) & 0xff);1851 sljit_u8 op_mr = U8((op_types >> 8) & 0xff);1852 sljit_u8 op_imm = U8(op_types & 0xff);