Avoid is_constant calls in vectorizable_bswap
[official-gcc.git] / libgo / go / syscall / libcall_linux_alpha.go
blob13ccf05a6a092c41feb295a3e6f98ef13a14c71b
1 // Copyright 2012 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 // GNU/Linux library calls Alpha specific.
7 package syscall
9 //sys Ioperm(from int, num int, on int) (err error)
10 //ioperm(from _C_long, num _C_long, on _C_int) _C_int
12 //sys Iopl(level int) (err error)
13 //iopl(level _C_int) _C_int