aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
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: Log interruptsRichard Henderson
2018-07-03target/openrisc: Add print_insn_or1kRichard Henderson
2018-07-02target/openrisc: Fix mtspr shadow gprsRichard Henderson
2018-06-30xtensa: Avoid calling get_page_addr_code() from helper functionPeter Maydell
2018-06-30target/xtensa: Convert to TranslatorOpsRichard Henderson
2018-06-30target/xtensa: Change gen_intermediate_code dc to pointerRichard Henderson
2018-06-30target/xtensa: Convert to DisasContextBaseRichard Henderson
2018-06-30target/xtensa: Replace DISAS_UPDATE with DISAS_NORETURNRichard Henderson
2018-06-30target/xtensa: check zero overhead loop alignmentMax Filippov
2018-06-29target/arm: Add ID_ISAR6Richard Henderson
2018-06-29target/arm: Prune a15 features from maxRichard Henderson
2018-06-29target/arm: Prune a57 features from maxRichard Henderson
2018-06-29target/arm: Fix SVE system register access checksRichard Henderson
2018-06-29target/arm: Fix SVE signed division vs x86 overflow exceptionRichard Henderson
2018-06-29target/arm: Mark PMINTENSET accesses as possibly doing IOAaron Lindsay
2018-06-29target/arm: Remove redundant DIV detection for KVMAaron Lindsay
2018-06-29target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization ExtensionsAaron Lindsay
2018-06-29target/arm: support reading of CNT[VCT|FRQ]_EL0 from user-spaceAlex Bennée
2018-06-29target/arm: Implement ARMv8.2-DotProdRichard Henderson
2018-06-29target/arm: Enable SVE for aarch64-linux-userRichard Henderson
2018-06-29target/arm: Implement SVE dot product (indexed)Richard Henderson
2018-06-29target/arm: Implement SVE dot product (vectors)Richard Henderson
2018-06-29target/arm: Implement SVE fp complex multiply add (indexed)Richard Henderson
2018-06-29target/arm: Pass index to AdvSIMD FCMLA (indexed)Richard Henderson
2018-06-29target/arm: Implement SVE fp complex multiply addRichard Henderson
2018-06-29target/arm: Implement SVE floating-point complex addRichard Henderson
2018-06-29target/arm: Implement SVE MOVPRFXRichard Henderson
2018-06-29target/arm: Implement SVE floating-point unary operationsRichard Henderson
2018-06-29target/arm: Implement SVE floating-point round to integral valueRichard Henderson
2018-06-29target/arm: Implement SVE floating-point convert to integerRichard Henderson
2018-06-29target/arm: Implement SVE floating-point convert precisionRichard Henderson
2018-06-29target/arm: Implement SVE floating-point trig multiply-add coefficientRichard Henderson
2018-06-29target/arm: Implement SVE FP Compare with Zero GroupRichard Henderson
2018-06-29target/arm: Implement SVE Floating Point Unary Operations - Unpredicated GroupRichard Henderson
2018-06-29target/arm: Implement SVE FP Fast Reduction GroupRichard Henderson
2018-06-29target/arm: Implement SVE Floating Point Multiply Indexed GroupRichard Henderson
2018-06-29target/arm: Implement SVE floating-point arithmetic with immediateRichard Henderson
2018-06-29target/arm: Implement SVE floating-point compare vectorsRichard Henderson
2018-06-29target/arm: Implement SVE scatter store vector immediateRichard Henderson
2018-06-29target/arm: Implement SVE first-fault gather loadsRichard Henderson
2018-06-29target/arm: Implement SVE gather loadsRichard Henderson
2018-06-29target/arm: Implement SVE prefetchesRichard Henderson
2018-06-29target/arm: Implement SVE scatter storesRichard Henderson
2018-06-29target/arm: Implement SVE store vector/predicate registerRichard Henderson
2018-06-29target/arm: Implement SVE load and broadcast elementRichard Henderson
2018-06-29target/arm: Implement SVE Floating Point Accumulating Reduction GroupRichard Henderson
2018-06-29target/arm: Implement SVE FP Multiply-Add GroupRichard Henderson