HomeSort by relevance Sort by last modified time
    Searched refs:mfence (Results 51 - 66 of 66) sorted by null

1 23

  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
xed_test.go 198 mfence
  /art/compiler/optimizing/
code_generator_x86.h 597 assembler_.mfence();
code_generator_x86_64.h 574 assembler_.mfence();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
sse2.d 13 [ ]*[a-f0-9]+: 0f ae f0 mfence
  /art/compiler/utils/x86/
assembler_x86.h 686 void mfence();
jni_macro_assembler_x86.cc 420 __ mfence();
assembler_x86.cc 2351 void X86Assembler::mfence() { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.cc 471 __ mfence();
assembler_x86_64.h 721 void mfence();
assembler_x86_64.cc 2811 void X86_64Assembler::mfence() { function in class:art::x86_64::X86_64Assembler
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
asm_386.s 62 // On Intel processors LFENCE is enough. AMD requires MFENCE.
63 // Don't know about the rest, so let's do MFENCE.
840 TESTL $0x4000000, runtime·cpuid_edx(SB) // no sse2, no mfence
843 JNE mfence
846 mfence: label
847 BYTE $0x0f; BYTE $0xae; BYTE $0xf0 // MFENCE
    [all...]
asm_amd64.s 36 // On Intel processors LFENCE is enough. AMD requires MFENCE.
37 // Don't know about the rest, so let's do MFENCE.
870 JNE mfence
873 mfence: label
874 MFENCE
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_386.s 62 // On Intel processors LFENCE is enough. AMD requires MFENCE.
63 // Don't know about the rest, so let's do MFENCE.
840 TESTL $0x4000000, runtime·cpuid_edx(SB) // no sse2, no mfence
843 JNE mfence
846 mfence: label
847 BYTE $0x0f; BYTE $0xae; BYTE $0xf0 // MFENCE
    [all...]
asm_amd64.s 36 // On Intel processors LFENCE is enough. AMD requires MFENCE.
37 // Don't know about the rest, so let's do MFENCE.
870 JNE mfence
873 mfence: label
874 MFENCE
    [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s     [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32-coverage.s     [all...]

Completed in 419 milliseconds

1 23