HomeSort by relevance Sort by last modified time
    Searched refs:hexagon (Results 26 - 50 of 151) sorted by null

12 3 4 5 6 7

  /external/llvm/test/MC/Hexagon/
duplex-registers.s 1 #RUN: llvm-mc -triple=hexagon -filetype=obj %s | llvm-objdump -d - | FileCheck %s
iconst.s 1 # RUN: llvm-mc -triple=hexagon -filetype=obj %s | llvm-objdump -d -r - | FileCheck %s
pcrel.s 1 # RUN: llvm-mc -arch=hexagon -filetype=obj %s | llvm-objdump -r - | FileCheck %s
register-alt-names.s 1 # RUN: llvm-mc -arch=hexagon < %s | FileCheck %s
tprel_noextend.s 1 # RUN: llvm-mc -arch=hexagon -filetype=obj %s | llvm-objdump -d - | FileCheck %s
elf-flags.s 1 # RUN: llvm-mc -arch=hexagon -mcpu=hexagonv4 --filetype=obj %s -o - | llvm-readobj -file-headers -elf-output-style=GNU | FileCheck --check-prefix=CHECK-V4 %s
2 # RUN: llvm-mc -arch=hexagon -mcpu=hexagonv5 --filetype=obj %s -o - | llvm-readobj -file-headers -elf-output-style=GNU | FileCheck --check-prefix=CHECK-V5 %s
3 # RUN: llvm-mc -arch=hexagon -mcpu=hexagonv55 --filetype=obj %s -o - | llvm-readobj -file-headers -elf-output-style=GNU | FileCheck --check-prefix=CHECK-V55 %s
4 # RUN: llvm-mc -arch=hexagon -mcpu=hexagonv60 --filetype=obj %s -o - | llvm-readobj -file-headers -elf-output-style=GNU | FileCheck --check-prefix=CHECK-V60 %s
two_ext.s 1 # RUN: llvm-mc -triple=hexagon -filetype=obj %s | llvm-objdump -d - | FileCheck %s
got.s 1 # RUN: llvm-mc -arch=hexagon -filetype=obj %s | llvm-objdump -r - | FileCheck %s
out_of_range.s 1 # RUN: not llvm-mc -triple=hexagon -filetype=asm %s 2>&1 | FileCheck %s
dcfetch.s 1 # RUN: llvm-mc -triple=hexagon -filetype=obj -mno-pairing %s -o %t; llvm-objdump -d %t | FileCheck %s
endloop.s 1 # RUN: not llvm-mc -triple=hexagon -filetype=asm %s 2>&1 | FileCheck %s
jumpdoublepound.s 1 # RUN: llvm-mc -triple=hexagon -filetype=obj %s -o - | llvm-objdump -d - | FileCheck %s
v60lookup.s 1 #RUN: llvm-mc -triple=hexagon -mcpu=hexagonv60 -filetype=obj %s | \
2 #RUN: llvm-objdump -triple=hexagon -mcpu=hexagonv60 -d - | \
double-vector-producer.s 1 # RUN: llvm-mc -arch=hexagon -mcpu=hexagonv60 -filetype=obj %s | llvm-objdump -d - | FileCheck %s
fixups.s 1 # RUN: llvm-mc -arch=hexagon -filetype=obj %s | llvm-objdump -d - | FileCheck %s
labels.s 1 # RUN: llvm-mc -triple=hexagon -filetype=asm -o - %s | FileCheck %s
lcomm.s 1 # RUN: llvm-mc -filetype=obj -triple=hexagon %s | llvm-objdump -t - | FileCheck %s
capitalizedEndloop.s 1 # RUN: llvm-mc -triple=hexagon -filetype=obj %s | llvm-objdump -d -r - | FileCheck %s
  /system/chre/build/arch/
hexagon.mk 2 # Build targets for a Hexagon-based processor
5 # Hexagon Environment Checks ###################################################
7 # Ensure that the user has specified a path to the Hexagon toolchain that they
11 containing a path to the hexagon toolchain. Example: \
23 # Hexagon Tools ################################################################
25 TARGET_AR = $(HEXAGON_TOOLS_PREFIX)/Tools/bin/hexagon-ar
26 TARGET_CC = $(HEXAGON_TOOLS_PREFIX)/Tools/bin/hexagon-clang
27 TARGET_LD = $(HEXAGON_TOOLS_PREFIX)/Tools/bin/hexagon-link
29 # Hexagon Compiler Flags #######################################################
31 # Add Hexagon compiler flag
    [all...]
  /system/chre/build/variant/
google_hexagonv60_slpi.mk 2 # Google CHRE Reference Implementation for Hexagon v60 Architecture on SLPI
20 include $(CHRE_PREFIX)/build/arch/hexagon.mk
google_hexagonv62_slpi.mk 2 # Google CHRE Reference Implementation for Hexagon v62 Architecture on SLPI
23 include $(CHRE_PREFIX)/build/arch/hexagon.mk
google_hexagonv62_slpi-uimg.mk 2 # Google CHRE Reference Implementation for Hexagon v62 Architecture on SLPI
29 include $(CHRE_PREFIX)/build/arch/hexagon.mk
qcom_hexagonv60_nanohub-uimg.mk 2 # Qualcomm CHRE Implementation for Hexagon v60, based on Nanohub
26 include $(CHRE_PREFIX)/build/arch/hexagon.mk
qcom_hexagonv60_nanohub.mk 2 # Qualcomm CHRE Implementation for Hexagon v60, based on Nanohub
21 include $(CHRE_PREFIX)/build/arch/hexagon.mk
  /external/skia/gm/
convexpolyclip.cpp 106 SkPath hexagon; variable
116 hexagon.moveTo(point);
118 hexagon.lineTo(point);
121 fClips.addToTail()->setPath(hexagon); variable
125 hexagon.transform(scaleM);
126 fClips.addToTail()->setPath(hexagon); variable

Completed in 158 milliseconds

12 3 4 5 6 7