aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2021-11-04Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20211103' into stagingRichard Henderson38-47/+7557
2021-11-03Hexagon HVX (target/hexagon) import instruction encodingsTaylor Simpson4-0/+819
2021-11-03Hexagon HVX (target/hexagon) instruction decodingTaylor Simpson4-2/+283
2021-11-03Hexagon HVX (target/hexagon) import semanticsTaylor Simpson4-0/+2804
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector storesTaylor Simpson1-0/+218
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector loadsTaylor Simpson1-0/+150
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector splat and absTaylor Simpson1-0/+26
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector comparesTaylor Simpson1-0/+103
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector logical opsTaylor Simpson1-0/+42
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector max/minTaylor Simpson1-0/+34
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector shiftsTaylor Simpson1-0/+122
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector add & subTaylor Simpson1-0/+50
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector assign & cmovTaylor Simpson1-0/+31
2021-11-03Hexagon HVX (target/hexagon) helper overrides for histogram instructionsTaylor Simpson1-0/+106
2021-11-03Hexagon HVX (target/hexagon) helper overrides infrastructureTaylor Simpson6-9/+35
2021-11-03Hexagon HVX (target/hexagon) TCG generationTaylor Simpson3-4/+311
2021-11-03Hexagon HVX (target/hexagon) helper functionsTaylor Simpson2-2/+296
2021-11-03Hexagon HVX (target/hexagon) instruction utility functionsTaylor Simpson3-0/+73
2021-11-03Hexagon HVX (target/hexagon) C preprocessor for decode treeTaylor Simpson1-0/+13
2021-11-03Hexagon HVX (target/hexagon) semantics generator - part 2Taylor Simpson3-22/+360
2021-11-03Hexagon HVX (target/hexagon) semantics generatorTaylor Simpson2-0/+46
2021-11-03Hexagon HVX (target/hexagon) import macro definitionsTaylor Simpson3-0/+955
2021-11-03Hexagon HVX (target/hexagon) macrosTaylor Simpson2-0/+376
2021-11-03Hexagon HVX (target/hexagon) instruction attributesTaylor Simpson1-0/+22
2021-11-03Hexagon HVX (target/hexagon) register namesTaylor Simpson2-1/+2
2021-11-03Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to coreTaylor Simpson6-6/+200
2021-11-03Hexagon HVX (target/hexagon) READMETaylor Simpson1-1/+80
2021-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson4-0/+46
2021-11-03Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...Richard Henderson5-7/+7
2021-11-03Merge remote-tracking branch 'remotes/rth/tags/pull-arm-20211102-2' into stagingRichard Henderson5-28/+51
2021-11-03Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...Richard Henderson1-6/+0
2021-11-02Merge remote-tracking branch 'remotes/philmd/tags/mips-20211102' into stagingRichard Henderson4-2087/+845
2021-11-02hvf: arm: Ignore cache operations on MMIOAlexander Graf1-0/+7
2021-11-02target/arm: Use tcg_constant_i32() in gen_rev16()Philippe Mathieu-Daudé1-2/+1
2021-11-02target/arm: Use tcg_constant_i64() in do_sat_addsub_64()Philippe Mathieu-Daudé1-9/+8
2021-11-02target/arm: Use the constant variant of store_cpu_field() when possiblePhilippe Mathieu-Daudé1-15/+6
2021-11-02target/arm: Introduce store_cpu_field_constant() helperPhilippe Mathieu-Daudé1-0/+3
2021-11-02target/arm: Use tcg_constant_i32() in op_smlad()Philippe Mathieu-Daudé1-2/+1
2021-11-02target/arm: Advertise MVE to gdb when presentPeter Maydell1-0/+25
2021-11-02monitor: remove 'info ioapic' HMP commandDaniel P. Berrangé1-6/+0
2021-11-02KVM: SVM: add migration support for nested TSC scalingMaxim Levitsky4-0/+46
2021-11-02target/mips: Remove obsolete FCR0_HAS2008 comment on P5600 CPUPhilippe Mathieu-Daudé1-1/+0
2021-11-02target/mips: Fix Loongson-3A4000 MSAIR config registerPhilippe Mathieu-Daudé1-0/+1
2021-11-02target/mips: Remove one MSA unnecessary decodetree overlap groupPhilippe Mathieu-Daudé1-182/+180
2021-11-02target/mips: Remove generic MSA opcodePhilippe Mathieu-Daudé2-9/+0
2021-11-02target/mips: Convert CTCMSA opcode to decodetreePhilippe Mathieu-Daudé2-58/+16
2021-11-02target/mips: Convert CFCMSA opcode to decodetreePhilippe Mathieu-Daudé2-9/+23
2021-11-02target/mips: Convert MSA MOVE.V opcode to decodetreePhilippe Mathieu-Daudé2-6/+20
2021-11-02target/mips: Convert MSA COPY_S and INSERT opcodes to decodetreePhilippe Mathieu-Daudé2-88/+19
2021-11-02target/mips: Convert MSA COPY_U opcode to decodetreePhilippe Mathieu-Daudé2-26/+41