diff options
| author | Colin Cross <ccross@android.com> | 2014-01-24 21:24:52 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-01-24 21:24:52 +0000 |
| commit | 892af2303f4d7ca628bdd538fc372fc06b26228f (patch) | |
| tree | 84b022aefe851fb8001c98f47c8c42f3e89a1657 /libpixelflinger/codeflinger/Arm64Disassembler.h | |
| parent | 9c34e9646d081d4174a2df801ccf94b9678539b5 (diff) | |
| parent | 9222d911a89d30a9b0537e8cdb95401be3a4999e (diff) | |
| download | system_core-892af2303f4d7ca628bdd538fc372fc06b26228f.zip system_core-892af2303f4d7ca628bdd538fc372fc06b26228f.tar.gz system_core-892af2303f4d7ca628bdd538fc372fc06b26228f.tar.bz2 | |
am 9222d911: am c8518616: am 02f68c4b: am 4800e20e: Merge "system/core: rename aarch64 target to arm64"
* commit '9222d911a89d30a9b0537e8cdb95401be3a4999e':
system/core: rename aarch64 target to arm64
Diffstat (limited to 'libpixelflinger/codeflinger/Arm64Disassembler.h')
| -rw-r--r-- | libpixelflinger/codeflinger/Arm64Disassembler.h | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/libpixelflinger/codeflinger/Arm64Disassembler.h b/libpixelflinger/codeflinger/Arm64Disassembler.h new file mode 100644 index 0000000..86f3aba --- /dev/null +++ b/libpixelflinger/codeflinger/Arm64Disassembler.h @@ -0,0 +1,35 @@ +/* + * Copyright (C) 2013 The Android Open Source Project + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + +#ifndef ANDROID_ARM64DISASSEMBLER_H +#define ANDROID_ARM64DISASSEMBLER_H + +#include <inttypes.h> +int arm64_disassemble(uint32_t code, char* instr); + +#endif //ANDROID_ARM64ASSEMBLER_H |
