#include <assert.h>
#include "global.h"
#include "decoder.h"
#include "hppa-names.h"
#include "rtl.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 | |
| void | addr (ADDRESS hostpc) |
| bool | c_c_n (ADDRESS hostpc) |
| void | c_null (ADDRESS hostpc, char **garble) |
| unsigned long | c_wcr (ADDRESS hostpc, char **garble) |
| DWord | getDword (unsigned lc) |
| void | not_used (int unwanted) |
|
|
Definition at line 1 of file hppa/decoder_low.cpp. |
|
|
|
Definition at line 61 of file hppa/decoder_low.cpp. References getDword(), and result. |
|
||||||||||||
|
Definition at line 535 of file hppa/decoder_low.cpp. References getDword(). |
|
||||||||||||
|
Definition at line 457 of file hppa/decoder_low.cpp. References getDword(). |
|
|
Definition at line 48 of file hppa/decoder_low.cpp. |
|
|
Definition at line 43 of file hppa/decoder_low.cpp. |
1.4.6