OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mout0
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
mult-alt-x86.c
4
int
mout0
;
variable
14
asm("foo %1,%0" : "=R" (
mout0
) : "R" (min1));
21
asm("foo %1,%0" : "=q" (
mout0
) : "q" (min1));
28
asm("foo %1,%0" : "=Q" (
mout0
) : "Q" (min1));
35
asm("foo %1,%0" : "=a" (
mout0
) : "a" (min1));
42
asm("foo %1,%0" : "=b" (
mout0
) : "b" (min1));
49
asm("foo %1,%0" : "=c" (
mout0
) : "c" (min1));
56
asm("foo %1,%0" : "=d" (
mout0
) : "d" (min1));
63
asm("foo %1,%0" : "=S" (
mout0
) : "S" (min1));
70
asm("foo %1,%0" : "=D" (
mout0
) : "D" (min1))
[
all
...]
mult-alt-generic.c
13
int
mout0
;
variable
21
asm("foo %1,%0" : "=m" (
mout0
) : "m" (min1));
36
// asm("foo %1,%0" : "=m" (
mout0
) : "V" (min1));
154
asm("foo %1,%0" : "=m,r" (
mout0
) : "m,r" (min1));
169
// asm("foo %1,%0" : "=m,r" (
mout0
) : "r,V" (min1));
Completed in 43 milliseconds