Displaying 3 results from an estimated 3 matches for "__rpcc".
Did you mean:
__rcu
2003 Dec 19
2
[LLVMdev] About clock and wait instruction
...LLVM should be extended to support
> these operations eventually) you can always write them in assembly or
> whatever, then call them from LLVM.
>
Perhaps "clock" is referring to things like reading CPU cycle counter on
most modern processors (asm("rpcc %v0", foo) or __RPCC() compiler
builtin on Alpha, e.g.); in the long term, a candidate for builtins I
suspect.
> Note however that LLVM is _not_ a high-level language, and in fact we do
> not explicitly support _many_ features of HLLs directly in LLVM. We use a
> strategy of representing the key components...
2003 Dec 18
0
[LLVMdev] About clock and wait instruction
On Fri, 19 Dec 2003, Yueqiang wrote:
> In high level languge there are usually have time and sync instruction,
> to handle async and sync operation.
> I want to know how LLVM take an count of these.
I'm not sure exactly what 'time' and 'sync' operations you're talking
about, or what languages support them. However, LLVM is designed to make
it trivial to
2003 Dec 18
2
[LLVMdev] About clock and wait instruction
hi,
In high level languge there are usually have time and sync instruction,
to handle async and sync operation.
I want to know how LLVM take an count of these.
thanks
yueqiang
2003/12/19
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031218/07381085/attachment.html>