aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-29tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64Richard Henderson
2021-06-29tcg: Handle new bswap flags during optimizeRichard Henderson
2021-06-29tcg/tci: Support bswap flagsRichard Henderson
2021-06-29tcg/mips: Support bswap flags in tcg_out_bswap32Richard Henderson
2021-06-29tcg/mips: Support bswap flags in tcg_out_bswap16Richard Henderson
2021-06-29tcg/s390: Support bswap flagsRichard Henderson
2021-06-29tcg/ppc: Use power10 byte-reverse instructionsRichard Henderson
2021-06-29tcg/ppc: Support bswap flagsRichard Henderson
2021-06-29tcg/ppc: Split out tcg_out_bswap64Richard Henderson
2021-06-29tcg/ppc: Split out tcg_out_bswap32Richard Henderson
2021-06-29tcg/ppc: Split out tcg_out_bswap16Richard Henderson
2021-06-29tcg/ppc: Split out tcg_out_sari{32,64}Richard Henderson
2021-06-29tcg/ppc: Split out tcg_out_ext{8,16,32}sRichard Henderson
2021-06-29tcg/arm: Support bswap flagsRichard Henderson
2021-06-29tcg/aarch64: Support bswap flagsRichard Henderson
2021-06-29tcg/aarch64: Merge tcg_out_rev{16,32,64}Richard Henderson
2021-06-29tcg/i386: Support bswap flagsRichard Henderson
2021-06-29tcg: Add flags argument to bswap opcodesRichard Henderson
2021-06-29tcg: Use correct trap number for page faults on *BSD systemsWarner Losh
2021-06-29tcg: Implement tcg_gen_vec_add{sub}32_tlLIU Zhiwei
2021-06-29tcg: Add tcg_gen_vec_shl{shr}{sar}8i_i32LIU Zhiwei
2021-06-29tcg: Add tcg_gen_vec_shl{shr}{sar}16i_i32LIU Zhiwei
2021-06-29tcg: Add tcg_gen_vec_add{sub}8_i32LIU Zhiwei
2021-06-29tcg: Add tcg_gen_vec_add{sub}16_i32LIU Zhiwei
2021-06-29target/cris: Do not exit tb for X_FLAG changesRichard Henderson
2021-06-29target/cris: Remove dc->flagx_knownRichard Henderson
2021-06-29target/cris: Improve JMP_INDIRECTRichard Henderson
2021-06-29target/cris: Use tcg_gen_lookup_and_goto_ptrRichard Henderson
2021-06-29target/cris: Add DISAS_DBRANCHRichard Henderson
2021-06-29target/cris: Add DISAS_UPDATE_NEXTRichard Henderson
2021-06-29target/cris: Set cpustate_changed for rfe/rfnRichard Henderson
2021-06-29target/cris: Fold unhandled X_FLAG changes into cpustate_changedRichard Henderson
2021-06-29target/cris: Mark static arrays constRichard Henderson
2021-06-29target/cris: Mark helper_raise_exception noreturnRichard Henderson
2021-06-29target/cris: Convert to TranslatorOpsRichard Henderson
2021-06-29target/cris: Fix use_goto_tbRichard Henderson
2021-06-29target/cris: Mark exceptions as DISAS_NORETURNRichard Henderson
2021-06-29target/cris: Replace DISAS_TB_JUMP with DISAS_NORETURNRichard Henderson
2021-06-29target/cris: Remove DISAS_SWIRichard Henderson
2021-06-29target/cris: Add DisasContextBase to DisasContextRichard Henderson
2021-06-29target/avr: Convert to TranslatorOpsRichard Henderson
2021-06-29target/avr: Change ctx to DisasContext* in gen_intermediate_codeRichard Henderson
2021-06-29target/avr: Add DisasContextBase to DisasContextRichard Henderson
2021-06-29target/nios2: Use pc_next for pc + 4Richard Henderson
2021-06-29target/nios2: Inline handle_instructionRichard Henderson
2021-06-29target/nios2: Clean up goto in handle_instructionRichard Henderson
2021-06-29target/nios2: Remove assignment to env in handle_instructionRichard Henderson
2021-06-29target/nios2: Convert to TranslatorOpsRichard Henderson
2021-06-29target/nios2: Add DisasContextBase to DisasContextRichard Henderson
2021-06-29target/nios2: Use global cpu_RRichard Henderson