You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,34 +0,0 @@
|
||||
; RUN: llc -mtriple i686-gnu -filetype asm -o - %s 2>&1 | FileCheck %s
|
||||
|
||||
define void @test_L_ff() {
|
||||
entry:
|
||||
call void asm "", "L,~{dirflag},~{fpsr},~{flags}"(i32 255)
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK-NOT: error: invalid operand for inline asm constraint 'L'
|
||||
|
||||
define void @test_L_ffff() {
|
||||
entry:
|
||||
call void asm "", "L,~{dirflag},~{fpsr},~{flags}"(i32 65535)
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK-NOT: error: invalid operand for inline asm constraint 'L'
|
||||
|
||||
define void @test_M_1() {
|
||||
entry:
|
||||
call void asm "", "M,~{dirflag},~{fpsr},~{flags}"(i32 1)
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK-NOT: error: invalid operand for inline asm constraint 'M'
|
||||
|
||||
define void @test_O_64() {
|
||||
entry:
|
||||
call void asm "", "O,~{dirflag},~{fpsr},~{flags}"(i32 64)
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK-NOT: error: invalid operand for inline asm constraint 'O'
|
||||
|
Reference in New Issue
Block a user