Mercurial > hg > CbC > CbC_llvm
view test/CodeGen/PowerPC/in-asm-f64-reg.ll @ 77:54457678186b LLVM3.6
LLVM 3.6
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Sep 2014 22:06:00 +0900 |
parents | 95c75e76d11b |
children | 60c9769439b8 |
line wrap: on
line source
; 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 }