aboutsummaryrefslogtreecommitdiff
path: root/examples/aarch64
AgeCommit message (Expand)Author
2020-10-15Simplify the command-line disassembly example UI.Jacob Bramley
2020-10-14Add a command-line disassembly example.Jacob Bramley
2020-07-16Add an example that dumps CPU feature information.Jacob Bramley
2020-06-19[sve] Add a strlen example using ldff1b.Jacob Bramley
2020-04-24Merge branch 'master' into sveJacob Bramley
2020-04-24Document that the DecoderVisitor interface is unstable.Jacob Bramley
2020-02-28Consistently use snake_case for variable names.Jacob Bramley
2019-10-24New decoder with smaller instruction classes.Martyn Capewell
2019-10-21[sve] Implement the SVEIntReduction group.TatWai Chong
2019-09-25[sve] Implement contiguous ld1 loads.TatWai Chong
2019-08-01[sve] Implement most 'SVEPredicateMisc' instructions.Jacob Bramley
2019-07-31Merge branch 'master' into sveJacob Bramley
2019-07-10Configure a basic .clang-tidy.Jacob Bramley
2019-03-19Merge branch 'master' into sveJacob Bramley
2019-02-21Add support for UDF.Jacob Bramley
2019-01-25Implement SVE decoder and skeleton componentsMartyn Capewell
2018-11-12Add support for STLR/LDAPR unscaled offset variants.Alexander Gilday
2018-11-12Add support for flag manipulation instructions.Alexander Gilday
2018-11-01Add support for Load/Store PAC instructions.Alexander Gilday
2018-09-19Add support for features up to Armv8.3.Jacob Bramley
2018-08-30Fix and re-enable test-examples.Jacob Bramley
2018-07-04Remove the Debugger.Jacob Bramley
2018-04-10Add support for SQRDMLAH and SQRDMLSH.Alexander Gilday
2018-03-22v8.3 Complex Numbers SupportCarey Williams
2017-06-21Use clang-format 3.8 to format VIXLPierre Langlois
2017-01-25[aarch64] Do not mix the Assembler and MacroAssembler in testsPierre Langlois
2016-10-31Mark methods as `override` when compiling with C++11Pierre Langlois
2016-10-24Follow the design guidelines for the AArch64 `CodeBufferCheckScope`.Alexandre Rames
2016-10-24Unify the `Assembler` helpers related to the code buffer.Alexandre Rames
2016-10-05Rewrite `VIXL_CHECK` in terms of `abort`.Pierre Langlois
2016-09-22Fix a couple of comments following `#endif`.Alexandre Rames
2016-08-30[examples] Fix compiling with -Wunreachable-code and -Wunset-variablePierre Langlois
2016-08-15Introduce architecture specific guards for the simulatorPierre Langlois
2016-07-28Fix a a call to `abs` breaking compilation on OSX.Alexandre Rames
2016-07-25AArch64: Support runtime call simulation.Alexandre Rames
2016-07-11Aarch64: Clean a few more usage of the `MacroAssembler` constructor.Alexandre Rames
2016-07-04Update naming to `aarch32` and `aarch64`.Alexandre Rames