#include <assert.h>#include <stdio.h>#include <string.h>#include <algorithm>#include <iomanip>#include "ComponentFactory.h"#include "GXemul.h"#include "components/M88K_CPUComponent.h"Go to the source code of this file.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| bsr | |||
| ) |
Definition at line 1162 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, M88K_IC_ENTRIES_PER_PAGE, M88K_INSTR_ALIGNMENT_SHIFT, and M88K_RETURN_REG.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| bsr_functioncalltrace | |||
| ) |
Definition at line 1184 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, M88K_IC_ENTRIES_PER_PAGE, M88K_INSTR_ALIGNMENT_SHIFT, and M88K_RETURN_REG.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| bsr_n | |||
| ) |
Definition at line 1201 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, M88K_IC_ENTRIES_PER_PAGE, M88K_INSTR_ALIGNMENT_SHIFT, and M88K_RETURN_REG.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| bsr_n_functioncalltrace | |||
| ) |
Definition at line 1231 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, M88K_IC_ENTRIES_PER_PAGE, M88K_INSTR_ALIGNMENT_SHIFT, and M88K_RETURN_REG.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| bsr_n_functioncalltrace_singlestep | |||
| ) |
Definition at line 1267 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, M88K_IC_ENTRIES_PER_PAGE, M88K_INSTR_ALIGNMENT_SHIFT, and M88K_RETURN_REG.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| bsr_samepage | |||
| ) |
Definition at line 1174 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, M88K_IC_ENTRIES_PER_PAGE, M88K_INSTR_ALIGNMENT_SHIFT, and M88K_RETURN_REG.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| cmp | |||
| ) |
Definition at line 1022 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, and REG32.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| cmp_imm | |||
| ) |
Definition at line 1029 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, and ic.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| divu_imm | |||
| ) |
Definition at line 1131 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, DYNTRANS_SYNCH_PC, ic, M88K_CR_PSR, M88K_EXCEPTION_ILLEGAL_INTEGER_DIVIDE, M88K_EXCEPTION_SFU1_PRECISE, M88K_FPCR_FPECR, M88K_FPECR_FUNIMP, M88K_PSR_SFD1, and REG32.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| ext | |||
| ) |
Definition at line 1082 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, and REG32.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| ext_imm | |||
| ) |
Definition at line 1077 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, and ic.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| extu | |||
| ) |
Definition at line 1072 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, and REG32.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| extu_imm | |||
| ) |
Definition at line 1067 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, and ic.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| fail_early | |||
| ) |
Definition at line 1710 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, and DYNTRANS_SYNCH_PC.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| fail_late | |||
| ) |
Definition at line 1726 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, and DYNTRANS_SYNCH_PC.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| jmp | |||
| ) |
Definition at line 1451 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, M88K_RETURN_REG, and REG32.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| jmp_n | |||
| ) |
Definition at line 1467 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, and REG32.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| jmp_n_functioncalltrace | |||
| ) |
Definition at line 1495 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, M88K_RETURN_REG, and REG32.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| jmp_n_functioncalltrace_singlestep | |||
| ) |
Definition at line 1532 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, M88K_RETURN_REG, and REG32.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| ldcr | |||
| ) |
Definition at line 1555 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, DYNTRANS_SYNCH_PC, ic, M88K_CR_PSR, M88K_EXCEPTION_PRIVILEGE_VIOLATION, M88K_PSR_MODE, and REG32.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| mak | |||
| ) |
Definition at line 1109 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, ic, and REG32.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| mak_imm | |||
| ) |
Definition at line 1116 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, and ic.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| mulu_imm | |||
| ) |
Definition at line 1147 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, DYNTRANS_SYNCH_PC, ic, M88K_CR_PSR, M88K_EXCEPTION_SFU1_PRECISE, M88K_FPCR_FPECR, M88K_FPECR_FUNIMP, M88K_PSR_SFD1, and REG32.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| stcr | |||
| ) |
Definition at line 1575 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, DYNTRANS_SYNCH_PC, ic, M88K_CR_PSR, M88K_EXCEPTION_PRIVILEGE_VIOLATION, M88K_PSR_MODE, and REG32.
| DYNTRANS_INSTR | ( | M88K_CPUComponent | , |
| ToBeTranslated | |||
| ) |
Definition at line 2457 of file M88K_CPUComponent.cc.
References DYNTRANS_INSTR_HEAD, and ic.
1.8.18