libmya 0.1.0
Library to parse Mya language.
Loading...
Searching...
No Matches
mir_inst_param Struct Reference

An instruction's parameter. More...

#include <mir.h>

Collaboration diagram for mir_inst_param:

Data Fields

dstring_t name
 Name of the parameter.
 
mir_type_t type
 Type of the parameter.
 
uint32_t size
 Size in bits of the parameter.
 

Detailed Description

An instruction's parameter.

Example: inst not[32](arg: register[32])

Definition at line 91 of file mir.h.

Field Documentation

◆ name

dstring_t mir_inst_param::name

Name of the parameter.

Definition at line 93 of file mir.h.

◆ size

uint32_t mir_inst_param::size

Size in bits of the parameter.

Definition at line 95 of file mir.h.

◆ type

mir_type_t mir_inst_param::type

Type of the parameter.

Definition at line 94 of file mir.h.


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