~ubuntu-bugs-auftrags-killer/qemu/proper-error-characters

4045 by edgar_igl
Model more parts of the ETRAX mmu (still alot missing).
1
#define TCG_HELPER_PROTO
4365 by edgar_igl
CRIS: More TCG conversion.
2
3
void TCG_HELPER_PROTO helper_raise_exception(uint32_t index);
4439 by edgar_igl
CRIS: Improve TLB management and handle delayslots at page boundaries.
4
void TCG_HELPER_PROTO helper_tlb_flush_pid(uint32_t pid);
4288 by edgar_igl
CRIS updates:
5
void TCG_HELPER_PROTO helper_dump(uint32_t a0, uint32_t a1, uint32_t a2);
6
void TCG_HELPER_PROTO helper_dummy(void);
7
void TCG_HELPER_PROTO helper_rfe(void);
4707 by edgar_igl
CRIS: Support RFN insn.
8
void TCG_HELPER_PROTO helper_rfn(void);
4288 by edgar_igl
CRIS updates:
9
void TCG_HELPER_PROTO helper_store(uint32_t a0);
4045 by edgar_igl
Model more parts of the ETRAX mmu (still alot missing).
10
4365 by edgar_igl
CRIS: More TCG conversion.
11
void TCG_HELPER_PROTO helper_movl_sreg_reg (uint32_t sreg, uint32_t reg);
12
void TCG_HELPER_PROTO helper_movl_reg_sreg (uint32_t reg, uint32_t sreg);
13
4288 by edgar_igl
CRIS updates:
14
void TCG_HELPER_PROTO helper_evaluate_flags_muls(void);
15
void TCG_HELPER_PROTO helper_evaluate_flags_mulu(void);
16
void TCG_HELPER_PROTO helper_evaluate_flags_mcp(void);
17
void TCG_HELPER_PROTO helper_evaluate_flags_alu_4(void);
18
void TCG_HELPER_PROTO helper_evaluate_flags_move_4 (void);
19
void TCG_HELPER_PROTO helper_evaluate_flags_move_2 (void);
20
void TCG_HELPER_PROTO helper_evaluate_flags (void);
4583 by edgar_igl
CRIS: Restructure the translator to allow for better code generation.
21
void TCG_HELPER_PROTO helper_top_evaluate_flags(void);