Displaying 7 results from an estimated 7 matches for "__builtin_ia32_mfence".
2008 Sep 16
4
[LLVMdev] llvm memory barrier as a builtin
I would like access to LLVM memory barrier instruction as a built-in
from clang, which means that I need a name for it. In gcc, I see names
like __builtin_ia32_mfence but those refers to X86 SSE instruction
that we support. I don't see a gcc name that has the same semantics
as our barrier instruction. For a name, I was thinking of
__builtin_memory_barrier or __builtin_llvm_memory_barrier. Does
anyone object of adding it as built-in or have a bett...
2008 Sep 17
2
[LLVMdev] llvm memory barrier as a builtin
...harth wrote:
> On Tue, Sep 16, 2008 at 5:42 PM, Mon Ping Wang <wangmp at apple.com>
> wrote:
>>
>> I would like access to LLVM memory barrier instruction as a built-in
>> from clang, which means that I need a name for it. In gcc, I see
>> names
>> like __builtin_ia32_mfence but those refers to X86 SSE instruction
>> that we support. I don't see a gcc name that has the same semantics
>> as our barrier instruction. For a name, I was thinking of
>> __builtin_memory_barrier or __builtin_llvm_memory_barrier. Does
>> anyone object of adding i...
2008 Sep 17
0
[LLVMdev] llvm memory barrier as a builtin
> I would like access to LLVM memory barrier instruction as a built-in
> from clang, which means that I need a name for it. In gcc, I see names
> like __builtin_ia32_mfence but those refers to X86 SSE instruction
> that we support. I don't see a gcc name that has the same semantics
> as our barrier instruction. For a name, I was thinking of
> __builtin_memory_barrier or __builtin_llvm_memory_barrier. Does
> anyone object of adding it as bui...
2008 Sep 17
1
[LLVMdev] llvm memory barrier as a builtin
On Tue, Sep 16, 2008 at 11:22 PM, Duncan Sands <baldrick at free.fr> wrote:
>> I would like access to LLVM memory barrier instruction as a built-in
>> from clang, which means that I need a name for it. In gcc, I see names
>> like __builtin_ia32_mfence but those refers to X86 SSE instruction
>> that we support. I don't see a gcc name that has the same semantics
>> as our barrier instruction. For a name, I was thinking of
>> __builtin_memory_barrier or __builtin_llvm_memory_barrier. Does
>> anyone object of adding i...
2008 Sep 17
0
[LLVMdev] llvm memory barrier as a builtin
On Tue, Sep 16, 2008 at 5:42 PM, Mon Ping Wang <wangmp at apple.com> wrote:
>
> I would like access to LLVM memory barrier instruction as a built-in
> from clang, which means that I need a name for it. In gcc, I see names
> like __builtin_ia32_mfence but those refers to X86 SSE instruction
> that we support. I don't see a gcc name that has the same semantics
> as our barrier instruction. For a name, I was thinking of
> __builtin_memory_barrier or __builtin_llvm_memory_barrier. Does
> anyone object of adding it as built-in or...
2008 Sep 17
0
[LLVMdev] llvm memory barrier as a builtin
...gt;> On Tue, Sep 16, 2008 at 5:42 PM, Mon Ping Wang <wangmp at apple.com>
>> wrote:
>>> I would like access to LLVM memory barrier instruction as a built-in
>>> from clang, which means that I need a name for it. In gcc, I see
>>> names
>>> like __builtin_ia32_mfence but those refers to X86 SSE instruction
>>> that we support. I don't see a gcc name that has the same semantics
>>> as our barrier instruction. For a name, I was thinking of
>>> __builtin_memory_barrier or __builtin_llvm_memory_barrier. Does
>>> anyone ob...
2008 Sep 18
1
[LLVMdev] llvm memory barrier as a builtin
...2 PM, Mon Ping Wang <wangmp at apple.com>
>>> wrote:
>>>> I would like access to LLVM memory barrier instruction as a built-
>>>> in
>>>> from clang, which means that I need a name for it. In gcc, I see
>>>> names
>>>> like __builtin_ia32_mfence but those refers to X86 SSE instruction
>>>> that we support. I don't see a gcc name that has the same
>>>> semantics
>>>> as our barrier instruction. For a name, I was thinking of
>>>> __builtin_memory_barrier or __builtin_llvm_memory_barrie...