#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <iomanip>
#include "ComponentFactory.h"
#include "GXemul.h"
#include "components/I960_CPUComponent.h"
Go to the source code of this file.
Classes | |
struct | reg_instruction |
Functions | |
DYNTRANS_INSTR (I960_CPUComponent, b) | |
DYNTRANS_INSTR (I960_CPUComponent, lda_displacement) | |
DYNTRANS_INSTR (I960_CPUComponent, mov_lit_reg) | |
DYNTRANS_INSTR (I960_CPUComponent, mov_reg_reg) | |
DYNTRANS_INSTR (I960_CPUComponent, sysctl) | |
DYNTRANS_INSTR (I960_CPUComponent, ToBeTranslated) | |
Variables | |
struct reg_instruction | reg_instructions [] |
DYNTRANS_INSTR | ( | I960_CPUComponent | , |
b | |||
) |
Definition at line 779 of file I960_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, and ic.
DYNTRANS_INSTR | ( | I960_CPUComponent | , |
lda_displacement | |||
) |
Definition at line 787 of file I960_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, and REG32.
DYNTRANS_INSTR | ( | I960_CPUComponent | , |
mov_lit_reg | |||
) |
Definition at line 795 of file I960_CPUComponent.cc.
DYNTRANS_INSTR | ( | I960_CPUComponent | , |
mov_reg_reg | |||
) |
Definition at line 801 of file I960_CPUComponent.cc.
DYNTRANS_INSTR | ( | I960_CPUComponent | , |
sysctl | |||
) |
Definition at line 807 of file I960_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, DYNTRANS_SYNCH_PC, ic, REG32, and UI::ShowDebugMessage().
DYNTRANS_INSTR | ( | I960_CPUComponent | , |
ToBeTranslated | |||
) |
Definition at line 987 of file I960_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, and UI::ShowDebugMessage().
struct reg_instruction reg_instructions[] |
Definition at line 1 of file I960_CPUComponent.cc.