HomeSort by relevance Sort by last modified time
    Searched full:xgetbv (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
xsave.asm 3 xgetbv label
  /external/libyuv/files/source/
cpu_id.cc 67 // X86 CPUs have xgetbv to detect OS saves high parts of ymm registers.
71 static uint32 XGetBV(unsigned int xcr) {
77 static uint32 XGetBV(unsigned int xcr) {
80 _asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0 // xgetbv for vs2005.
86 static uint32 XGetBV(unsigned int xcr) {
154 ((XGetBV(kXCR_XFEATURE_ENABLED_MASK) & 0x06) == 0x06)) {
  /external/chromium_org/third_party/openssl/openssl/crypto/
x86_64cpuid.pl 161 .byte 0x0f,0x01,0xd0 # xgetbv
x86cpuid.pl 125 &data_byte(0x0f,0x01,0xd0); # xgetbv
  /external/openssl/crypto/
x86_64cpuid.pl 161 .byte 0x0f,0x01,0xd0 # xgetbv
x86cpuid.pl 125 &data_byte(0x0f,0x01,0xd0); # xgetbv
  /external/llvm/lib/Support/
Host.cpp 117 // Check xgetbv; this uses a .byte sequence instead of the instruction
118 // directly because older assemblers do not include support for xgetbv and
153 // If CPUID indicates support for XSAVE, XRESTORE and AVX, and XGETBV
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 177 // Check xgetbv; this uses a .byte sequence instead of the instruction
178 // directly because older assemblers do not include support for xgetbv and
X86InstrSystem.td 443 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, TB;
  /external/llvm/test/MC/X86/
x86-64.s 1042 xgetbv // CHECK: xgetbv # encoding: [0x0f,0x01,0xd0] label
  /external/valgrind/main/coregrind/
m_machine.c 797 /* processor supports AVX instructions and XGETBV is enabled
801 ".byte 0x0F,0x01,0xD0 ; " /* xgetbv */
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_nasm.gperf     [all...]
x86insn_gas.gperf     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-objdump 
i686-linux-as 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/bin/
objdump 
as 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/
i686-linux-objdump 
i686-linux-as 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/
objdump 
as 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/
i686-linux-android-as 
i686-linux-android-objdump 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/bin/
as 
objdump 

Completed in 1612 milliseconds

1 2