Searched refs:ARMV8 (Results 1 - 16 of 16) sorted by relevance

/external/libavc/encoder/arm/
H A Dih264e_function_selector.c106 #if defined(ARMV8)
150 #if defined(ARMV8)
/external/libmpeg2/common/arm/
H A Dideint_function_selector.c89 #if defined(ARMV8)
/external/llvm/test/MC/ARM/
H A Ddeprecated-v8.s1 @ 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 Didiv.s7 @ 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 Dih264d_function_selector.c64 #if defined(ARMV8)
/external/libmpeg2/decoder/arm/
H A Dimpeg2d_function_selector.c77 #if defined(ARMV8)
/external/capstone/bindings/python/
H A Dtest_basic.py22 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 Dtest_detail.py16 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 Dtest_arm.py16 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 Dihevcd_function_selector.c69 #ifndef ARMV8
/external/capstone/tests/
H A Dtest_arm.c203 #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 Dtest_basic.c40 #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 Dtest_detail.c43 #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 Dih264_platform_macros.h39 #ifndef ARMV8
/external/libavc/common/armv8/
H A Dih264_platform_macros.h39 #ifndef ARMV8
/external/libhevc/common/arm/
H A Dihevc_platform_macros.h37 #ifndef ARMV8

Completed in 316 milliseconds