Searched refs:ARMV8 (Results 1 - 16 of 16) sorted by relevance
/external/libavc/encoder/arm/ |
H A D | ih264e_function_selector.c | 106 #if defined(ARMV8) 150 #if defined(ARMV8)
|
/external/libmpeg2/common/arm/ |
H A D | ideint_function_selector.c | 89 #if defined(ARMV8)
|
/external/llvm/test/MC/ARM/ |
H A D | deprecated-v8.s | 1 @ RUN: llvm-mc -triple armv8 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ARMV8 7 @ CHECK-ARMV8: warning: deprecated 12 @ CHECK-ARMV8: warning: deprecated since v7, use 'isb' 18 @ CHECK-ARMV8: warning: deprecated since v7, use 'dsb' 24 @ CHECK-ARMV8: warning: deprecated since v7, use 'dmb' 36 @ CHECK-ARMV8: warning: applying IT instruction to more than one subsequent instruction is deprecated
|
H A D | idiv.s | 7 @ RUN: llvm-mc -triple=armv8 -show-encoding < %s 2>&1 | FileCheck -check-prefix ARMV8 %s 10 @ RUN: llvm-mc -triple=armv8 -mattr=-hwdiv -show-encoding < %s 2>&1 | FileCheck -check-prefix ARMV8-NOTHUMBHWDIV %s 25 @ ARMV8: sdiv r1, r2, r3 @ encoding: [0x12,0xf3,0x11,0xe7] 26 @ ARMV8: udiv r3, r4, r5 @ encoding: [0x14,0xf5,0x33,0xe7] 30 @ ARMV8-NOTHUMBHWDIV: sdiv r1, r2, r3 @ encoding: [0x12,0xf3,0x11,0xe7] 31 @ ARMV8-NOTHUMBHWDIV: udiv r3, r4, r5 @ encoding: [0x14,0xf5,0x33,0xe7]
|
/external/libavc/decoder/arm/ |
H A D | ih264d_function_selector.c | 64 #if defined(ARMV8)
|
/external/libmpeg2/decoder/arm/ |
H A D | impeg2d_function_selector.c | 77 #if defined(ARMV8)
|
/external/capstone/bindings/python/ |
H A D | test_basic.py | 22 ARMV8 = b"\xe0\x3b\xb2\xee\x42\x00\x01\xe1\x51\xf0\x7f\xf5" variable 44 (CS_ARCH_ARM, CS_MODE_ARM + CS_MODE_V8, ARMV8, "Arm-V8", 0),
|
H A D | test_detail.py | 16 ARMV8 = b"\xe0\x3b\xb2\xee\x42\x00\x01\xe1\x51\xf0\x7f\xf5" variable 38 (CS_ARCH_ARM, CS_MODE_ARM + CS_MODE_V8, ARMV8, "Arm-V8", 0),
|
H A D | test_arm.py | 16 ARMV8 = b"\xe0\x3b\xb2\xee\x42\x00\x01\xe1\x51\xf0\x7f\xf5" variable 24 (CS_ARCH_ARM, CS_MODE_ARM + CS_MODE_V8, ARMV8, "Arm-V8", 0),
|
/external/libhevc/decoder/arm/ |
H A D | ihevcd_function_selector.c | 69 #ifndef ARMV8
|
/external/capstone/tests/ |
H A D | test_arm.c | 203 #define ARMV8 "\xe0\x3b\xb2\xee\x42\x00\x01\xe1\x51\xf0\x7f\xf5" macro 245 (unsigned char*)ARMV8, 246 sizeof(ARMV8) - 1,
|
H A D | test_basic.c | 40 #define ARMV8 "\xe0\x3b\xb2\xee\x42\x00\x01\xe1\x51\xf0\x7f\xf5" macro 136 (unsigned char*)ARMV8, 137 sizeof(ARMV8) - 1,
|
H A D | test_detail.c | 43 #define ARMV8 "\xe0\x3b\xb2\xee\x42\x00\x01\xe1\x51\xf0\x7f\xf5" macro 136 (unsigned char*)ARMV8, 137 sizeof(ARMV8) - 1,
|
/external/libavc/common/arm/ |
H A D | ih264_platform_macros.h | 39 #ifndef ARMV8
|
/external/libavc/common/armv8/ |
H A D | ih264_platform_macros.h | 39 #ifndef ARMV8
|
/external/libhevc/common/arm/ |
H A D | ihevc_platform_macros.h | 37 #ifndef ARMV8
|
Completed in 316 milliseconds