Public Attributes | List of all members
cs_arm64_op Struct Reference

Instruction operand. More...

#include <arm64.h>

Public Attributes

union {
   arm64_barrier_op   barrier
 Memory barrier operation (ISB/DMB/DSB instructions). More...
 
   double   fp
 floating point value for FP operand More...
 
   int64_t   imm
 immediate value, or index for C-IMM or IMM operand More...
 
   arm64_op_mem   mem
 base/index/scale/disp value for MEM operand More...
 
   arm64_prefetch_op   prefetch
 PRFM operation. More...
 
   arm64_pstate   pstate
 PState field of MSR instruction. More...
 
   arm64_reg   reg
 register value for REG operand More...
 
   unsigned int   sys
 IC/DC/AT/TLBI operation (see arm64_ic_op, arm64_dc_op, arm64_at_op, arm64_tlbi_op) More...
 
}; 
 
uint8_t access
 
arm64_extender ext
 extender type of this operand More...
 
struct {
   arm64_shifter   type
 shifter type of this operand More...
 
   unsigned int   value
 shifter value of this operand More...
 
shift
 
arm64_op_type type
 operand type More...
 
arm64_vas vas
 Vector Arrangement Specifier. More...
 
int vector_index
 Vector Index for some vector operands (or -1 if irrelevant) More...
 
arm64_vess vess
 Vector Element Size Specifier. More...
 

Detailed Description

Instruction operand.

Definition at line 630 of file arm64.h.

Member Data Documentation

◆ @149

union { ... }

◆ access

uint8_t cs_arm64_op::access

How is this operand accessed? (READ, WRITE or READ|WRITE) This field is combined of cs_ac_type. NOTE: this field is irrelevant if engine is compiled in DIET mode.

Definition at line 654 of file arm64.h.

◆ barrier

arm64_barrier_op cs_arm64_op::barrier

Memory barrier operation (ISB/DMB/DSB instructions).

Definition at line 648 of file arm64.h.

◆ ext

arm64_extender cs_arm64_op::ext

extender type of this operand

Definition at line 638 of file arm64.h.

◆ fp

double cs_arm64_op::fp

floating point value for FP operand

Definition at line 643 of file arm64.h.

◆ imm

int64_t cs_arm64_op::imm

immediate value, or index for C-IMM or IMM operand

Definition at line 642 of file arm64.h.

◆ mem

arm64_op_mem cs_arm64_op::mem

base/index/scale/disp value for MEM operand

Definition at line 644 of file arm64.h.

◆ prefetch

arm64_prefetch_op cs_arm64_op::prefetch

PRFM operation.

Definition at line 647 of file arm64.h.

◆ pstate

arm64_pstate cs_arm64_op::pstate

PState field of MSR instruction.

Definition at line 645 of file arm64.h.

◆ reg

arm64_reg cs_arm64_op::reg

register value for REG operand

Definition at line 641 of file arm64.h.

◆ shift

struct { ... } cs_arm64_op::shift

◆ sys

unsigned int cs_arm64_op::sys

IC/DC/AT/TLBI operation (see arm64_ic_op, arm64_dc_op, arm64_at_op, arm64_tlbi_op)

Definition at line 646 of file arm64.h.

◆ type [1/2]

arm64_shifter cs_arm64_op::type

shifter type of this operand

Definition at line 635 of file arm64.h.

◆ type [2/2]

arm64_op_type cs_arm64_op::type

operand type

Definition at line 639 of file arm64.h.

◆ value

unsigned int cs_arm64_op::value

shifter value of this operand

Definition at line 636 of file arm64.h.

◆ vas

arm64_vas cs_arm64_op::vas

Vector Arrangement Specifier.

Definition at line 632 of file arm64.h.

◆ vector_index

int cs_arm64_op::vector_index

Vector Index for some vector operands (or -1 if irrelevant)

Definition at line 631 of file arm64.h.

◆ vess

arm64_vess cs_arm64_op::vess

Vector Element Size Specifier.

Definition at line 633 of file arm64.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:42