1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-08 19:36:02 +00:00

12 lines
282 B
LLVM
Raw Normal View History

; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu | FileCheck %s
define void @f() {
; CHECK: @f
entry:
%0 = tail call double* asm sideeffect "qvstfdux $2,$0,$1", "=b,{r7},{f11},0,~{memory}"(i32 64, double undef, double* undef)
ret void
; CHECK: qvstfdux 11,{{[0-9]+}},7
}