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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
sse-noavx.s 16 mfence
x86-64-sse-noavx.s 17 mfence
sse-noavx.d 21 [ ]*[a-f0-9]+: 0f ae f0 mfence
x86-64-sse-noavx.d 22 [ ]*[a-f0-9]+: 0f ae f0 mfence
sse2.s 5 mfence
sse2.d 13 [ ]*[a-f0-9]+: 0f ae f0 mfence
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-sse-noavx.d 23 [ ]*[a-f0-9]+: 0f ae f0 mfence
  /external/llvm/test/MC/X86/
x86-16.s 15 mfence
x86-32.s 12 mfence
13 // CHECK: mfence
x86-32-coverage.s     [all...]
  /art/compiler/optimizing/
code_generator_x86.h 544 assembler_.mfence();
code_generator_x86_64.h 518 assembler_.mfence();
  /art/compiler/utils/x86/
assembler_x86.h 597 void mfence();
assembler_x86.cc 1723 void X86Assembler::mfence() { function in class:art::x86::X86Assembler
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
asm_386.s 35 // On Intel processors LFENCE is enough. AMD requires MFENCE.
36 // Don't know about the rest, so let's do MFENCE.
613 // It can be replaced with MFENCE, but MFENCE was introduced only on the Pentium4 (SSE2).
908 TESTL $0x4000000, runtime·cpuid_edx(SB) // no sse2, no mfence
911 JNE mfence
914 mfence: label
915 BYTE $0x0f; BYTE $0xae; BYTE $0xf0 // MFENCE
    [all...]
asm_amd64.s 35 // On Intel processors LFENCE is enough. AMD requires MFENCE.
36 // Don't know about the rest, so let's do MFENCE.
909 JNE mfence
912 mfence: label
913 BYTE $0x0f; BYTE $0xae; BYTE $0xf0 // MFENCE
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_386.s 35 // On Intel processors LFENCE is enough. AMD requires MFENCE.
36 // Don't know about the rest, so let's do MFENCE.
613 // It can be replaced with MFENCE, but MFENCE was introduced only on the Pentium4 (SSE2).
908 TESTL $0x4000000, runtime·cpuid_edx(SB) // no sse2, no mfence
911 JNE mfence
914 mfence: label
915 BYTE $0x0f; BYTE $0xae; BYTE $0xf0 // MFENCE
    [all...]
asm_amd64.s 35 // On Intel processors LFENCE is enough. AMD requires MFENCE.
36 // Don't know about the rest, so let's do MFENCE.
909 JNE mfence
912 mfence: label
913 BYTE $0x0f; BYTE $0xae; BYTE $0xf0 // MFENCE
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 634 void mfence();
    [all...]
assembler_x86_64.cc 2146 void X86_64Assembler::mfence() { function in class:art::x86_64::X86_64Assembler
    [all...]

Completed in 630 milliseconds