aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-05-19[sve] Implement gather load data to 32-bit vector (vector index).TatWai Chong
2020-05-18Merge "Merge branch 'master' into sve" into sveJacob Bramley
2020-05-15Merge branch 'master' into sveJacob Bramley
2020-05-13[sve] Implement load and broadcast data to vector.TatWai Chong
2020-05-11[sve] Assert destination register is X for count-like instructionsMartyn Capewell
2020-05-11[simulator] Remove instruction instrumentation support.Pierre Langlois
2020-05-07Update clang tools to 4.0.Jacob Bramley
2020-05-04[sve] Implement indexed sdot and udot.TatWai Chong
2020-04-30[sve] Implement ContiguousNonTemporalStoreMartyn Capewell
2020-04-30[sve] Implement ContiguousNonTemporalLoadMartyn Capewell
2020-04-30[sve] Implement LoadAndBroadcastQuadwordMartyn Capewell
2020-04-27Remove bitfields from the CPURegister API.Jacob Bramley
2020-03-30[sve] Fix indexed floating point multiply simulationMartyn Capewell
2020-03-30[sve] Implement AddressGenerationMartyn Capewell
2020-03-30[sve] Implement FPComplexMulAddIndexMartyn Capewell
2020-03-30[sve] Implement FPComplexMulAddMartyn Capewell
2020-03-10[sve] Implement fsqrt.TatWai Chong
2020-03-10[sve] Implement frecpx.TatWai Chong
2020-03-10[sve] Implement fcvt.TatWai Chong
2020-03-10[sve] Implement FPComplexAdditionMartyn Capewell
2020-03-09[sve] Implement PermuteVectorPredicatedMartyn Capewell
2020-03-05[sve] Implement predicated shifts by immediateMartyn Capewell
2020-03-05[sve] Implement BitwiseShiftByVector and WideElements.Martyn Capewell
2020-03-03[sve] Fix immediate shifts for LSLMartyn Capewell
2020-03-03[sve] Fix premature truncation of shift amountMartyn Capewell
2020-02-28Consistently use snake_case for variable names.Jacob Bramley
2020-02-19[sve] Implement SVEFPCompareWithZero instructions.TatWai Chong
2020-02-19[sve] Implement SVEFPCompareVectors instructions.TatWai Chong
2020-02-17[sve] Implement SVEFPUnaryOpPredicated instructions (FRINT).TatWai Chong
2020-02-16[sve] Implement SVEFPMulAddIndex instructions.TatWai Chong
2020-02-16[sve] Implement SVEFPMulAdd instructions.TatWai Chong
2020-02-13[sve] Implement remaining FPArithmeticUnpredicated instructionsMartyn Capewell
2020-02-13[sve] Implement FPUnaryOpUnpredicatedMartyn Capewell
2020-02-13[sve] Implement FPFastReductionMartyn Capewell
2020-02-13[sve] Fix insr disassemblyMartyn Capewell
2020-02-10[sve] Implement predicated FP arithmetic immediate instructionsMartyn Capewell
2020-02-10[sve] Implement remaining predicated FP arithmetic instructionsMartyn Capewell
2020-02-10[sve] Implement SVEPermuteVectorExtractMartyn Capewell
2020-02-07[sve] Implement vector-plus-immediate loads.Jacob Bramley
2020-02-07[sve] Add support for ldff1*.Jacob Bramley
2020-02-05Remove the dependency on 'sed'.Jacob Bramley
2020-02-04[sve] Implement FADDAMartyn Capewell
2020-01-31[sve] Implement FTMADMartyn Capewell
2020-01-14[sve] Fix unpack instructions when src aliases dstMartyn Capewell
2020-01-13[sve] Add SVE tests to cpufeatures tests.Jacob Bramley
2020-01-10[sve] Implement part of SVEFPUnaryOpPredicated instructions.TatWai Chong
2020-01-10[sve] Implement part of SVEFPUnaryOpPredicated instructions.TatWai Chong
2020-01-10[sve] Implement floating point multiply by indexMartyn Capewell
2020-01-10[sve] Implement SVEPermuteVectorInterleavingMartyn Capewell
2020-01-08[sve] Implement SVEPartitionBreak instructions.TatWai Chong