summaryrefslogtreecommitdiff
path: root/target/openrisc/translate.c
AgeCommit message (Expand)Author
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2021-10-15target/openrisc: Drop checks for singlestep_enabledRichard Henderson
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-13target/openrisc: Use dc->zero in gen_add, gen_addcRichard Henderson
2021-07-13target/openrisc: Cache constant 0 in DisasContextRichard Henderson
2021-07-13target/openrisc: Use tcg_constant_tl for dc->R0Richard Henderson
2021-07-13target/openrisc: Use tcg_constant_*Richard Henderson
2021-07-09target/openrisc: Use translator_use_goto_tbRichard Henderson
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé
2021-04-01target/openrisc: fix icount handling for timer instructionsPavel Dovgalyuk
2020-08-21meson: targetPaolo Bonzini
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-10-28target/openrisc: fetch code with translator_ldEmilio G. Cota
2019-09-04target/openrisc: Implement l.adrpRichard Henderson
2019-09-04target/openrisc: Implement unordered fp comparisonsRichard Henderson
2019-09-04target/openrisc: Add support for ORFPX64A32Richard Henderson
2019-09-04target/openrisc: Check CPUCFG_OF32S for float insnsRichard Henderson
2019-09-04target/openrisc: Cache R0 in DisasContextRichard Henderson
2019-09-04target/openrisc: Replace cpu register array with a functionRichard Henderson
2019-09-04target/openrisc: Add DisasContext parameter to check_r0_writeRichard Henderson
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-01-30target/openrisc: Fix LGPL version numberThomas Huth
2018-10-31decodetree: Remove "insn" argument from trans_* expandersRichard Henderson
2018-07-03target/openrisc: Fix cpu_mmu_indexRichard Henderson
2018-07-03target/openrisc: Form the spr index from tcgRichard Henderson
2018-07-03target/openrisc: Exit the TB after l.mtsprRichard Henderson
2018-07-03target/openrisc: Split out is_userRichard Henderson
2018-07-03target/openrisc: Link more translation blocksRichard Henderson
2018-07-03target/openrisc: Fix singlestep_enabledRichard Henderson
2018-07-03target/openrisc: Use exit_tb instead of CPU_INTERRUPT_EXITTBRichard Henderson
2018-07-03target/openrisc: Remove DISAS_JUMP & DISAS_TB_JUMPRichard Henderson
2018-07-03target/openrisc: Add print_insn_or1kRichard Henderson
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-05-14target/openrisc: Merge disas_openrisc_insnRichard Henderson
2018-05-14target/openrisc: Convert dec_floatRichard Henderson
2018-05-14target/openrisc: Convert dec_compiRichard Henderson
2018-05-14target/openrisc: Convert dec_compRichard Henderson
2018-05-14target/openrisc: Convert dec_MRichard Henderson
2018-05-14target/openrisc: Convert dec_logicRichard Henderson
2018-05-14target/openrisc: Convert dec_macRichard Henderson
2018-05-14target/openrisc: Convert dec_calcRichard Henderson
2018-05-14target/openrisc: Convert remainder of dec_misc insnsRichard Henderson
2018-05-14target/openrisc: Convert memory insnsRichard Henderson
2018-05-14target/openrisc: Convert branch insnsRichard Henderson
2018-05-14target/openrisc: Start conversion to decodetree.pyRichard Henderson