ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
_CpuOptimization Struct Reference

#include <ugbc.h>

Data Fields

int cpu_math_mul2_const_8bit_generated [8]
int cpu_math_mul2_const_16bit_generated [16]
int cpu_math_mul_nbit_to_nbit [32]
int cpu_math_div_nbit_to_nbit [32]
int cpu_math_div_nbit_to_nbit_const [32]

Detailed Description

Definition at line 2081 of file ugbc.h.

Field Documentation

◆ cpu_math_div_nbit_to_nbit

int cpu_math_div_nbit_to_nbit[32]

Definition at line 2086 of file ugbc.h.

◆ cpu_math_div_nbit_to_nbit_const

int cpu_math_div_nbit_to_nbit_const[32]

Definition at line 2087 of file ugbc.h.

◆ cpu_math_mul2_const_16bit_generated

int cpu_math_mul2_const_16bit_generated[16]

Definition at line 2084 of file ugbc.h.

◆ cpu_math_mul2_const_8bit_generated

int cpu_math_mul2_const_8bit_generated[8]

Definition at line 2083 of file ugbc.h.

◆ cpu_math_mul_nbit_to_nbit

int cpu_math_mul_nbit_to_nbit[32]

Definition at line 2085 of file ugbc.h.


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