#include <assert.h>
#include "global.h"
#include "decoder.h"
#include "prog.h"
#include "ss.h"
#include "rtl.h"
#include "proc.h"
#include "csr.h"
#include "mc68k.pat.h"
Go to the source code of this file.
Defines | |
#define | sign_extend(N, SIZE) (((int)((N) << (sizeof(unsigned)*8-(SIZE)))) >> (sizeof(unsigned)*8-(SIZE))) |
Functions | |
bool | isFuncPrologue (ADDRESS hostPC) |
|
Definition at line 11 of file mc68k/decoder.cpp. |
|
Definition at line 7221 of file mc68k/decoder.cpp. References InstructionPatterns::link_save(), InstructionPatterns::link_save1(), NULL, InstructionPatterns::push_lea(), and InstructionPatterns::std_link(). |