ACSE 2.0.3
Advanced Compiler System for Education
Loading...
Searching...
No Matches
target_info.c File Reference

Properties of the target machine implementation. More...

#include <assert.h>
#include <stddef.h>
#include "target_info.h"

Go to the source code of this file.

Functions

bool isExitInstruction (t_instruction *instr)
bool isUnconditionalJump (t_instruction *instr)
bool isJumpInstruction (t_instruction *instr)
bool isCallInstruction (t_instruction *instr)
t_regID getSpillMachineRegister (int i)
t_listNodegetListOfGenPurposeMachineRegisters (void)
t_listNodegetListOfMachineRegisters (void)
t_listNodegetListOfCallerSaveMachineRegisters (void)

Detailed Description

Properties of the target machine implementation.

Definition in file target_info.c.