Tor 0.4.9.2-alpha-dev
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
instr_template Struct Reference

Data Fields

instr_type type
 
const char * x86_asm
 
int x86_size
 
int latency
 
execution_port uop1
 
execution_port uop2
 
uint32_t immediate_mask
 
instr_type group
 
bool imm_can_be_0
 
bool distinct_dst
 
bool op_par_src
 
bool has_src
 
bool has_dst
 

Detailed Description

Definition at line 62 of file program.c.

Field Documentation

◆ distinct_dst

bool distinct_dst

Definition at line 72 of file program.c.

◆ group

instr_type group

Definition at line 70 of file program.c.

◆ has_dst

bool has_dst

Definition at line 75 of file program.c.

◆ has_src

bool has_src

Definition at line 74 of file program.c.

◆ imm_can_be_0

bool imm_can_be_0

Definition at line 71 of file program.c.

◆ immediate_mask

uint32_t immediate_mask

Definition at line 69 of file program.c.

◆ latency

int latency

Definition at line 66 of file program.c.

◆ op_par_src

bool op_par_src

Definition at line 73 of file program.c.

◆ type

instr_type type

Definition at line 63 of file program.c.

◆ uop1

execution_port uop1

Definition at line 67 of file program.c.

◆ uop2

execution_port uop2

Definition at line 68 of file program.c.

◆ x86_asm

const char* x86_asm

Definition at line 64 of file program.c.

◆ x86_size

int x86_size

Definition at line 65 of file program.c.


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