aboutsummaryrefslogtreecommitdiff
path: root/include/exec/translator.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson1-1/+1
2020-01-15translator: Use cpu_ld*_code instead of open-codingRichard Henderson1-35/+13
2019-10-28translator: add translator_ld{ub,sw,uw,l,q}Emilio G. Cota1-1/+61
2019-05-13Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson1-1/+2
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota1-4/+4
2017-09-06tcg: Add generic translation frameworkLluís Vilanova1-0/+104
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova1-0/+40