/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/ |
BuiltinsX86.def | [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/ |
BuiltinsX86.def | [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/ |
BuiltinsX86.def | [all...] |
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
module.map | 124 explicit module xop { 125 requires xop
|
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
module.map | 124 explicit module xop { 125 requires xop
|
/prebuilts/sdk/renderscript/clang-include/ |
module.map | 135 explicit module xop { 136 requires xop
|
/external/capstone/arch/X86/ |
X86DisassemblerDecoder.h | 76 #define rFromXOP2of3(xop) (((~(xop)) & 0x80) >> 7) 77 #define xFromXOP2of3(xop) (((~(xop)) & 0x40) >> 6) 78 #define bFromXOP2of3(xop) (((~(xop)) & 0x20) >> 5) 79 #define mmmmmFromXOP2of3(xop) ((xop) & 0x1f) 80 #define wFromXOP3of3(xop) (((xop) & 0x80) >> 7 [all...] |
/external/llvm/lib/Target/X86/Disassembler/ |
X86DisassemblerDecoder.h | 66 #define rFromXOP2of3(xop) (((~(xop)) & 0x80) >> 7) 67 #define xFromXOP2of3(xop) (((~(xop)) & 0x40) >> 6) 68 #define bFromXOP2of3(xop) (((~(xop)) & 0x20) >> 5) 69 #define mmmmmFromXOP2of3(xop) ((xop) & 0x1f) 70 #define wFromXOP3of3(xop) (((xop) & 0x80) >> 7 [all...] |
/external/llvm/test/CodeGen/X86/ |
vector-shift-shl-128.ll | 6 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+xop,+avx | FileCheck %s --check-prefix=ALL --check-prefix=XOP --check-prefix=XOPAVX1 7 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+xop,+avx2 | FileCheck %s --check-prefix=ALL --check-prefix=XOP --check-prefix=XOPAVX2 244 ; XOP-LABEL: var_shift_v8i16: 245 ; XOP: # BB#0: 246 ; XOP-NEXT: vpshlw %xmm1, %xmm0, %xmm0 247 ; XOP-NEXT: retq 364 ; XOP-LABEL: var_shift_v16i8: 365 ; XOP: # BB#0 [all...] |
vector-rotate-128.ll | 6 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+xop,+avx | FileCheck %s --check-prefix=ALL --check-prefix=XOP --check-prefix=XOPAVX1 7 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+xop,+avx2 | FileCheck %s --check-prefix=ALL --check-prefix=XOP --check-prefix=XOPAVX2 78 ; XOP-LABEL: var_rotate_v2i64: 79 ; XOP: # BB#0: 80 ; XOP-NEXT: vprotq %xmm1, %xmm0, %xmm0 81 ; XOP-NEXT: retq 208 ; XOP-LABEL: var_rotate_v4i32: 209 ; XOP: # BB#0 [all...] |
vector-shift-lshr-128.ll | 6 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+xop,+avx | FileCheck %s --check-prefix=ALL --check-prefix=XOP --check-prefix=XOPAVX1 7 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+xop,+avx2 | FileCheck %s --check-prefix=ALL --check-prefix=XOP --check-prefix=XOPAVX2 287 ; XOP-LABEL: var_shift_v8i16: 288 ; XOP: # BB#0: 289 ; XOP-NEXT: vpxor %xmm2, %xmm2, %xmm2 290 ; XOP-NEXT: vpsubw %xmm1, %xmm2, %xmm1 291 ; XOP-NEXT: vpshlw %xmm1, %xmm0, %xmm0 292 ; XOP-NEXT: ret [all...] |
vector-shift-ashr-128.ll | 6 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+xop,+avx | FileCheck %s --check-prefix=ALL --check-prefix=XOP --check-prefix=XOPAVX1 7 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+xop,+avx2 | FileCheck %s --check-prefix=ALL --check-prefix=XOP --check-prefix=XOPAVX2 75 ; XOP-LABEL: var_shift_v2i64: 76 ; XOP: # BB#0: 77 ; XOP-NEXT: vpxor %xmm2, %xmm2, %xmm2 78 ; XOP-NEXT: vpsubq %xmm1, %xmm2, %xmm1 79 ; XOP-NEXT: vpshaq %xmm1, %xmm0, %xmm0 80 ; XOP-NEXT: ret [all...] |
/external/llvm/test/Analysis/CostModel/X86/ |
bswap.ll | 5 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=bdver2 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=XOP -check-prefix=XOPAVX1 6 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=bdver4 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=XOP -check-prefix=XOPAVX2 23 ; XOP: Found an estimated cost of 1 for instruction: %bswap 45 ; XOP: Found an estimated cost of 1 for instruction: %bswap 67 ; XOP: Found an estimated cost of 1 for instruction: %bswap
|
vshift-ashr-cost.ll | 5 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=bdver2 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=XOP -check-prefix=XOPAVX 6 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=bdver4 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=XOP -check-prefix=XOPAVX2 20 ; XOP: Found an estimated cost of 2 for instruction: %shift 31 ; XOP: Found an estimated cost of 4 for instruction: %shift 66 ; XOP: Found an estimated cost of 2 for instruction: %shift 77 ; XOP: Found an estimated cost of 4 for instruction: %shift 88 ; XOP: Found an estimated cost of 2 for instruction: %shift 99 ; XOP: Found an estimated cost of 4 for instruction: %shift 114 ; XOP: Found an estimated cost of 2 for instruction: %shift 126 ; XOP: Found an estimated cost of 4 for instruction: %shif [all...] |
vshift-lshr-cost.ll | 5 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=bdver2 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=XOP -check-prefix=XOPAVX 6 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=bdver4 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=XOP -check-prefix=XOPAVX2 68 ; XOP: Found an estimated cost of 2 for instruction: %shift 79 ; XOP: Found an estimated cost of 4 for instruction: %shift 90 ; XOP: Found an estimated cost of 2 for instruction: %shift 101 ; XOP: Found an estimated cost of 4 for instruction: %shift 168 ; XOP: Found an estimated cost of 2 for instruction: %shift 180 ; XOP: Found an estimated cost of 4 for instruction: %shift 192 ; XOP: Found an estimated cost of 2 for instruction: %shift 204 ; XOP: Found an estimated cost of 4 for instruction: %shif [all...] |
vshift-shl-cost.ll | 5 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=bdver2 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=XOP -check-prefix=XOPAVX 6 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=bdver4 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=XOP -check-prefix=XOPAVX2 69 ; XOP: Found an estimated cost of 1 for instruction: %shift 80 ; XOP: Found an estimated cost of 2 for instruction: %shift 91 ; XOP: Found an estimated cost of 1 for instruction: %shift 102 ; XOP: Found an estimated cost of 2 for instruction: %shift 169 ; XOP: Found an estimated cost of 1 for instruction: %shift 181 ; XOP: Found an estimated cost of 2 for instruction: %shift 193 ; XOP: Found an estimated cost of 1 for instruction: %shift 205 ; XOP: Found an estimated cost of 2 for instruction: %shif [all...] |
/external/clang/test/CodeGen/ |
target-builtin-noerror.c | 60 (void)__builtin_cpu_supports("xop");
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
noavx-3.s | 24 .arch .xop
|
/external/llvm/lib/Target/X86/ |
X86InstrXOP.td | 1 //===-- X86InstrXOP.td - XOP Instruction Set ---------------*- tablegen -*-===// 10 // This file describes XOP (eXtended OPerations) 17 [(set VR128:$dst, (Int VR128:$src))]>, XOP; 20 [(set VR128:$dst, (Int (bitconvert (memop addr:$src))))]>, XOP; 46 [(set VR128:$dst, (Int VR128:$src))]>, XOP; 49 [(set VR128:$dst, (Int (bitconvert mem_cpat:$src)))]>, XOP; 56 [(set VR128:$dst, (Int VR128:$src))]>, XOP; 59 [(set VR128:$dst, (Int (bitconvert (memop addr:$src))))]>, XOP; 66 [(set VR256:$dst, (Int VR256:$src))]>, XOP, VEX_L; 69 [(set VR256:$dst, (Int (bitconvert (memop addr:$src))))]>, XOP, VEX_L [all...] |
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
bitreverse.ll | 5 ; RUN: opt < %s -mtriple=x86_64-unknown -mcpu=bdver2 -basicaa -slp-vectorizer -S | FileCheck %s --check-prefix=CHECK --check-prefix=XOP 6 ; RUN: opt < %s -mtriple=x86_64-unknown -mcpu=bdver4 -basicaa -slp-vectorizer -S | FileCheck %s --check-prefix=CHECK --check-prefix=XOP 43 ; XOP-LABEL: @bitreverse_2i64( 44 ; XOP-NEXT: [[TMP1:%.*]] = load <2 x i64>, <2 x i64>* bitcast ([4 x i64]* @src64 to <2 x i64>*), align 8 45 ; XOP-NEXT: [[TMP2:%.*]] = call <2 x i64> @llvm.bitreverse.v2i64(<2 x i64> [[TMP1]]) 46 ; XOP-NEXT: store <2 x i64> [[TMP2]], <2 x i64>* bitcast ([4 x i64]* @dst64 to <2 x i64>*), align 8 47 ; XOP-NEXT: ret void 95 ; XOP-LABEL: @bitreverse_4i64( 96 ; XOP-NEXT: [[TMP1:%.*]] = load <4 x i64>, <4 x i64>* bitcast ([4 x i64]* @src64 to <4 x i64>*), align 4 97 ; XOP-NEXT: [[TMP2:%.*]] = call <4 x i64> @llvm.bitreverse.v4i64(<4 x i64> [[TMP1]] [all...] |
/external/clang/test/Driver/ |
x86-target-features.c | 38 // RUN: %clang -target i386-unknown-linux-gnu -march=i386 -mxop -mf16c -mrtm -mprfchw -mrdseed %s -### -o %t.o 2>&1 | FileCheck -check-prefix=XOP %s 39 // RUN: %clang -target i386-unknown-linux-gnu -march=i386 -mno-xop -mno-f16c -mno-rtm -mno-prfchw -mno-rdseed %s -### -o %t.o 2>&1 | FileCheck -check-prefix=NO-XOP %s 40 // XOP: "-target-feature" "+xop" "-target-feature" "+f16c" "-target-feature" "+rtm" "-target-feature" "+prfchw" "-target-feature" "+rdseed" 41 // NO-XOP: "-target-feature" "-xop" "-target-feature" "-f16c" "-target-feature" "-rtm" "-target-feature" "-prfchw" "-target-feature" "-rdseed"
|
/external/capstone/ |
config.mk | 48 # - eXtended Operations (XOP)
|
/external/clang/test/Headers/ |
x86intrin-2.c | 121 __m256 __attribute__((__target__("xop"))) mm256_frcz_ps_wrap(__m256 a) {
|
/external/python/cpython3/Modules/_blake2/impl/ |
blake2s-round.h | 70 #include "blake2s-load-xop.h"
|
/toolchain/binutils/binutils-2.27/opcodes/ |
ppc-opc.c | [all...] |