blob: 119495372a7bc1370dd98f743bbe7721b9f13abe [file] [log] [blame]
Evan Chengfb112882009-03-23 08:01:15 +00001; RUN: llvm-as < %s | llc -march=x86-64 | grep movq | count 1
2
3define i64 @t(i64 %a, i64 %b) nounwind ssp {
4entry:
5 %asmtmp = tail call i64 asm "rorq $1,$0", "=r,J,0,~{dirflag},~{fpsr},~{flags},~{cc}"(i32 1, i64 %a) nounwind ; <i64> [#uses=1]
6 %asmtmp1 = tail call i64 asm "rorq $1,$0", "=r,J,0,~{dirflag},~{fpsr},~{flags},~{cc}"(i32 1, i64 %b) nounwind ; <i64> [#uses=1]
7 %0 = add i64 %asmtmp1, %asmtmp ; <i64> [#uses=1]
8 ret i64 %0
9}