aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/translate.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-15target/hppa: Avoid squishing DISAS_IAQ_N_STALE_EXITRichard Henderson1-14/+28
2019-03-12target/hppa: exit TB if either Data or Instruction TLB changesSven Schnelle1-4/+3
2019-03-12target/hppa: add TLB protection id checkSven Schnelle1-0/+10
2019-03-12target/hppa: fix b,gate instructionSven Schnelle1-1/+12
2019-03-12target/hppa: ignore DIAG opcodeSven Schnelle1-0/+7
2019-03-12target/hppa: fix overwriting source reg in addbSven Schnelle1-1/+3
2019-03-12target/hppa: Check for page crossings in use_goto_tbRichard Henderson1-6/+4
2019-03-07target/hppa: Optimize blr r0,rnRichard Henderson1-6/+10
2019-03-07target/hppa: Do not return freed temporaryRichard Henderson1-3/+2
2019-02-12target/hppa: fix dcor instructionSven Schnelle1-1/+1
2019-02-12target/hppa: Fix addition '</<=' conditionsSven Schnelle1-36/+57
2019-02-12target/hppa: Rearrange log conditionsRichard Henderson1-7/+49
2019-02-12target/hppa: Merge translate_one into hppa_tr_translate_insnRichard Henderson1-8/+3
2019-02-12target/hppa: Convert fp operate insnsRichard Henderson1-435/+308
2019-02-12target/hppa: Convert fp fused multiply-add insnsRichard Henderson1-53/+24
2019-02-12target/hppa: Convert halt/reset insnsRichard Henderson1-33/+14
2019-02-12target/hppa: Convert fp indexed memory insnsRichard Henderson1-93/+0
2019-02-12target/hppa: Convert offset memory insnsRichard Henderson1-165/+50
2019-02-12target/hppa: Convert arithmetic immediate insnsRichard Henderson1-89/+71
2019-02-12target/hppa: Convert direct and indirect branchesRichard Henderson1-101/+30
2019-02-12target/hppa: Convert shift, extract, deposit insnsRichard Henderson1-136/+79
2019-02-12target/hppa: Convert conditional branchesRichard Henderson1-126/+93
2019-02-12target/hppa: Convert fp multiply-addRichard Henderson1-29/+40
2019-02-12target/hppa: Convert indexed memory insnsRichard Henderson1-133/+36
2019-02-12target/hppa: Convert arithmetic/logical insnsRichard Henderson1-167/+147
2019-02-12target/hppa: Convert memory management insnsRichard Henderson1-111/+51
2019-02-12target/hppa: Unify specializations of ORRichard Henderson1-49/+59
2019-02-12target/hppa: Convert remainder of system insnsRichard Henderson1-55/+44
2019-02-12target/hppa: Convert move to/from system registersRichard Henderson1-35/+26
2019-02-12target/hppa: Begin using scripts/decodetree.pyRichard Henderson1-5/+19
2019-02-12target/hppa: Use DisasContextBase.is_jmpRichard Henderson1-483/+528
2019-02-06target/hppa: use tb_cflags() to access tb->cflagsEmilio G. Cota1-1/+1
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-3/+3
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota1-5/+2
2018-05-01tcg: Improve TCGv_ptr supportRichard Henderson1-14/+2
2018-03-26target/hppa: Include priv level in user-only iaoqRichard Henderson1-8/+4
2018-01-31target/hppa: Implement PROBE for system modeRichard Henderson1-4/+16
2018-01-31target/hppa: Fix 32-bit operand masks for 0E FCVTRichard Henderson1-7/+7
2018-01-31target/hppa: Implement STWARichard Henderson1-1/+18
2018-01-31target/hppa: Implement a pause instructionRichard Henderson1-0/+36
2018-01-31target/hppa: Implement LDSID for system modeHelge Deller1-1/+13
2018-01-31target/hppa: Fix commentHelge Deller1-1/+1
2018-01-31target/hppa: Increase number of temp regsRichard Henderson1-1/+1
2018-01-31target/hppa: Implement B,GATE insnRichard Henderson1-0/+48
2018-01-31target/hppa: Optimize for flat addressing spaceRichard Henderson1-9/+20
2018-01-31target/hppa: Implement halt and reset instructionsHelge Deller1-1/+24
2018-01-30target/hppa: Implement SYNCDMA insnRichard Henderson1-1/+2
2018-01-30target/hppa: Implement LCIRichard Henderson1-0/+20
2018-01-30target/hppa: Implement LPARichard Henderson1-0/+30
2018-01-30target/hppa: Implement LDWARichard Henderson1-0/+38