ReactOS 0.4.15-dev-7958-gcd0bb1a
SIMD_OP Struct Reference

#include <simd.h>

Public Attributes

unsigned char opcode
 
unsigned char rmbyte
 
union {
   unsigned long long   offset
 
   unsigned char   imm8
 
data
 

Detailed Description

Definition at line 312 of file simd.h.

Member Data Documentation

◆ 

union { ... } SIMD_OP::data

◆ imm8

unsigned char SIMD_OP::imm8

Definition at line 317 of file simd.h.

◆ offset

unsigned long long SIMD_OP::offset

Definition at line 316 of file simd.h.

◆ opcode

unsigned char SIMD_OP::opcode

Definition at line 313 of file simd.h.

◆ rmbyte

unsigned char SIMD_OP::rmbyte

Definition at line 314 of file simd.h.


The documentation for this struct was generated from the following file: