summaryrefslogtreecommitdiff
path: root/target/hppa/translate.c
AgeCommit message (Expand)Author
2019-03-07target/hppa: Optimize blr r0,rnRichard Henderson
2019-03-07target/hppa: Do not return freed temporaryRichard Henderson
2019-02-12target/hppa: fix dcor instructionSven Schnelle
2019-02-12target/hppa: Fix addition '</<=' conditionsSven Schnelle
2019-02-12target/hppa: Rearrange log conditionsRichard Henderson
2019-02-12target/hppa: Merge translate_one into hppa_tr_translate_insnRichard Henderson
2019-02-12target/hppa: Convert fp operate insnsRichard Henderson
2019-02-12target/hppa: Convert fp fused multiply-add insnsRichard Henderson
2019-02-12target/hppa: Convert halt/reset insnsRichard Henderson
2019-02-12target/hppa: Convert fp indexed memory insnsRichard Henderson
2019-02-12target/hppa: Convert offset memory insnsRichard Henderson
2019-02-12target/hppa: Convert arithmetic immediate insnsRichard Henderson
2019-02-12target/hppa: Convert direct and indirect branchesRichard Henderson
2019-02-12target/hppa: Convert shift, extract, deposit insnsRichard Henderson
2019-02-12target/hppa: Convert conditional branchesRichard Henderson
2019-02-12target/hppa: Convert fp multiply-addRichard Henderson
2019-02-12target/hppa: Convert indexed memory insnsRichard Henderson
2019-02-12target/hppa: Convert arithmetic/logical insnsRichard Henderson
2019-02-12target/hppa: Convert memory management insnsRichard Henderson
2019-02-12target/hppa: Unify specializations of ORRichard Henderson
2019-02-12target/hppa: Convert remainder of system insnsRichard Henderson
2019-02-12target/hppa: Convert move to/from system registersRichard Henderson
2019-02-12target/hppa: Begin using scripts/decodetree.pyRichard Henderson
2019-02-12target/hppa: Use DisasContextBase.is_jmpRichard Henderson
2019-02-06target/hppa: use tb_cflags() to access tb->cflagsEmilio G. Cota
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota
2018-05-01tcg: Improve TCGv_ptr supportRichard Henderson
2018-03-26target/hppa: Include priv level in user-only iaoqRichard Henderson
2018-01-31target/hppa: Implement PROBE for system modeRichard Henderson
2018-01-31target/hppa: Fix 32-bit operand masks for 0E FCVTRichard Henderson
2018-01-31target/hppa: Implement STWARichard Henderson
2018-01-31target/hppa: Implement a pause instructionRichard Henderson
2018-01-31target/hppa: Implement LDSID for system modeHelge Deller
2018-01-31target/hppa: Fix commentHelge Deller
2018-01-31target/hppa: Increase number of temp regsRichard Henderson
2018-01-31target/hppa: Implement B,GATE insnRichard Henderson
2018-01-31target/hppa: Optimize for flat addressing spaceRichard Henderson
2018-01-31target/hppa: Implement halt and reset instructionsHelge Deller
2018-01-30target/hppa: Implement SYNCDMA insnRichard Henderson
2018-01-30target/hppa: Implement LCIRichard Henderson
2018-01-30target/hppa: Implement LPARichard Henderson
2018-01-30target/hppa: Implement LDWARichard Henderson
2018-01-30target/hppa: Implement P*TLB and P*TLBE insnsRichard Henderson
2018-01-30target/hppa: Implement I*TLBA and I*TLBP insnsRichard Henderson
2018-01-30target/hppa: Log unimplemented instructionsRichard Henderson
2018-01-30target/hppa: Implement the interval timerRichard Henderson
2018-01-30target/hppa: Implement external interruptsRichard Henderson
2018-01-30target/hppa: Implement IASQRichard Henderson
2018-01-30target/hppa: Avoid privilege level decrease during branchesRichard Henderson