summaryrefslogtreecommitdiffstats
path: root/target-alpha
Commit message (Collapse)AuthorAgeFilesLines
...
* target-alpha: Use non-local temps for zero/sinkRichard Henderson2014-04-171-2/+2
| | | | | | These values are no longer live across branches. Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Use extract to get insn fieldsRichard Henderson2014-04-171-27/+22
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert mfpr/mtpr to source/sinkRichard Henderson2014-04-171-33/+19
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert gen_cpys et al to source/sinkRichard Henderson2014-04-171-76/+24
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert gen_fcvtlq/ql to source/sinkRichard Henderson2014-04-173-50/+36
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert gen_fcmov to source/sinkRichard Henderson2014-04-171-30/+14
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert gen_bcond to source/sinkRichard Henderson2014-04-171-18/+6
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert most ieee insns to source/sinkRichard Henderson2014-04-171-52/+17
| | | | | | | This one fixes a bug, previously noted as supressing exceptions in the (unlikely) case the destination register was $f31. Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert gen_ieee_input to source/sinkRichard Henderson2014-04-171-19/+13
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert MVIOP2 to source/sinkRichard Henderson2014-04-171-19/+4
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert ARITH3 to source/sinkRichard Henderson2014-04-171-69/+39
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert FARITH3 to source/sinkRichard Henderson2014-04-171-53/+12
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert FARITH2 to source/sinkRichard Henderson2014-04-171-32/+11
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert gen_zap/not to source/sinkRichard Henderson2014-04-171-30/+11
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert gen_ins_h/l to source/sinkRichard Henderson2014-04-171-61/+50
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert gen_ext_h/l to source/sinkRichard Henderson2014-04-171-40/+26
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert gen_msk_h/l to source/sinkRichard Henderson2014-04-171-28/+19
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert gen_cmov to source/sinkRichard Henderson2014-04-171-44/+22
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert ARITH3_EX to source/sinkRichard Henderson2014-04-171-43/+6
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert gen_cmp to source/sinkRichard Henderson2014-04-171-35/+5
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert gen_store_conditional to source/sinkRichard Henderson2014-04-171-5/+1
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert gen_load/store_mem to source/sinkRichard Henderson2014-04-171-38/+29
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert opcode 0x1F to source/sinkRichard Henderson2014-04-171-20/+10
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert opcode 0x1E to source/sinkRichard Henderson2014-04-171-2/+4
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert opcode 0x1C to source/sinkRichard Henderson2014-04-171-54/+19
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert opcode 0x1B to source/sinkRichard Henderson2014-04-171-19/+13
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert opcode 0x1A to source/sinkRichard Henderson2014-04-171-5/+4
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert opcode 0x18 to source/sinkRichard Henderson2014-04-171-9/+9
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert opcode 0x17 to source/sinkRichard Henderson2014-04-171-21/+20
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert opcode 0x14 to source/sinkRichard Henderson2014-04-171-26/+18
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert opcode 0x13 to source/sinkRichard Henderson2014-04-171-39/+10
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert opcode 0x12 to source/sinkRichard Henderson2014-04-171-36/+27
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Convert opcode 0x11 to source/sinkRichard Henderson2014-04-171-89/+37
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Introduce functions for source/sinkRichard Henderson2014-04-171-233/+163
| | | | | | | This will allow cleaner handling of $31 and $f31. Convert opcodes 0x08, 0x09, 0x10 as examples. Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Introduce REQUIRE_REG_31Richard Henderson2014-04-171-26/+44
| | | | | | | | We were missing quite a few checks for Ra or Rb required to be 31. Further, the one place we did check we also checked for no literal operand and the Handbook says nothing about that. Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: Introduce REQUIRE_TB_FLAGRichard Henderson2014-04-171-184/+133
| | | | | | | The methods by which we check for cpu features varied wildly across the function. Using a nice macro cleans this up. Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: fix the bracesPaolo Bonzini2014-04-171-133/+180
| | | | | | | | Conform to coding style, and avoid further occurrences of bugs due to misplaced braces. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-alpha: fix subl and s8subl indentationPaolo Bonzini2014-03-171-1/+2
| | | | | | | | Two missing braces, one close and one open, fabulously let the code compile. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber2014-03-131-1/+1
| | | | Signed-off-by: Andreas Färber <afaerber@suse.de>
* cputlb: Change tlb_flush() argument to CPUStateAndreas Färber2014-03-132-2/+2
| | | | Signed-off-by: Andreas Färber <afaerber@suse.de>
* cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber2014-03-131-1/+1
| | | | Signed-off-by: Andreas Färber <afaerber@suse.de>
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-1/+1
| | | | Signed-off-by: Andreas Färber <afaerber@suse.de>
* translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber2014-03-132-6/+3
| | | | | | This lets us drop some local variables in tlb_fill() functions. Signed-off-by: Andreas Färber <afaerber@suse.de>
* cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber2014-03-132-4/+4
| | | | Signed-off-by: Andreas Färber <afaerber@suse.de>
* exec: Change tlb_fill() argument to CPUStateAndreas Färber2014-03-131-3/+5
| | | | Signed-off-by: Andreas Färber <afaerber@suse.de>
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+2
| | | | | | | | Most targets were using offsetof(CPUFooState, breakpoints) to determine how much of CPUFooState to clear on reset. Use the next field after CPU_COMMON instead, if any, or sizeof(CPUFooState) otherwise. Signed-off-by: Andreas Färber <afaerber@suse.de>
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-132-7/+15
| | | | Signed-off-by: Andreas Färber <afaerber@suse.de>
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-134-9/+15
| | | | | | | | Note that while such functions may exist both for *-user and softmmu, only *-user uses the CPUState hook, while softmmu reuses the prototype for calling it directly. Signed-off-by: Andreas Färber <afaerber@suse.de>
* cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2014-03-132-15/+16
| | | | | | | | | Default to false. Tidy variable naming and inline cast uses while at it. Tested-by: Jia Liu <proljc@gmail.com> (or32) Signed-off-by: Andreas Färber <afaerber@suse.de>
* target-alpha: Clean up ENV_GET_CPU() usageAndreas Färber2014-03-132-9/+9
| | | | | | | | | | | | | | Commits 2c17449b3022ca9623c4a7e2a504a4150ac4ad30, fdfba1a298ae26dd44bcfdb0429314139a0bc55a, ab1da85791340e504d10487e1add81b9988afa98 and f606604f1c10b60ef294f1b9b229426521a365e3 added usages of ENV_GET_CPU() macro in target-specific code. Use alpha_env_get_cpu() instead. Cc: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Cc: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Andreas Färber <afaerber@suse.de>
OpenPOWER on IntegriCloud