HomeSort by relevance Sort by last modified time
    Searched full:bmi2 (Results 1 - 20 of 20) sorted by null

  /external/llvm/test/CodeGen/X86/
shift-bmi2.ll 1 ; RUN: llc -mtriple=i386-unknown-unknown -mcpu=core-avx2 < %s | FileCheck --check-prefix=BMI2 %s
7 ; BMI2: shl32
8 ; BMI2: shlxl
9 ; BMI2: ret
19 ; BMI2: shl32i
20 ; BMI2-NOT: shlxl
21 ; BMI2: ret
32 ; BMI2: shl32p
33 ; BMI2: shlxl %{{.+}}, ({{.+}}), %{{.+}}
34 ; BMI2: re
    [all...]
rot64.ll 6 ; RUN: llc < %s -march=x86-64 -mcpu=core-avx2 | FileCheck %s --check-prefix=BMI2
46 ; BMI2: xfoo:
47 ; BMI2: rorxq $57
56 ; BMI2: xfoop:
57 ; BMI2: rorxq $57, ({{.+}}), %{{.+}}
75 ; BMI2: xun:
76 ; BMI2: rorxq $7
85 ; BMI2: xunp:
86 ; BMI2: rorxq $7, ({{.+}}), %{{.+}}
rot32.ll 2 ; RUN: llc < %s -march=x86 -mcpu=core-avx2 | FileCheck %s --check-prefix=BMI2
52 ; BMI2: xfoo:
53 ; BMI2: rorxl $25
62 ; BMI2: xfoop:
63 ; BMI2: rorxl $25, ({{.+}}), %{{.+}}
85 ; BMI2: xun:
86 ; BMI2: rorxl $7
95 ; BMI2: xunp:
96 ; BMI2: rorxl $7, ({{.+}}), %{{.+}}
subtarget-feature-change.ll 61 attributes #0 = { nounwind optsize ssp uwtable "target-cpu"="core2" "target-features"="-sse4a,-avx2,-xop,-fma4,-bmi2,-3dnow,-3dnowa,-pclmul,-sse,-avx,-sse41,-ssse3,+mmx,-rtm,-sse42,-lzcnt,-f16c,-popcnt,-bmi,-aes,-fma,-rdrand,-sse2,-sse3" }
62 attributes #1 = { nounwind optsize ssp uwtable "target-cpu"="core2" "target-features"="-sse4a,-avx2,-xop,-fma4,-bmi2,-3dnow,-3dnowa,-pclmul,+sse,-avx,-sse41,+ssse3,+mmx,-rtm,-sse42,-lzcnt,-f16c,-popcnt,-bmi,-aes,-fma,-rdrand,+sse2,+sse3" }
bmi.ll 1 ; RUN: llc < %s -march=x86-64 -mattr=+bmi,+bmi2 | FileCheck %s
  /external/clang/lib/Headers/
module.map 93 explicit module bmi2 {
94 requires bmi2
bmi2intrin.h 1 /*===---- bmi2intrin.h - BMI2 intrinsics -----------------------------------===
29 # error "BMI2 instruction set not enabled"
  /external/clang/test/CodeGen/
bmi2-builtins.c 1 // RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +bmi2 -emit-llvm -o - | FileCheck %s
2 // RUN: %clang_cc1 %s -O3 -triple=i386-apple-darwin -target-feature +bmi2 -emit-llvm -o - | FileCheck %s --check-prefix=B32
  /prebuilts/sdk/renderscript/clang-include/
bmi2intrin.h 1 /*===---- bmi2intrin.h - BMI2 intrinsics -----------------------------------===
29 # error "BMI2 instruction set not enabled"
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
bmi2intrin.h 29 # error "BMI2 instruction set not enabled"
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
bmi2intrin.h 29 # error "BMI2 instruction set not enabled"
  /external/llvm/lib/Target/X86/
X86.td 119 def FeatureBMI2 : SubtargetFeature<"bmi2", "HasBMI2", "true",
120 "Support BMI2 instructions">;
X86Subtarget.h 118 /// HasBMI2 - Processor has BMI2 instructions.
X86InstrInfo.cpp 558 // BMI/BMI2/LZCNT/POPCNT foldable instructions
    [all...]
  /external/clang/include/clang/Basic/
BuiltinsX86.def 631 // BMI2
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/clang/include/clang/Driver/
Options.td     [all...]
  /prebuilts/clang/linux-x86/3.1/
clang 
clang++ 
  /prebuilts/sdk/tools/linux/
libclang.so 

Completed in 390 milliseconds