Kestrel Interface
Loading...
Searching...
No Matches
kest_asm_operand Struct Reference

#include <kest_asm_parser.h>

Collaboration diagram for kest_asm_operand:

Data Fields

int type
int addr
int val
struct kest_expressionexpr
kest_dsp_resourceres
const char * res_name

Detailed Description

Definition at line 28 of file kest_asm_parser.h.

Field Documentation

◆ addr

int kest_asm_operand::addr

Definition at line 30 of file kest_asm_parser.h.

Referenced by kest_parse_asm_arg(), and kest_parse_asm_line().

◆ expr

struct kest_expression* kest_asm_operand::expr

Definition at line 32 of file kest_asm_parser.h.

Referenced by kest_parse_asm_arg(), and kest_parse_asm_line().

◆ res

kest_dsp_resource* kest_asm_operand::res

Definition at line 33 of file kest_asm_parser.h.

Referenced by kest_parse_asm_arg(), and kest_parse_asm_line().

◆ res_name

const char* kest_asm_operand::res_name

Definition at line 34 of file kest_asm_parser.h.

◆ type

int kest_asm_operand::type

Definition at line 29 of file kest_asm_parser.h.

Referenced by kest_parse_asm_arg().

◆ val

int kest_asm_operand::val

Definition at line 31 of file kest_asm_parser.h.

Referenced by kest_parse_asm_arg(), and kest_parse_asm_line().


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