History log of /external/capstone/include/arm64.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2fa4744f1dc46602f6668e70d0bc79bb118e41b7 22-Feb-2017 Nguyen Anh Quynh <aquynh@gmail.com> arm64: rename enum arm64_mrs_reg to arm64_sysreg
/external/capstone/include/arm64.h
64e56f46c42cf3d6f19ee13080642df10159f74c 11-Apr-2016 tandasat <tanda.sat@gmail.com> skip stdint.h when not available
/external/capstone/include/arm64.h
4a0f327b0fabdc501602322c72750c346d6c0fa4 10-Apr-2016 tandasat <tanda.sat@gmail.com> replace stdint.h in API headers
/external/capstone/include/arm64.h
f04254a87c5fed7abddc3aa607ec8bc7f67bfc6a 01-Apr-2016 tandasat <tanda.sat@gmail.com> Swiched from stdint.h to myinttypes.h
/external/capstone/include/arm64.h
56128da51596899cd033c286f9ac6e42cca814dd 17-Nov-2014 Nguyen Anh Quynh <aquynh@gmail.com> arm64: for operand type IMM, value should have the type int64_t, not int32_t. all bindings should be fixed
/external/capstone/include/arm64.h
3ab509192ab23b665c1702b9968f7a4efd5b8811 31-Oct-2014 Nguyen Anh Quynh <aquynh@gmail.com> use common instruction groups across all architectures. this adds cs_group_type to capstone.h. suggestion by @zneak
/external/capstone/include/arm64.h
c58e70451770567996200c18d1479d75770ea952 31-Oct-2014 Nguyen Anh Quynh <aquynh@gmail.com> do not need to explicitly assign values for operand types in the last commit
/external/capstone/include/arm64.h
21ac056728687572078f3322cac7a05bd2828a64 31-Oct-2014 Nguyen Anh Quynh <aquynh@gmail.com> use common operand types across all architectures. this adds cs_op_type to capstone.h. suggestion by @zneak
/external/capstone/include/arm64.h
d7e42b7d3659a6d3a5e065afd19ce9547dea8dbe 29-Sep-2014 Nguyen Anh Quynh <aquynh@gmail.com> rename all the constants marking ending from _MAX to _ENDING. this also updates Java/Python/Ocaml bindings accordingly
/external/capstone/include/arm64.h
acbafc6d751263f4cd7daccfc2f1637004bd4c00 24-Sep-2014 Nguyen Anh Quynh <aquynh@gmail.com> ocaml/python/java: fix some broken arm64 constants generated by const_generator.py
/external/capstone/include/arm64.h
4f0d7048cd8da611167428d5db6547cac34fb6b9 29-Aug-2014 Nguyen Anh Quynh <aquynh@gmail.com> arm64: vector_index = 0 is valid. this changed invalid value of vector_index to -1
/external/capstone/include/arm64.h
46a74e53b7c1eefbd71857bfe6874f8437647fdd 25-Aug-2014 Nguyen Anh Quynh <aquynh@gmail.com> arm64: update core. this added a lot more details to cs_arm64_op struct
/external/capstone/include/arm64.h
96934501fddd10a77ac70e0a55e36858959e793f 17-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> arm64: do not consider WZR & XZR alias registers
/external/capstone/include/arm64.h
cb5910627a16f0d03f7a429ebd6c8661f9075432 15-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> remove some more forgotten stdbool.h
/external/capstone/include/arm64.h
7751fbe57b493a6d922229777209408d5359dcb7 28-Apr-2014 Nguyen Anh Quynh <aquynh@gmail.com> header files: Disassembler -> Disassembly
/external/capstone/include/arm64.h
46018db884541cda3d5fe74c511ffc5598f6b4dd 22-Jan-2014 Alex Ionescu <aionescu+github@gmail.com> Initial set of changes to support building with MSVC 2013. Right now there's a bunch fo assumptions in the .vcxproj file and some things are not as clean as they should be, but it does build a full build and works (at least the x86 side). The point of this initial checkpoint is to make sure that nothing breaks on the GCC side, that everyone is ok with the changes to the source (or if better fixes/typing can be done).
/external/capstone/include/arm64.h
dd40750aa35840aebb0f450ad94c04e483909af0 19-Jan-2014 Nguyen Anh Quynh <aquynh@gmail.com> change header guards to have CAPSTONE_ as prefix. suggested by Markus Elfring
/external/capstone/include/arm64.h
ae3649ff713fb97c52bf7c94619599b9480cb4cc 02-Jan-2014 Nguyen Anh Quynh <aquynh@gmail.com> rename some C header guards to be without _ as prefix to follow naming convention of C language. suggested by Markus Elfring
/external/capstone/include/arm64.h
7957ed1defb112ab20fbe62af0027fe53b309295 14-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> arm64: add some alias registers. attn: bindings
/external/capstone/include/arm64.h
731bf2a714dc07fa0124dc9baedd833ade4c0d1a 08-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> arm64: update core engine
/external/capstone/include/arm64.h
a2f825ff0741519ffb1750cbb48ef5bc9159c343 04-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> support comments in autogen files, so constant files are more friendly
/external/capstone/include/arm64.h
f8db76ab9430de5351d389e217c8524351be73a4 03-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> arm64: correct value of ARM64_SFT_ROR
/external/capstone/include/arm64.h
ea5b79d058a37221a8603d07fd8a3ecbdb24df71 03-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> move some alias registers around to after REG_MAX. this seems to fix some issues of clang, which struggles with enum that assign value from other enum
/external/capstone/include/arm64.h
3582bc1b9b26568801a23fa8929c059300838662 03-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> arm64: ARM64_GRP_JUMP is in the wrong place. move it to its place and also clarify some GRP comments
/external/capstone/include/arm64.h
ec0ed8ee942fecd5168ef92f9076af1eb7fce0d7 02-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> semantics: add insn group JUMP, so now we can check if this insn is branching
/external/capstone/include/arm64.h
6b9b6647c1d506017d4fd1b9bfd44d3f300c0961 29-Nov-2013 Nguyen Anh Quynh <aquynh@gmail.com> arm64: support more alias insn
/external/capstone/include/arm64.h
6b7abe3c817e9c12eace482693d0b805d172ce04 29-Nov-2013 Nguyen Anh Quynh <aquynh@gmail.com> arm64: handle alias insn in a better way, and add support for MNEG. bug reported by Patroklos Argyroudis
/external/capstone/include/arm64.h
f1656de40ade14e660032a21dd427b06ecd7cb7a 29-Nov-2013 Nguyen Anh Quynh <aquynh@gmail.com> reduce the size of @operands for arm & arm64
/external/capstone/include/arm64.h
90acea35301127755640ceff418324b7d0a9bb27 29-Nov-2013 Nguyen Anh Quynh <aquynh@gmail.com> fix arm64_op_mem & arm64_op_type structures: int32_t is enough for imm & disp
/external/capstone/include/arm64.h
26ee41aa673b03494292229c6e4e331a668ce7b2 26-Nov-2013 Nguyen Anh Quynh <aquynh@gmail.com> initial import
/external/capstone/include/arm64.h