mc68k/decoder.cpp File Reference

#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)


Define Documentation

#define sign_extend N,
SIZE   )     (((int)((N) << (sizeof(unsigned)*8-(SIZE)))) >> (sizeof(unsigned)*8-(SIZE)))
 

Definition at line 11 of file mc68k/decoder.cpp.


Function Documentation

bool isFuncPrologue ADDRESS  hostPC  ) 
 

Definition at line 7221 of file mc68k/decoder.cpp.

References InstructionPatterns::link_save(), InstructionPatterns::link_save1(), NULL, InstructionPatterns::push_lea(), and InstructionPatterns::std_link().


Generated on Tue Sep 19 21:18:37 2006 for Boomerang by  doxygen 1.4.6