aboutsummaryrefslogtreecommitdiff
path: root/test/aarch64/test-assembler-aarch64.cc
AgeCommit message (Expand)Author
2019-12-05Remove non-zero register asserts from Csinc/Csinv/CsnegUsama Arif
2019-10-07Cope with collisions in a negative PAuth test.Jacob Bramley
2019-07-08Remove TEARDOWN.Jacob Bramley
2019-04-15Remove the old FPRegister type alias.Jacob Bramley
2019-04-02Execute tests when required features are available.Jacob Bramley
2019-03-26Split assembler testsMartyn Capewell
2019-03-20Add support for FRINT{32,64}{x,z} variants.TatWai Chong
2019-02-28[test] Skip running load_pauth_negative_test natively.Pierre Langlois
2019-02-22Update the CPUFeatures tests.Jacob Bramley
2019-02-13Fix BTI support for PACIXSPMartyn Capewell
2019-02-12Fix error reporting with ASSERT_NOT_EQUAL_64.Jacob Bramley
2019-02-04Fix "Orr <wsp>, <wn> #<non encodable immediate>" crashes.TatWai Chong
2019-01-31Split more tests to speed up test.pyMartyn Capewell
2019-01-31Change some tests to speed up test.pyMartyn Capewell
2019-01-30Make Fmov(Register, VRegister, index) accept index = 0.TatWai Chong
2019-01-29Add support for random number generation.TatWai Chong
2019-01-24Add support for DC CVADP instruction.TatWai Chong
2018-11-21Fix the C++11 runtime calls test.Rodolph Perfetta
2018-11-12Add support for STLR/LDAPR unscaled offset variants.Alexander Gilday
2018-11-12Add support for AXFLAG and XAFLAG instructions.Alexander Gilday
2018-11-12Add support for flag manipulation instructions.Alexander Gilday
2018-11-12Add support for unaligned atomicsAlexander Gilday
2018-11-05Fix intermittent PAuth simulation failures.Alexander Gilday
2018-11-01Add support for Load/Store PAC instructions.Alexander Gilday
2018-10-22Add support for BTI.Martyn Capewell
2018-10-12Add support for the FHM extension.Jacob Bramley
2018-10-03Add support for DCPoP (CVAP).Jacob Bramley
2018-09-24Enable FP16 NaN tests.Jacob Bramley
2018-09-19Add support for features up to Armv8.3.Jacob Bramley
2018-09-13Tests for Simulator CPU feature control.Jacob Bramley
2018-09-11Use PrintDisassembler for --disassemble.Jacob Bramley
2018-09-06Check CPU features in the Simulator and Disassembler.Jacob Bramley
2018-08-16Fix CPUFeatures checks for fmov.Jacob Bramley
2018-07-20Check CPU features in the Assembler.Jacob Bramley
2018-07-04Remove the Debugger.Jacob Bramley
2018-04-23Initial Support + FMOV [FP16]Carey Williams
2018-04-19Add support for Load/Store LORegion instructions.Alexander Gilday
2018-04-19Add support for dot product instructions.Alexander Gilday
2018-04-17Add support for compare and swap in memory instructions.Alexander Gilday
2018-04-10Add support for SQRDMLAH and SQRDMLSH.Alexander Gilday
2018-03-22Fix clang-format issues in 8.3 tests.Carey Williams
2018-03-22v8.3 Complex Numbers SupportCarey Williams
2018-02-15Add support for CSDB in AArch64Martyn Capewell
2017-06-26Print the instruction address when disassembling.Jacob Bramley
2017-06-26Add --disassemble-test-code.Jacob Bramley
2017-06-21Use clang-format 3.8 to format VIXLPierre Langlois
2017-06-06Fix runtime call mechanisms for types smaller than 4 bytes.Alexandre Rames
2017-06-02Fix pre-shifted immediate generation involving sp.Martyn Capewell
2017-06-02Handle `enum`s in simulated runtime call mechanisms.Alexandre Rames
2017-04-18Improve the names of the PushPop tests.Jacob Bramley