Lines Matching full:void
9 define void @test2(i32 %V) nounwind {
11 call void asm sideeffect "FROB $0", "{ax}"(i32 %V)
12 ret void
15 define void @test3() nounwind {
17 tail call void asm sideeffect "frob $0", "m"( float 0x41E0000000000000)
18 ret void
21 define void @test4() nounwind {
23 tail call void asm sideeffect "bork $0", "J"(i32 37) nounwind
24 ret void
35 define void @test6(i1 zeroext %desired) nounwind {
37 tail call void asm sideeffect "foo $0", "q,~{dirflag},~{fpsr},~{flags}"(i1 %desired) nounwind
38 ret void
41 define void @test7(i1 zeroext %desired, i32* %p) nounwind {
44 ret void