aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/5g/gg.go
blob: 7a7fb3b774b309b9f1e64eccc7456270d9d0f8b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package main

import "cmd/internal/obj/arm"

// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

const (
	REGALLOC_R0   = arm.REG_R0
	REGALLOC_RMAX = arm.REGEXT
	REGALLOC_F0   = arm.REG_F0
	REGALLOC_FMAX = arm.FREGEXT
)

var reg [REGALLOC_FMAX + 1]uint8

/*
 * cgen
 */

/*
 * list.c
 */

/*
 * reg.c
 */