Lines Matching full:double
15 define double @test2() {
16 %tmp85 = call double asm sideeffect "fld0", "={st(0)}"()
17 ret double %tmp85
39 define void @test4(double %X) {
40 call void asm sideeffect "frob ", "{st(0)},~{st},~{dirflag},~{fpsr},~{flags}"( double %X)
50 define void @test5(double %X) {
51 %Y = fadd double %X, 123.0
52 call void asm sideeffect "frob ", "{st(0)},~{st},~{dirflag},~{fpsr},~{flags}"( double %Y)
57 define void @test6(double %A, double %B, double %C,
58 double %D, double %E) nounwind {
65 tail call void asm sideeffect "foo $0 $1", "f,f,~{dirflag},~{fpsr},~{flags}"( double %A, double %A ) nounwind
71 tail call void asm sideeffect "bar $0 $1", "f,f,~{dirflag},~{fpsr},~{flags}"( double %B, double %C ) nounwind
78 tail call void asm sideeffect "baz $0 $1", "f,f,~{dirflag},~{fpsr},~{flags}"( double %D, double %E ) nounwind
85 tail call void asm sideeffect "baz $0", "f,~{dirflag},~{fpsr},~{flags}"( double %D ) nounwind
104 call void asm sideeffect "fistpl $0", "{st},~{st}"(double 1.000000e+06)
105 call void asm sideeffect "fistpl $0", "{st},~{st}"(double 1.000000e+06)
123 call void asm sideeffect "fistl $0", "{st}"(double 1.000000e+06)
124 call void asm sideeffect "fistpl $0", "{st},~{st}"(double 1.000000e+06)
189 ; void fist1(long double x, int *p) {
207 ; long double fist2(long double x, int *p) {
208 ; long double y;
226 ; void fucomp1(long double x, long double y) {
244 ; void fucomp2(long double x, long double y) {
248 ; void fucomp3(long double x, long double y) {
340 %0 = tail call i32 asm "fcomi $2, $1; pushf; pop $0", "=r,{st},{st(1)},~{dirflag},~{fpsr},~{flags}"(double 2.000000e+00, double 2.000000e+00) nounwind