summaryrefslogtreecommitdiff
path: root/includes/compiler/InlineAsmRegisters.h
blob: 4e77f8db699199cf56cfea4a2d5a3df548b85cfb (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef COMPILER_INLINEASMREGISTERS_H
#define COMPILER_INLINEASMREGISTERS_H

#include "compiler/common.h"
#include "compiler/InlineAsm.h"

extern void InlineAsm_InitializeRegisters(void);
extern void InlineAsm_InsertRegister(char *name, RegClass rclass, short num, Object *object);
extern IARegister *InlineAsm_LookupRegister(char *name);

#endif