#include <assert.h>#include <stdio.h>#include <string.h>#include <iomanip>#include "ComponentFactory.h"#include "GXemul.h"#include "components/MIPS_CPUComponent.h"#include "mips_cpu_types.h"#include "opcodes_mips.h"Go to the source code of this file.
Functions | |
| DYNTRANS_INSTR (MIPS_CPUComponent, multu) | |
| DYNTRANS_INSTR (MIPS_CPUComponent, slt) | |
| DYNTRANS_INSTR (MIPS_CPUComponent, sltu) | |
| DYNTRANS_INSTR (MIPS_CPUComponent, ToBeTranslated) | |
| DYNTRANS_INSTR (MIPS_CPUComponent, ToBeTranslated_MIPS16) | |
| DYNTRANS_INSTR | ( | MIPS_CPUComponent | , |
| multu | |||
| ) |
Definition at line 1125 of file MIPS_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, and REG64.
| DYNTRANS_INSTR | ( | MIPS_CPUComponent | , |
| slt | |||
| ) |
Definition at line 1137 of file MIPS_CPUComponent.cc.
| DYNTRANS_INSTR | ( | MIPS_CPUComponent | , |
| sltu | |||
| ) |
Definition at line 1143 of file MIPS_CPUComponent.cc.
| DYNTRANS_INSTR | ( | MIPS_CPUComponent | , |
| ToBeTranslated | |||
| ) |
Definition at line 1742 of file MIPS_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, and ic.
| DYNTRANS_INSTR | ( | MIPS_CPUComponent | , |
| ToBeTranslated_MIPS16 | |||
| ) |
Definition at line 1759 of file MIPS_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, and UI::ShowDebugMessage().
1.8.17