/external/clang/lib/Headers/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/prebuilts/sdk/renderscript/clang-include/ |
xopintrin.h | 1 /*===---- xopintrin.h - XOP intrinsics -------------------------------------=== 34 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xop")))
|
/external/boringssl/src/include/openssl/ |
cpu.h | 86 * Bit 11 is used to indicate AMD XOP support, not SDBG
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
isa.hpp | 95 bool XOP(void) { return CPU_Rep.isAMD_ && CPU_Rep.f_81_ECX_[11]; }
|
/external/llvm/test/CodeGen/X86/ |
vector-bitreverse.ll | 8 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+xop,+avx | FileCheck %s --check-prefix=ALL --check-prefix=XOP --check-prefix=XOPAVX1 9 ; 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: test_bitreverse_i8: 79 ; XOP: # BB#0: 80 ; XOP-NEXT: vmovd %edi, %xmm0 81 ; XOP-NEXT: vpperm {{.*}}(%rip), %xmm0, %xmm0, %xmm0 82 ; XOP-NEXT: vpextrb $0, %xmm0, %eax 83 ; XOP-NEXT: # kill: %AL<def> %AL<kill> %EAX<kill [all...] |
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86BaseInfo.h | 387 // XOPA - Prefix to encode 0xA in VEX.MMMM of XOP instructions. 468 /// XOP - Opcode prefix used by XOP instructions. 469 XOP = 2 << EncodingShift, 552 /// ModRM or I8IMM. This is used for FMA4 and XOP instructions.
|
X86MCCodeEmitter.cpp | 643 // 0b01000: XOP map select - 08h instructions with imm byte 644 // 0b01001: XOP map select - 09h instructions with no imm byte 645 // 0b01010: XOP map select - 0Ah instructions with imm dword 890 if (Encoding == X86II::VEX || Encoding == X86II::XOP) { [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 451 // XOP variable/immediate rotations. 453 // XOP arithmetic/logical shifts. 455 // XOP signed/unsigned integer comparisons. 457 // XOP packed permute bytes. 459 // XOP two source permutation. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/ |
libtsan.a | [all...] |