/art/runtime/interpreter/mterp/arm64/ |
op_move_object.S | 1 %include "arm64/op_move.S" {"is_object":"1"}
|
op_move_object_16.S | 1 %include "arm64/op_move_16.S" {"is_object":"1"}
|
op_move_object_from16.S | 1 %include "arm64/op_move_from16.S" {"is_object":"1"}
|
op_move_result_object.S | 1 %include "arm64/op_move_result.S" {"is_object":"1"}
|
op_shl_long.S | 1 %include "arm64/shiftWide.S" {"opcode":"lsl"}
|
op_shl_long_2addr.S | 1 %include "arm64/shiftWide2addr.S" {"opcode":"lsl"}
|
op_shr_long.S | 1 %include "arm64/shiftWide.S" {"opcode":"asr"}
|
op_shr_long_2addr.S | 1 %include "arm64/shiftWide2addr.S" {"opcode":"asr"}
|
op_sparse_switch.S | 1 %include "arm64/op_packed_switch.S" { "func":"MterpDoSparseSwitch" }
|
op_sput_boolean.S | 1 %include "arm64/op_sput.S" {"helper":"MterpSetBooleanStatic"}
|
op_sput_byte.S | 1 %include "arm64/op_sput.S" {"helper":"MterpSetByteStatic"}
|
op_sput_char.S | 1 %include "arm64/op_sput.S" {"helper":"MterpSetCharStatic"}
|
op_sput_short.S | 1 %include "arm64/op_sput.S" {"helper":"MterpSetShortStatic"}
|
op_ushr_long.S | 1 %include "arm64/shiftWide.S" {"opcode":"lsr"}
|
op_ushr_long_2addr.S | 1 %include "arm64/shiftWide2addr.S" {"opcode":"lsr"}
|
op_add_float.S | 1 %include "arm64/fbinop.S" {"instr":"fadd s0, s0, s1"}
|
op_add_float_2addr.S | 1 %include "arm64/fbinop2addr.S" {"instr":"fadd s2, s0, s1"}
|
op_add_int.S | 1 %include "arm64/binop.S" {"instr":"add w0, w0, w1"}
|
op_add_int_2addr.S | 1 %include "arm64/binop2addr.S" {"instr":"add w0, w0, w1"}
|
/art/test/564-checker-negbitwise/ |
info.txt | 1 Test negated bitwise operations simplification on ARM64.
|
/external/llvm/test/CodeGen/AArch64/ |
emutls.ll | 2 ; RUN: -relocation-model=pic -disable-fp-elim < %s | FileCheck -check-prefix=ARM64 %s 11 ; ARM64-LABEL: my_get_xyz: 12 ; ARM64: adrp x0, :got:my_emutls_v_xyz 13 ; ARM64-NEXT: ldr x0, [x0, :got_lo12:my_emutls_v_xyz] 14 ; ARM64-NEXT: bl my_emutls_get_address 15 ; ARM64-NEXT: ldr w0, [x0] 16 ; ARM64-NEXT: ldp x29, x30, [sp] 34 ; ARM64-LABEL: f1: 35 ; ARM64: adrp x0, :got:__emutls_v.i1 36 ; ARM64-NEXT: ldr x0, [x0, :got_lo12:__emutls_v.i1 [all...] |
arm64-fast-isel-intrinsic.ll | 1 ; RUN: llc -O0 -fast-isel-abort=1 -verify-machineinstrs -relocation-model=dynamic-no-pic -mtriple=arm64-apple-ios < %s | FileCheck %s --check-prefix=ARM64 7 ; ARM64-LABEL: t1 8 ; ARM64: adrp x8, _message@PAGE 9 ; ARM64: add x0, x8, _message@PAGEOFF 10 ; ARM64: mov w9, wzr 11 ; ARM64: mov x2, #80 12 ; ARM64: uxtb w1, w9 13 ; ARM64: bl _memset 21 ; ARM64-LABEL: t [all...] |
/development/ide/clion/frameworks/native/ |
CMakeLists.txt | 4 add_subdirectory(libs/ui/libui-arm64-android) 5 add_subdirectory(libs/gui/libgui-arm64-android)
|
/art/runtime/arch/arm64/ |
quick_method_frame_info_arm64.h | 26 namespace arm64 { namespace in namespace:art 33 (1 << art::arm64::LR); 36 (1 << art::arm64::X20) | (1 << art::arm64::X21) | (1 << art::arm64::X22) | 37 (1 << art::arm64::X23) | (1 << art::arm64::X24) | (1 << art::arm64::X25) | 38 (1 << art::arm64::X26) | (1 << art::arm64::X27) | (1 << art::arm64::X28) [all...] |
/external/libhevc/ |
decoder.arm64.mk | 6 libhevcd_inc_dir_arm64 += $(LOCAL_PATH)/decoder/arm64 7 libhevcd_inc_dir_arm64 += $(LOCAL_PATH)/common/arm64 12 libhevcd_srcs_c_arm64 += decoder/arm64/ihevcd_function_selector_av8.c 17 libhevcd_srcs_asm_arm64 += common/arm64/ihevc_mem_fns.s 18 libhevcd_srcs_asm_arm64 += common/arm64/ihevc_itrans_recon_32x32.s 19 libhevcd_srcs_asm_arm64 += common/arm64/ihevc_weighted_pred_bi_default.s 20 libhevcd_srcs_asm_arm64 += common/arm64/ihevc_weighted_pred_bi.s 21 libhevcd_srcs_asm_arm64 += common/arm64/ihevc_weighted_pred_uni.s 22 libhevcd_srcs_asm_arm64 += common/arm64/ihevc_deblk_luma_horz.s 23 libhevcd_srcs_asm_arm64 += common/arm64/ihevc_deblk_luma_vert. [all...] |