You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,20 +0,0 @@
|
||||
; RUN: llc -mtriple=aarch64-none-linux-gnu -mattr=+neon < %s | FileCheck %s
|
||||
|
||||
; generated from
|
||||
; __fp16 test(__fp16 a1, __fp16 a2) {
|
||||
; __fp16 res0;
|
||||
; __asm__("sqrshl %h[__res], %h[__A], %h[__B]"
|
||||
; : [__res] "=w" (res0)
|
||||
; : [__A] "w" (a1), [__B] "w" (a2)
|
||||
; :
|
||||
; );
|
||||
; return res0;
|
||||
;}
|
||||
|
||||
; Function Attrs: nounwind readnone
|
||||
define half @test(half %a1, half %a2) #0 {
|
||||
entry:
|
||||
;CHECK: sqrshl {{h[0-9]+}}, {{h[0-9]+}}, {{h[0-9]+}}
|
||||
%0 = tail call half asm "sqrshl ${0:h}, ${1:h}, ${2:h}", "=w,w,w" (half %a1, half %a2) #1
|
||||
ret half %0
|
||||
}
|
Reference in New Issue
Block a user