aboutsummaryrefslogtreecommitdiff
path: root/target/m68k/translate.c
AgeCommit message (Expand)Author
2018-03-09target/m68k: implement ftwotoxLaurent Vivier
2018-03-09target/m68k: implement fetoxLaurent Vivier
2018-03-09target/m68k: implement flog2Laurent Vivier
2018-03-09target/m68k: implement flog10Laurent Vivier
2018-03-09target/m68k: implement flognLaurent Vivier
2018-03-09target/m68k: implement flognp1Laurent Vivier
2018-03-04target/m68k: add fscale, fgetman and fgetexpLaurent Vivier
2018-03-04target/m68k: add fmod/fremLaurent Vivier
2018-03-04target/m68k: TCGv returned by gen_load() must be freedLaurent Vivier
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-02-14m68k: implement movep instructionPavel Dovgalyuk
2018-01-25target/m68k: add pflush/ptestLaurent Vivier
2018-01-25target/m68k: add movesLaurent Vivier
2018-01-25target/m68k: add index parameter to gen_load()/gen_store() and Co.Laurent Vivier
2018-01-25target/m68k: add Transparent TranslationLaurent Vivier
2018-01-25target/m68k: add MC68040 MMULaurent Vivier
2018-01-25target/m68k: fix TCG variable double freeLaurent Vivier
2018-01-08Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell
2018-01-04target/m68k: fix m68k_cpu_dump_state()Laurent Vivier
2018-01-04target/m68k: add the Interrupt Stack PointerLaurent Vivier
2018-01-04target/m68k: add andi/ori/eori to SR/CCRLaurent Vivier
2018-01-04target/m68k: add 680x0 "move to SR" instructionLaurent Vivier
2018-01-04target/m68k: move CCR/SR functionsLaurent Vivier
2018-01-04target/m68k: implement fsave/frestoreLaurent Vivier
2018-01-04target/m68k: add resetLaurent Vivier
2018-01-04target/m68k: add cpush/cinvLaurent Vivier
2018-01-04target/m68k: softmmu cleanupLaurent Vivier
2018-01-04target/m68k: add move16Laurent Vivier
2018-01-04target/m68k: add chk and chk2Laurent Vivier
2018-01-04target/m68k: use insn_pc to generate instruction fault addressLaurent Vivier
2018-01-04target/m68k: fix gen_get_ccr()Laurent Vivier
2018-01-04target-m68k: sync CC_OP before gen_jmp_tb()Laurent Vivier
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson
2017-12-21target/m68k: fix set_cc_op()Laurent Vivier
2017-12-21target/m68k: remove unused variable gen_throws_exceptionLaurent Vivier
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell
2017-10-25disas: Remove unused flags argumentsRichard Henderson
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24target/m68k: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-10-24tcg: Remove TCGV_EQUAL*Richard Henderson
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova
2017-07-31m68k/translate: fix incorrect copy/pastePhilippe Mathieu-Daudé
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2017-07-19target/m68k: optimize bcd_flags() using extract opPhilippe Mathieu-Daudé
2017-06-29target/m68k: add fmovemLaurent Vivier
2017-06-29target/m68k: add explicit single and double precision operations (part 2)Laurent Vivier
2017-06-29target/m68k: add fsglmul and fsgldivLaurent Vivier
2017-06-29target/m68k: add explicit single and double precision operationsLaurent Vivier