aboutsummaryrefslogtreecommitdiff
path: root/target-alpha/translate.c
AgeCommit message (Expand)Author
2014-04-17target-alpha: Convert gen_zap/not to source/sinkRichard Henderson
2014-04-17target-alpha: Convert gen_ins_h/l to source/sinkRichard Henderson
2014-04-17target-alpha: Convert gen_ext_h/l to source/sinkRichard Henderson
2014-04-17target-alpha: Convert gen_msk_h/l to source/sinkRichard Henderson
2014-04-17target-alpha: Convert gen_cmov to source/sinkRichard Henderson
2014-04-17target-alpha: Convert ARITH3_EX to source/sinkRichard Henderson
2014-04-17target-alpha: Convert gen_cmp to source/sinkRichard Henderson
2014-04-17target-alpha: Convert gen_store_conditional to source/sinkRichard Henderson
2014-04-17target-alpha: Convert gen_load/store_mem to source/sinkRichard Henderson
2014-04-17target-alpha: Convert opcode 0x1F to source/sinkRichard Henderson
2014-04-17target-alpha: Convert opcode 0x1E to source/sinkRichard Henderson
2014-04-17target-alpha: Convert opcode 0x1C to source/sinkRichard Henderson
2014-04-17target-alpha: Convert opcode 0x1B to source/sinkRichard Henderson
2014-04-17target-alpha: Convert opcode 0x1A to source/sinkRichard Henderson
2014-04-17target-alpha: Convert opcode 0x18 to source/sinkRichard Henderson
2014-04-17target-alpha: Convert opcode 0x17 to source/sinkRichard Henderson
2014-04-17target-alpha: Convert opcode 0x14 to source/sinkRichard Henderson
2014-04-17target-alpha: Convert opcode 0x13 to source/sinkRichard Henderson
2014-04-17target-alpha: Convert opcode 0x12 to source/sinkRichard Henderson
2014-04-17target-alpha: Convert opcode 0x11 to source/sinkRichard Henderson
2014-04-17target-alpha: Introduce functions for source/sinkRichard Henderson
2014-04-17target-alpha: Introduce REQUIRE_REG_31Richard Henderson
2014-04-17target-alpha: Introduce REQUIRE_TB_FLAGRichard Henderson
2014-04-17target-alpha: fix the bracesPaolo Bonzini
2014-03-17target-alpha: fix subl and s8subl indentationPaolo Bonzini
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
2013-10-26misc: New spelling fixes in commentsStefan Weil
2013-10-12target-alpha: Convert to new ldst opcodesRichard Henderson
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson
2013-08-16target-alpha: Consider the superpage when threading and ending TBsRichard Henderson
2013-08-16target-alpha: Use goto_tb in call_palRichard Henderson
2013-08-16target-alpha: Implement call_pal without an exceptionRichard Henderson
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber
2013-07-23target-alpha: Copy implver to DisasContextRichard Henderson
2013-07-23target-alpha: Copy singlestep_enabled to DisasContextRichard Henderson
2013-07-18target-alpha: Move alarm to vm_clockRichard Henderson
2013-07-09target-alpha: Change gen_intermediate_code_internal() argument to AlphaCPUAndreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell
2013-02-23target-alpha: Use mulu2 for umulh insnRichard Henderson
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini