Home
last modified time | relevance | path

Searched refs:MFence (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_x86_defs.h523 } MFence; member
Dhost_amd64_defs.h560 } MFence; member
Dhost_x86_defs.c728 i->Xin.MFence.hwcaps = hwcaps; in X86Instr_MFence()
1056 LibVEX_ppVexHwCaps(VexArchX86,i->Xin.MFence.hwcaps)); in ppX86Instr()
2721 if (i->Xin.MFence.hwcaps & (VEX_HWCAPS_X86_SSE3 in emit_X86Instr()
2727 if (i->Xin.MFence.hwcaps & VEX_HWCAPS_X86_MMXEXT) { in emit_X86Instr()
2735 if (i->Xin.MFence.hwcaps == 0/*baseline, no SSE*/) { in emit_X86Instr()
Dhost_arm_defs.h889 } MFence; member
Dhost_arm64_defs.h703 } MFence; member
Dhost_ppc_defs.h751 } MFence; member
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp20674 Function *MFence = in lowerIdempotentRMWIntoFencedLoad() local
20676 Builder.CreateCall(MFence, {}); in lowerIdempotentRMWIntoFencedLoad()