OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgo/] [go/] [runtime/] [export_test.go] - Blame information for rev 749

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 747 jeremybenn
// Copyright 2010 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.
4
 
5
// Export guts for testing.
6
 
7
package runtime
8
 
9
var Fadd64 = fadd64
10
var Fsub64 = fsub64
11
var Fmul64 = fmul64
12
var Fdiv64 = fdiv64
13
var F64to32 = f64to32
14
var F32to64 = f32to64
15
var Fcmp64 = fcmp64
16
var Fintto64 = fintto64
17
var F64toint = f64toint
18
 
19
func entersyscall()
20
func exitsyscall()
21
func golockedOSThread() bool
22
 
23
var Entersyscall = entersyscall
24
var Exitsyscall = exitsyscall
25
var LockedOSThread = golockedOSThread

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.