HomeSort by relevance Sort by last modified time
    Searched refs:ARMV8 (Results 1 - 19 of 19) sorted by null

  /external/libavc/encoder/arm/
ih264e_function_selector.c 106 #if defined(ARMV8)
150 #if defined(ARMV8)
  /external/libmpeg2/common/arm/
ideint_function_selector.c 89 #if defined(ARMV8)
  /external/llvm/test/MC/ARM/
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
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/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
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
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/
ih264d_function_selector.c 64 #if defined(ARMV8)
  /external/libmpeg2/decoder/arm/
impeg2d_function_selector.c 77 #if defined(ARMV8)
  /external/capstone/bindings/python/
test_basic.py 22 ARMV8 = b"\xe0\x3b\xb2\xee\x42\x00\x01\xe1\x51\xf0\x7f\xf5"
44 (CS_ARCH_ARM, CS_MODE_ARM + CS_MODE_V8, ARMV8, "Arm-V8", 0),
test_detail.py 16 ARMV8 = b"\xe0\x3b\xb2\xee\x42\x00\x01\xe1\x51\xf0\x7f\xf5"
38 (CS_ARCH_ARM, CS_MODE_ARM + CS_MODE_V8, ARMV8, "Arm-V8", 0),
test_arm.py 16 ARMV8 = b"\xe0\x3b\xb2\xee\x42\x00\x01\xe1\x51\xf0\x7f\xf5"
24 (CS_ARCH_ARM, CS_MODE_ARM + CS_MODE_V8, ARMV8, "Arm-V8", 0),
  /external/libhevc/decoder/arm/
ihevcd_function_selector.c 69 #ifndef ARMV8
  /external/capstone/tests/
test_arm.c 203 #define ARMV8 "\xe0\x3b\xb2\xee\x42\x00\x01\xe1\x51\xf0\x7f\xf5"
245 (unsigned char*)ARMV8,
246 sizeof(ARMV8) - 1,
test_basic.c 40 #define ARMV8 "\xe0\x3b\xb2\xee\x42\x00\x01\xe1\x51\xf0\x7f\xf5"
136 (unsigned char*)ARMV8,
137 sizeof(ARMV8) - 1,
test_detail.c 43 #define ARMV8 "\xe0\x3b\xb2\xee\x42\x00\x01\xe1\x51\xf0\x7f\xf5"
136 (unsigned char*)ARMV8,
137 sizeof(ARMV8) - 1,
  /external/libavc/common/arm/
ih264_platform_macros.h 41 #ifndef ARMV8
  /external/libavc/common/armv8/
ih264_platform_macros.h 41 #ifndef ARMV8
  /external/libhevc/common/arm/
ihevc_platform_macros.h 37 #ifndef ARMV8
  /external/libhevc/encoder/
ihevce_function_selector.c 109 #if(defined(ENABLE_NEON) && defined(ARMV8))
239 #ifdef ARMV8
451 #ifdef ARMV8

Completed in 546 milliseconds