summaryrefslogtreecommitdiffstats
path: root/target-s390x/translate.c
Commit message (Expand)AuthorAgeFilesLines
* TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-2/+2
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-3/+3
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-4/+5
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* target-s390x: Tidy cpu_dump_stateRichard Henderson2012-09-271-12/+10
* target-s390x: Avoid double CPU_LOG_TB_CPURichard Henderson2012-09-271-1/+0
* target-s390x: Call tcg_gen_debug_insn_startRichard Henderson2012-09-271-4/+5
* target-s390x: avoid cpu_single_envBlue Swirl2012-09-151-173/+183
* target-s390x: switch to AREG0 free modeBlue Swirl2012-09-101-44/+44
* target-s390x: avoid AREG0 for misc helpersBlue Swirl2012-09-101-16/+16
* target-s390x: avoid AREG0 for condition code helpersBlue Swirl2012-09-101-8/+8
* target-s390x: avoid AREG0 for integer helpersBlue Swirl2012-09-101-8/+8
* target-s390x: avoid AREG0 for FPU helpersBlue Swirl2012-09-101-35/+35
* target-s390x: split FPU opsBlue Swirl2012-09-101-8/+3
* qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl2012-06-211-1/+1
* target-s390x: Don't overuse CPUStateAndreas Färber2012-03-141-28/+28
* Move helpers.h to helper.hLluís Vilanova2012-03-051-2/+2
* target-s390x: Clean includesStefan Weil2012-02-281-5/+0
* s390x: add ldeb instructionAlexander Graf2011-11-141-0/+4
* Fix conversions from pointer to tcg_target_longStefan Weil2011-08-211-1/+1
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* s390x: implement lrvgrAlexander Graf2011-06-031-0/+3
* s390x: free tmp explicitly in every opcode for disas_a5()Alexander Graf2011-06-031-1/+12
* target-s390x: Add missing tcg_temp_free_i32()Stefan Weil2011-06-031-0/+3
* target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x90Stefan Weil2011-06-031-0/+1
* target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x8eStefan Weil2011-06-031-0/+2
* target-s390x: Add missing tcg_temp_free_i64() in disas_b2()Stefan Weil2011-06-031-0/+2
* target-s390x: Add missing tcg_temp_free_i64() in do_mh()Stefan Weil2011-06-031-0/+1
* target-s390x: Add missing tcg_temp_free_i64() in gen_jcc()Stefan Weil2011-06-031-0/+1
* target-s390x: Fix duplicate call of tcg_temp_new_i64Stefan Weil2011-06-031-1/+0
* target-s390x: Fix wrong argument in call of tcg_gen_shl_i64()Stefan Weil2011-06-031-2/+2
* s390x: translate engine for s390x CPUAlexander Graf2011-05-201-2/+5161
* s390x: helper functions for system emulationAlexander Graf2011-05-201-0/+4
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-2/+1
* s390x: Prepare cpu.h for emulationAlexander Graf2011-04-181-1/+1
* s390: compile fixesAlexander Graf2010-12-261-1/+1
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-2/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2010-03-071-2/+1
* S/390 CPU fake emulationAlexander Graf2009-12-051-0/+63
OpenPOWER on IntegriCloud