KCC - Kayte C Compiler 1.10.0
A C compiler implementation with preprocessor, lexer, parser, and code generator
Loading...
Searching...
No Matches
RegisterInfo Struct Reference

Data Fields

const char * name
RegisterType type
int size
bool preserved

Detailed Description

Definition at line 40 of file multiarch_codegen.h.

Field Documentation

◆ name

const char* RegisterInfo::name

Definition at line 41 of file multiarch_codegen.h.

◆ preserved

bool RegisterInfo::preserved

Definition at line 44 of file multiarch_codegen.h.

◆ size

int RegisterInfo::size

Definition at line 43 of file multiarch_codegen.h.

◆ type

RegisterType RegisterInfo::type

Definition at line 42 of file multiarch_codegen.h.


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