blob: cf16283e08197197f146af59d3fdc3840b924ac0 [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 26261 `
go object linux amd64 go1.4.2 X:precisestack
$$
package arm
import runtime "runtime"
import obj "bootstrap/internal/obj"
import fmt "fmt"
import arm "bootstrap/internal/obj/arm"
import gc "bootstrap/compile/internal/gc"
var @"".MAXWIDTH int64
func @"".Main ()
const @"".ODynam = 0x1
const @"".OPtrto = 0x2
import binary "encoding/binary" // indirect
type @"encoding/binary".ByteOrder interface { PutUint16(? []byte, ? uint16); PutUint32(? []byte, ? uint32); PutUint64(? []byte, ? uint64); String() (? string); Uint16(? []byte) (? uint16); Uint32(? []byte) (? uint32); Uint64(? []byte) (? uint64) }
type @"bootstrap/internal/obj".Auto struct { Asym *@"bootstrap/internal/obj".LSym; Link *@"bootstrap/internal/obj".Auto; Aoffset int32; Name int16; Gotype *@"bootstrap/internal/obj".LSym }
type @"bootstrap/internal/obj".Pcdata struct { P []byte }
type @"bootstrap/internal/obj".Pcln struct { Pcsp @"bootstrap/internal/obj".Pcdata; Pcfile @"bootstrap/internal/obj".Pcdata; Pcline @"bootstrap/internal/obj".Pcdata; Pcdata []@"bootstrap/internal/obj".Pcdata; Funcdata []*@"bootstrap/internal/obj".LSym; Funcdataoff []int64; File []*@"bootstrap/internal/obj".LSym; Lastfile *@"bootstrap/internal/obj".LSym; Lastindex int }
type @"bootstrap/internal/obj".Reloc struct { Off int32; Siz uint8; Type int32; Add int64; Sym *@"bootstrap/internal/obj".LSym }
type @"bootstrap/internal/obj".LSym struct { Name string; Type int16; Version int16; Dupok uint8; Cfunc uint8; Nosplit uint8; Leaf uint8; Seenglobl uint8; Onlist uint8; Local bool; Args int32; Locals int32; Value int64; Size int64; Next *@"bootstrap/internal/obj".LSym; Gotype *@"bootstrap/internal/obj".LSym; Autom *@"bootstrap/internal/obj".Auto; Text *@"bootstrap/internal/obj".Prog; Etext *@"bootstrap/internal/obj".Prog; Pcln *@"bootstrap/internal/obj".Pcln; P []byte; R []@"bootstrap/internal/obj".Reloc }
type @"bootstrap/internal/obj".LinkArch struct { ByteOrder @"encoding/binary".ByteOrder; Name string; Thechar int; Preprocess func(? *@"bootstrap/internal/obj".Link, ? *@"bootstrap/internal/obj".LSym); Assemble func(? *@"bootstrap/internal/obj".Link, ? *@"bootstrap/internal/obj".LSym); Follow func(? *@"bootstrap/internal/obj".Link, ? *@"bootstrap/internal/obj".LSym); Progedit func(? *@"bootstrap/internal/obj".Link, ? *@"bootstrap/internal/obj".Prog); UnaryDst map[int]bool; Minlc int; Ptrsize int; Regsize int }
import os "os" // indirect
type @"os".dirInfo struct { @"os".buf []byte; @"os".nbuf int; @"os".bufp int }
type @"os".file struct { @"os".fd int; @"os".name string; @"os".dirinfo *@"os".dirInfo; @"os".nepipe int32 }
func (@"os".file·2 *@"os".file) @"os".close () (? error)
type @"os".FileMode uint32
func (@"os".m·2 @"os".FileMode) IsDir () (? bool) { return @"os".m·2 & @"os".FileMode(0x80000000) != @"os".FileMode(0x0) }
func (@"os".m·2 @"os".FileMode) IsRegular () (? bool) { return @"os".m·2 & @"os".FileMode(0x8F000000) == @"os".FileMode(0x0) }
func (@"os".m·2 @"os".FileMode) Perm () (? @"os".FileMode) { return @"os".m·2 & @"os".FileMode(0x1FF) }
func (@"os".m·2 @"os".FileMode) String () (? string)
import time "time" // indirect
type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool }
type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool }
type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone }
func (@"time".l·2 *@"time".Location "esc:0x0") String () (? string)
func (@"time".l·2 *@"time".Location "esc:0x0") @"time".firstZoneUsed () (? bool)
func (@"time".l·2 *@"time".Location "esc:0x2") @"time".get () (? *@"time".Location)
func (@"time".l·6 *@"time".Location "esc:0x1") @"time".lookup (@"time".sec·7 int64) (@"time".name·1 string, @"time".offset·2 int, @"time".isDST·3 bool, @"time".start·4 int64, @"time".end·5 int64)
func (@"time".l·2 *@"time".Location "esc:0x0") @"time".lookupFirstZone () (? int)
func (@"time".l·4 *@"time".Location "esc:0x0") @"time".lookupName (@"time".name·5 string "esc:0x0", @"time".unix·6 int64) (@"time".offset·1 int, @"time".isDST·2 bool, @"time".ok·3 bool)
type @"time".Duration int64
func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630B8A000); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x34630B8A000); return float64(@"time".hour·3) + float64(@"time".nsec·4) * 0x9C5FFF26ED75Fp-93 }
func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xDF8475800); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0xDF8475800); return float64(@"time".min·3) + float64(@"time".nsec·4) * 0x9299FF347E9E9p-87 }
func (@"time".d·2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d·2) }
func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3B9ACA00); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x3B9ACA00); return float64(@"time".sec·3) + float64(@"time".nsec·4) * 0x112E0BE826D695p-82 }
func (@"time".d·2 @"time".Duration) String () (? string)
type @"time".Month int
func (@"time".m·2 @"time".Month) String () (? string) { return @"time".months[@"time".m·2 - @"time".Month(0x1)] }
type @"time".Weekday int
func (@"time".d·2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d·2] }
type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location }
func (@"time".t·2 @"time".Time "esc:0x2") Add (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x2") AddDate (@"time".years·3 int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x0") After (@"time".u·3 @"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec > @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec > @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x0") Before (@"time".u·3 @"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec < @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec < @"time".u·3.@"time".nsec }
func (@"time".t·4 @"time".Time "esc:0x0") Clock () (@"time".hour·1 int, @"time".min·2 int, @"time".sec·3 int)
func (@"time".t·4 @"time".Time "esc:0x0") Date () (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int)
func (@"time".t·2 @"time".Time "esc:0x0") Day () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") Equal (@"time".u·3 @"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec == @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x0") Format (@"time".layout·3 string "esc:0x0") (? string)
func (@"time".t·2 *@"time".Time "esc:0x0") GobDecode (@"time".data·3 []byte "esc:0x0") (? error)
func (@"time".t·3 @"time".Time "esc:0x0") GobEncode () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x0") Hour () (? int)
func (@"time".t·3 @"time".Time "esc:0x0") ISOWeek () (@"time".year·1 int, @"time".week·2 int)
func (@"time".t·2 @"time".Time "esc:0x2") In (@"time".loc·3 *@"time".Location "esc:0x2") (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x0") IsZero () (? bool) { return @"time".t·2.@"time".sec == 0x0 && @"time".t·2.@"time".nsec == 0x0 }
func (@"time".t·2 @"time".Time "esc:0x2") Local () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x2") Location () (? *@"time".Location) { var @"time".l·3 *@"time".Location; ; @"time".l·3 = @"time".t·2.@"time".loc; if @"time".l·3 == nil { @"time".l·3 = @"time".UTC }; return @"time".l·3 }
func (@"time".t·3 @"time".Time "esc:0x0") MarshalBinary () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x0") MarshalJSON () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x0") MarshalText () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x0") Minute () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") Month () (? @"time".Month)
func (@"time".t·2 @"time".Time "esc:0x0") Nanosecond () (? int) { return int(@"time".t·2.@"time".nsec) }
func (@"time".t·2 @"time".Time "esc:0x2") Round (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x0") Second () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") String () (? string)
func (@"time".t·2 @"time".Time "esc:0x0") Sub (@"time".u·3 @"time".Time "esc:0x0") (? @"time".Duration)
func (@"time".t·2 @"time".Time "esc:0x2") Truncate (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x2") UTC () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x0") Unix () (? int64) { return @"time".t·2.@"time".sec + -0xE7791F700 }
func (@"time".t·2 @"time".Time "esc:0x0") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + -0xE7791F700) * 0x3B9ACA00 + int64(@"time".t·2.@"time".nsec) }
func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalBinary (@"time".data·3 []byte "esc:0x0") (? error)
func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalJSON (@"time".data·3 []byte "esc:0x0") (@"time".err·1 error)
func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalText (@"time".data·3 []byte "esc:0x0") (@"time".err·1 error)
func (@"time".t·2 @"time".Time "esc:0x0") Weekday () (? @"time".Weekday)
func (@"time".t·2 @"time".Time "esc:0x0") Year () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") YearDay () (? int)
func (@"time".t·3 @"time".Time "esc:0x0") Zone () (@"time".name·1 string, @"time".offset·2 int)
func (@"time".t·2 @"time".Time "esc:0x0") @"time".abs () (? uint64)
func (@"time".t·5 @"time".Time "esc:0x0") @"time".date (@"time".full·6 bool) (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int, @"time".yday·4 int)
func (@"time".t·4 @"time".Time "esc:0x1") @"time".locabs () (@"time".name·1 string, @"time".offset·2 int, @"time".abs·3 uint64)
type @"os".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"os".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) }
type @"os".File struct { @"os".? *@"os".file }
func (@"os".f·2 *@"os".File) Chdir () (? error)
func (@"os".f·2 *@"os".File) Chmod (@"os".mode·3 @"os".FileMode) (? error)
func (@"os".f·2 *@"os".File) Chown (@"os".uid·3 int, @"os".gid·4 int) (? error)
func (@"os".f·2 *@"os".File) Close () (? error)
func (@"os".f·2 *@"os".File "esc:0x0") Fd () (? uintptr) { if @"os".f·2 == nil { return 0xFFFFFFFFFFFFFFFF }; return uintptr(@"os".f·2.@"os".file.@"os".fd) }
func (@"os".f·2 *@"os".File "esc:0x1") Name () (? string) { return @"os".f·2.@"os".file.@"os".name }
func (@"os".f·3 *@"os".File) Read (@"os".b·4 []byte "esc:0x0") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File) ReadAt (@"os".b·4 []byte "esc:0x0", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") Readdir (@"os".n·4 int) (@"os".fi·1 []@"os".FileInfo, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") Readdirnames (@"os".n·4 int) (@"os".names·1 []string, @"os".err·2 error)
func (@"os".f·3 *@"os".File) Seek (@"os".offset·4 int64, @"os".whence·5 int) (@"os".ret·1 int64, @"os".err·2 error)
func (@"os".f·3 *@"os".File) Stat () (@"os".fi·1 @"os".FileInfo, @"os".err·2 error)
func (@"os".f·2 *@"os".File "esc:0x0") Sync () (@"os".err·1 error)
func (@"os".f·2 *@"os".File) Truncate (@"os".size·3 int64) (? error)
func (@"os".f·3 *@"os".File) Write (@"os".b·4 []byte "esc:0x0") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File) WriteAt (@"os".b·4 []byte "esc:0x0", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File) WriteString (@"os".s·4 string "esc:0x0") (@"os".ret·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"os".pread (@"os".b·4 []byte "esc:0x0", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"os".pwrite (@"os".b·4 []byte "esc:0x0", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"os".read (@"os".b·4 []byte "esc:0x0") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"os".readdir (@"os".n·4 int) (@"os".fi·1 []@"os".FileInfo, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"os".readdirnames (@"os".n·4 int) (@"os".names·1 []string, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"os".seek (@"os".offset·4 int64, @"os".whence·5 int) (@"os".ret·1 int64, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"os".write (@"os".b·4 []byte "esc:0x0") (@"os".n·1 int, @"os".err·2 error)
import bufio "bufio" // indirect
import io "io" // indirect
type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) }
type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
type @"bufio".Reader struct { @"bufio".buf []byte; @"bufio".rd @"io".Reader; @"bufio".r int; @"bufio".w int; @"bufio".err error; @"bufio".lastByte int; @"bufio".lastRuneSize int }
func (@"bufio".b·2 *@"bufio".Reader "esc:0x0") Buffered () (? int) { return @"bufio".b·2.@"bufio".w - @"bufio".b·2.@"bufio".r }
func (@"bufio".b·3 *@"bufio".Reader) Peek (@"bufio".n·4 int) (? []byte, ? error)
func (@"bufio".b·3 *@"bufio".Reader) Read (@"bufio".p·4 []byte) (@"bufio".n·1 int, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader) ReadByte () (@"bufio".c·1 byte, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader) ReadBytes (@"bufio".delim·4 byte) (@"bufio".line·1 []byte, @"bufio".err·2 error)
func (@"bufio".b·4 *@"bufio".Reader) ReadLine () (@"bufio".line·1 []byte, @"bufio".isPrefix·2 bool, @"bufio".err·3 error)
func (@"bufio".b·4 *@"bufio".Reader) ReadRune () (@"bufio".r·1 rune, @"bufio".size·2 int, @"bufio".err·3 error)
func (@"bufio".b·3 *@"bufio".Reader) ReadSlice (@"bufio".delim·4 byte) (@"bufio".line·1 []byte, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader) ReadString (@"bufio".delim·4 byte) (@"bufio".line·1 string, @"bufio".err·2 error)
func (@"bufio".b·1 *@"bufio".Reader) Reset (@"bufio".r·2 @"io".Reader)
func (@"bufio".b·2 *@"bufio".Reader "esc:0x0") UnreadByte () (? error)
func (@"bufio".b·2 *@"bufio".Reader "esc:0x0") UnreadRune () (? error) { if @"bufio".b·2.@"bufio".lastRuneSize < 0x0 || @"bufio".b·2.@"bufio".r < @"bufio".b·2.@"bufio".lastRuneSize { return @"bufio".ErrInvalidUnreadRune }; @"bufio".b·2.@"bufio".r -= @"bufio".b·2.@"bufio".lastRuneSize; @"bufio".b·2.@"bufio".lastByte = -0x1; @"bufio".b·2.@"bufio".lastRuneSize = -0x1; return nil }
func (@"bufio".b·3 *@"bufio".Reader) WriteTo (@"bufio".w·4 @"io".Writer) (@"bufio".n·1 int64, @"bufio".err·2 error)
func (@"bufio".b·1 *@"bufio".Reader) @"bufio".fill ()
func (@"bufio".b·2 *@"bufio".Reader "esc:0x1") @"bufio".readErr () (? error) { var @"bufio".err·3 error; ; @"bufio".err·3 = @"bufio".b·2.@"bufio".err; @"bufio".b·2.@"bufio".err = nil; return @"bufio".err·3 }
func (@"bufio".b·1 *@"bufio".Reader "esc:0x0") @"bufio".reset (@"bufio".buf·2 []byte, @"bufio".r·3 @"io".Reader) { *@"bufio".b·1 = (@"bufio".Reader{ @"bufio".buf:@"bufio".buf·2, @"bufio".rd:@"bufio".r·3, @"bufio".lastByte:-0x1, @"bufio".lastRuneSize:-0x1 }) }
func (@"bufio".b·3 *@"bufio".Reader) @"bufio".writeBuf (@"bufio".w·4 @"io".Writer) (? int64, ? error)
type @"bufio".Writer struct { @"bufio".err error; @"bufio".buf []byte; @"bufio".n int; @"bufio".wr @"io".Writer }
func (@"bufio".b·2 *@"bufio".Writer "esc:0x0") Available () (? int) { return len(@"bufio".b·2.@"bufio".buf) - @"bufio".b·2.@"bufio".n }
func (@"bufio".b·2 *@"bufio".Writer "esc:0x0") Buffered () (? int) { return @"bufio".b·2.@"bufio".n }
func (@"bufio".b·2 *@"bufio".Writer) Flush () (? error)
func (@"bufio".b·3 *@"bufio".Writer) ReadFrom (@"bufio".r·4 @"io".Reader) (@"bufio".n·1 int64, @"bufio".err·2 error)
func (@"bufio".b·1 *@"bufio".Writer "esc:0x0") Reset (@"bufio".w·2 @"io".Writer) { @"bufio".b·1.@"bufio".err = nil; @"bufio".b·1.@"bufio".n = 0x0; @"bufio".b·1.@"bufio".wr = @"bufio".w·2 }
func (@"bufio".b·3 *@"bufio".Writer) Write (@"bufio".p·4 []byte) (@"bufio".nn·1 int, @"bufio".err·2 error)
func (@"bufio".b·2 *@"bufio".Writer) WriteByte (@"bufio".c·3 byte) (? error)
func (@"bufio".b·3 *@"bufio".Writer) WriteRune (@"bufio".r·4 rune) (@"bufio".size·1 int, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Writer) WriteString (@"bufio".s·4 string "esc:0x0") (? int, ? error)
func (@"bufio".b·2 *@"bufio".Writer) @"bufio".flush () (? error)
type @"bootstrap/internal/obj".Biobuf struct { @"bootstrap/internal/obj".f *@"os".File; @"bootstrap/internal/obj".r *@"bufio".Reader; @"bootstrap/internal/obj".w *@"bufio".Writer; @"bootstrap/internal/obj".linelen int }
func (@"bootstrap/internal/obj".b·2 *@"bootstrap/internal/obj".Biobuf) Flush () (? error)
func (@"bootstrap/internal/obj".b·3 *@"bootstrap/internal/obj".Biobuf) Peek (@"bootstrap/internal/obj".n·4 int) (? []byte, ? error)
func (@"bootstrap/internal/obj".b·3 *@"bootstrap/internal/obj".Biobuf) Read (@"bootstrap/internal/obj".p·4 []byte) (? int, ? error)
func (@"bootstrap/internal/obj".b·3 *@"bootstrap/internal/obj".Biobuf) Write (@"bootstrap/internal/obj".p·4 []byte) (? int, ? error)
type @"bootstrap/internal/obj".SymVer struct { Name string; Version int }
type @"bootstrap/internal/obj".LineStack struct { Parent *@"bootstrap/internal/obj".LineStack; Lineno int; File string; AbsFile string; FileLine int; Directive bool; Sym *@"bootstrap/internal/obj".LSym }
func (@"bootstrap/internal/obj".stk·2 *@"bootstrap/internal/obj".LineStack "esc:0x0") @"bootstrap/internal/obj".fileLineAt (@"bootstrap/internal/obj".lineno·3 int) (? int) { return @"bootstrap/internal/obj".stk·2.FileLine + @"bootstrap/internal/obj".lineno·3 - @"bootstrap/internal/obj".stk·2.Lineno }
type @"bootstrap/internal/obj".LineRange struct { Start int; Stack *@"bootstrap/internal/obj".LineStack }
type @"bootstrap/internal/obj".LineHist struct { Top *@"bootstrap/internal/obj".LineStack; Ranges []@"bootstrap/internal/obj".LineRange; Dir string; TrimPathPrefix string; GOROOT string; GOROOT_FINAL string }
func (@"bootstrap/internal/obj".h·3 *@"bootstrap/internal/obj".LineHist "esc:0x0") AbsFileLine (@"bootstrap/internal/obj".lineno·4 int) (@"bootstrap/internal/obj".file·1 string, @"bootstrap/internal/obj".line·2 int)
func (@"bootstrap/internal/obj".h·2 *@"bootstrap/internal/obj".LineHist "esc:0x0") At (@"bootstrap/internal/obj".lineno·3 int) (? *@"bootstrap/internal/obj".LineStack)
func (@"bootstrap/internal/obj".h·3 *@"bootstrap/internal/obj".LineHist "esc:0x0") FileLine (@"bootstrap/internal/obj".lineno·4 int) (@"bootstrap/internal/obj".file·1 string, @"bootstrap/internal/obj".line·2 int)
func (@"bootstrap/internal/obj".h·2 *@"bootstrap/internal/obj".LineHist "esc:0x0") LineString (@"bootstrap/internal/obj".lineno·3 int) (? string)
func (@"bootstrap/internal/obj".h·1 *@"bootstrap/internal/obj".LineHist) Pop (@"bootstrap/internal/obj".lineno·2 int)
func (@"bootstrap/internal/obj".h·1 *@"bootstrap/internal/obj".LineHist) Push (@"bootstrap/internal/obj".lineno·2 int, @"bootstrap/internal/obj".file·3 string)
func (@"bootstrap/internal/obj".h·1 *@"bootstrap/internal/obj".LineHist) Update (@"bootstrap/internal/obj".lineno·2 int, @"bootstrap/internal/obj".file·3 string, @"bootstrap/internal/obj".line·4 int)
func (@"bootstrap/internal/obj".h·1 *@"bootstrap/internal/obj".LineHist) @"bootstrap/internal/obj".setFile (@"bootstrap/internal/obj".stk·2 *@"bootstrap/internal/obj".LineStack "esc:0x0", @"bootstrap/internal/obj".file·3 string)
func (@"bootstrap/internal/obj".h·1 *@"bootstrap/internal/obj".LineHist) @"bootstrap/internal/obj".startRange (@"bootstrap/internal/obj".lineno·2 int, @"bootstrap/internal/obj".top·3 *@"bootstrap/internal/obj".LineStack) { @"bootstrap/internal/obj".h·1.Top = @"bootstrap/internal/obj".top·3; @"bootstrap/internal/obj".h·1.Ranges = append(@"bootstrap/internal/obj".h·1.Ranges, (@"bootstrap/internal/obj".LineRange{ Start:@"bootstrap/internal/obj".top·3.Lineno, Stack:@"bootstrap/internal/obj".top·3 })) }
type @"bootstrap/internal/obj".Plist struct { Name *@"bootstrap/internal/obj".LSym; Firstpc *@"bootstrap/internal/obj".Prog; Recur int; Link *@"bootstrap/internal/obj".Plist }
type @"bootstrap/internal/obj".Addr struct { Type int16; Reg int16; Index int16; Scale int16; Name int8; Class int8; Etype uint8; Offset int64; Width int64; Sym *@"bootstrap/internal/obj".LSym; Gotype *@"bootstrap/internal/obj".LSym; Val interface {}; Node interface {} }
type @"bootstrap/internal/obj".Link struct { Goarm int32; Headtype int; Arch *@"bootstrap/internal/obj".LinkArch; Debugasm int32; Debugvlog int32; Debugzerostack int32; Debugdivmod int32; Debugpcln int32; Flag_shared int32; Flag_dynlink bool; Bso *@"bootstrap/internal/obj".Biobuf; Pathname string; Windows int32; Goroot string; Goroot_final string; Enforce_data_order int32; Hash map[@"bootstrap/internal/obj".SymVer]*@"bootstrap/internal/obj".LSym; LineHist @"bootstrap/internal/obj".LineHist; Imports []string; Plist *@"bootstrap/internal/obj".Plist; Plast *@"bootstrap/internal/obj".Plist; Sym_div *@"bootstrap/internal/obj".LSym; Sym_divu *@"bootstrap/internal/obj".LSym; Sym_mod *@"bootstrap/internal/obj".LSym; Sym_modu *@"bootstrap/internal/obj".LSym; Tlsg *@"bootstrap/internal/obj".LSym; Plan9privates *@"bootstrap/internal/obj".LSym; Curp *@"bootstrap/internal/obj".Prog; Printp *@"bootstrap/internal/obj".Prog; Blitrl *@"bootstrap/internal/obj".Prog; Elitrl *@"bootstrap/internal/obj".Prog; Rexflag int; Rep int; Repn int; Lock int; Asmode int; Andptr []byte; And [100]uint8; Instoffset int64; Autosize int32; Armsize int32; Pc int64; Tlsoffset int; Diag func(? string, ? ...interface {}); Mode int; Cursym *@"bootstrap/internal/obj".LSym; Version int; Textp *@"bootstrap/internal/obj".LSym; Etextp *@"bootstrap/internal/obj".LSym }
func (@"bootstrap/internal/obj".ctxt·1 *@"bootstrap/internal/obj".Link) AddImport (@"bootstrap/internal/obj".pkg·2 string) { @"bootstrap/internal/obj".ctxt·1.Imports = append(@"bootstrap/internal/obj".ctxt·1.Imports, @"bootstrap/internal/obj".pkg·2) }
func (@"bootstrap/internal/obj".ctxt·2 *@"bootstrap/internal/obj".Link "esc:0x0") Dconv (@"bootstrap/internal/obj".a·3 *@"bootstrap/internal/obj".Addr) (? string)
func (@"bootstrap/internal/obj".ctxt·2 *@"bootstrap/internal/obj".Link "esc:0x0") Line (@"bootstrap/internal/obj".n·3 int) (? string)
func (@"bootstrap/internal/obj".ctxt·2 *@"bootstrap/internal/obj".Link) NewProg () (? *@"bootstrap/internal/obj".Prog) { var @"bootstrap/internal/obj".p·3 *@"bootstrap/internal/obj".Prog; ; @"bootstrap/internal/obj".p·3 = new(@"bootstrap/internal/obj".Prog); @"bootstrap/internal/obj".p·3.Ctxt = @"bootstrap/internal/obj".ctxt·2; return @"bootstrap/internal/obj".p·3 }
type @"bootstrap/internal/obj".ProgInfo struct { Flags uint32; Reguse uint64; Regset uint64; Regindex uint64 }
type @"bootstrap/internal/obj".Prog struct { Ctxt *@"bootstrap/internal/obj".Link; Link *@"bootstrap/internal/obj".Prog; From @"bootstrap/internal/obj".Addr; From3 *@"bootstrap/internal/obj".Addr; To @"bootstrap/internal/obj".Addr; Opt interface {}; Forwd *@"bootstrap/internal/obj".Prog; Pcond *@"bootstrap/internal/obj".Prog; Rel *@"bootstrap/internal/obj".Prog; Pc int64; Lineno int32; Spadj int32; As int16; Reg int16; RegTo2 int16; Mark uint16; Optab uint16; Scond uint8; Back uint8; Ft uint8; Tt uint8; Isize uint8; Mode int8; Info @"bootstrap/internal/obj".ProgInfo }
func (@"bootstrap/internal/obj".p·2 *@"bootstrap/internal/obj".Prog "esc:0x0") From3Offset () (? int64) { if @"bootstrap/internal/obj".p·2.From3 == nil { return 0x0 }; return @"bootstrap/internal/obj".p·2.From3.Offset }
func (@"bootstrap/internal/obj".p·2 *@"bootstrap/internal/obj".Prog "esc:0x0") From3Type () (? int16) { if @"bootstrap/internal/obj".p·2.From3 == nil { return 0x0 }; return @"bootstrap/internal/obj".p·2.From3.Type }
func (@"bootstrap/internal/obj".p·2 *@"bootstrap/internal/obj".Prog "esc:0x0") Line () (? string)
func (@"bootstrap/internal/obj".p·2 *@"bootstrap/internal/obj".Prog) String () (? string)
type @"bootstrap/compile/internal/gc".Flow struct { Prog *@"bootstrap/internal/obj".Prog; P1 *@"bootstrap/compile/internal/gc".Flow; P2 *@"bootstrap/compile/internal/gc".Flow; P2link *@"bootstrap/compile/internal/gc".Flow; S1 *@"bootstrap/compile/internal/gc".Flow; S2 *@"bootstrap/compile/internal/gc".Flow; Link *@"bootstrap/compile/internal/gc".Flow; Active int32; Id int32; Rpo int32; Loop uint16; Refset uint8; Data interface {} }
type @"".Joininfo struct { @"".start *@"bootstrap/compile/internal/gc".Flow; @"".last *@"bootstrap/compile/internal/gc".Flow; @"".end *@"bootstrap/compile/internal/gc".Flow; @"".len int }
const @"".Join = 0x0
const @"".Split = 0x1
const @"".End = 0x2
const @"".Branch = 0x3
const @"".Setcond = 0x4
const @"".Toolong = 0x5
const @"".Falsecond = 0x0
const @"".Truecond = 0x1
const @"".Delbranch = 0x2
const @"".Keepbranch = 0x3
const @"".RightRdwr = 0x18000
const @"".NREGVAR = 0x20
func @"".RtoB (@"".r·2 int) (? uint64)
func @"".BtoR (@"".b·2 uint64) (? int)
func @"".BtoF (@"".b·2 uint64) (? int)
func @"".init ()
var @"time".months [12]string
var @"time".days [7]string
var @"time".Local *@"time".Location
var @"time".UTC *@"time".Location
var @"bufio".ErrInvalidUnreadRune error
$$
�_go_.6 0 0 0 644 554057 `
go object linux amd64 go1.4.2 X:precisestack
!
��go13ld>bootstrap/compile/internal/gc.a0bootstrap/internal/obj.a8bootstrap/internal/obj/arm.a
fmt.a�þ"".cgenindex��à ��Ü dH‹ %����H;awè����ëêHƒìPH‹\$XH‹k0H‰,$è����¶\$€û�u&H‹\$XH‰$H‹\$`H‰\$è����HÇD$p����HƒÄPÃH����H‰$è����H‹D$H‰D$(H‰$H‹����H‰\$è����H‹\$XH‰$H‹\$(H‰\$è����H����H‰$è����H‹\$H‰\$@H����H‰$è����H‹D$H‹\$(H‰$H‹\$@H‰\$H‰D$HH‰D$è����H‹\$@H‰$H‹\$`H‰\$è����€|$h�tè����HÇD$p����HƒÄPÃH����H‰$è����H‹D$H‰D$8H‰$H‹����H‰\$HÇD$����è����H����H‰$è����H‹D$H‰D$0H‰$H‹����H‰\$HÇD$����è����H����H‰$è����H‹D$H‰D$ H‰$H‹����H‰\$HÇD$����è����H‹\$HH‰$H‹\$8H‰\$è����H‹\$ H‰$H‹\$0H‰\$è����HÇ$ ��H‹\$8H‰\$H‹\$0H‰\$è����H‹\$0H‰$è����H‹\$8H‰$è����è����HÇ$# ��HÇD$����HÇD$ÿÿÿÿè����H‹\$H‰\$pHƒÄPÃF
������ ��0runtime.morestack_noctxt���P��Dbootstrap/compile/internal/gc.Is64���”��Dbootstrap/compile/internal/gc.Cgen���¾��Ntype.bootstrap/compile/internal/gc.Node���Ð��"runtime.newobject���úp�Fbootstrap/compile/internal/gc.Types���Ž��Lbootstrap/compile/internal/gc.Tempname���¾��Dbootstrap/compile/internal/gc.Cgen���Ì��Ntype.bootstrap/compile/internal/gc.Node���Þ��"runtime.newobject���€��Ntype.bootstrap/compile/internal/gc.Node���’��"runtime.newobject���à��"".split64�����"".gmove���¨��"".splitclean���Ò��Ntype.bootstrap/compile/internal/gc.Node���ä��"runtime.newobject���ŽP�Fbootstrap/compile/internal/gc.Types���´��Lbootstrap/compile/internal/gc.Regalloc���Â��Ntype.bootstrap/compile/internal/gc.Node���Ô��"runtime.newobject���þP�Fbootstrap/compile/internal/gc.Types���¤��Lbootstrap/compile/internal/gc.Regalloc���²��Ntype.bootstrap/compile/internal/gc.Node���Ä��"runtime.newobject���îP�Fbootstrap/compile/internal/gc.Types���”��Lbootstrap/compile/internal/gc.Nodconst���Ä��"".gmove���ô��"".gmove���¶��"".gins���Ò��Jbootstrap/compile/internal/gc.Regfree���î��Jbootstrap/compile/internal/gc.Regfree���ø��"".splitclean���¶ ��Jbootstrap/compile/internal/gc.Gbranch���@ �� "".&n2�?Ptype.*bootstrap/compile/internal/gc.Node� "".&n1�/Ptype.*bootstrap/compile/internal/gc.Node�"".&zero�_Ptype.*bootstrap/compile/internal/gc.Node� "".&hi�Ptype.*bootstrap/compile/internal/gc.Node� "".&lo�Ptype.*bootstrap/compile/internal/gc.Node�"".&tmp�OPtype.*bootstrap/compile/internal/gc.Node� "".~r3�0Btype.*bootstrap/internal/obj.Prog�"".bounded� type.bool� "".res�Ptype.*bootstrap/compile/internal/gc.Node�"".n��Ptype.*bootstrap/compile/internal/gc.Node�. AŸ ÉŸ ÇŸ�ð�n&"###!0�>�'_B' (88/:�Tgclocals·2fee43fa95b7549f98133275d8b71648�Tgclocals·ec2e3ee5882e175936f1461181453b3c���X/tmp/go/src/cmd/compile/internal/arm/cgen.goþ"".igenindex��à��ÌdH‹ %����H;awè����ëêHƒì H‹\$0H‰$H‹\$(H‹k0H‰l$è����H‹\$(H‰$H‹\$0H‰\$¶\$8ˆ\$è����H‹\$H‰\$@HƒÄ Ã
������ ��0runtime.morestack_noctxt���d��Lbootstrap/compile/internal/gc.Tempname���¦��"".cgenindex���@@�� "".~r3�0Btype.*bootstrap/internal/obj.Prog�"".bounded� type.bool� "".res�Ptype.*bootstrap/compile/internal/gc.Node�"".n��Ptype.*bootstrap/compile/internal/gc.Node�@K? �p�h:�
�1?�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/cgen.goþ"".blockcopy��À8��´8dH‹ %����H„$ ýÿÿH;Awè����ëâHì`��H‹Œ$h��H‹i0¶MHÇD$0����Hƒù…v ��HÇD$0Q ��H‹„$ˆ��Hƒùÿ„T ��H™H÷ùH‰ÓHƒû�„ˆ��H‹œ$ˆ��H‰\$HH‰L$XH‰L$PH¼$ð���1Àè����Hœ$ð���Hƒû�„ ��HÇÁ���HÇÂ���H‰œ$¸���H‰Œ$À���H‰”$È���H����H‰$H\$HH‰\$è����H‹L$H‹D$H‹œ$¸���H‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H����H‰$H\$PH‰\$è����H‹L$H‹D$H‹œ$¸���HƒÃH‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H‹œ$¸���HƒÃ H‰$H‹œ$h��H‹k0H ����H‰Œ$¨���H‰L$H‰¬$°���H‰l$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$¸���H‰\$H‹œ$À���H‰\$H‹œ$È���H‰\$ è����H‹L$XH‹„$ˆ��Hƒùÿ„–
��H™H÷ùH‰Ã‰Û‰Þ‰\$,H‹„$x��Hƒùÿ„m
��H™H÷ùH‰ÓHƒû�…ž��H‹„$€��Hƒùÿ„B
��H™H÷ùH‰ÓHƒû�…z��H‰ÈH‰L$8H‹œ$x��H‹¬$€��H9ë}(H‹œ$€��H‹¬$x��L‹„$ˆ��LÅH9ë}H÷ØH‰D$8H‹\$0HûW ��…-��€=�����… ��Hƒø�Ž��ƒþŒ ��þ€�����H¼$Ð��1Àè����Ƅ$H��fDŽ$D��� H¼$@��1Àè����Ƅ$¸��fDŽ$´�� H¼$°��1Àè����Ƅ$(��fDŽ$$�� H����H‰$è����H‹D$H‰„$ˆ���H‰$H����H‹-����Hƒý%ƒ^��HëH‹+H‰l$Hœ$@��H‰\$è����H����H‰$è����H‹D$H‰„$˜���H‰$H����H‹-����Hƒý%ƒ���HëH‹+H‰l$Hœ$°��H‰\$è����H‹Œ$h��H‹„$p��¶Yz¶hz@8ë‚n��H‰ $H‹œ$ˆ���H‰\$è����H‹„$p��¶Xx€ûuH‰$è����H‹„$p��H‰$H‹œ$˜���H‰\$è����H¼$ ��1Àè����Hœ$ ��H‰$H����H‹-����Hƒý%ƒæ���HëH‹+H‰l$Hœ$Ð��H‰\$è����H����H,$H‰ïH‰ÞH¥H¥è����H‹D$HÇ$���HÇD$����H‰D$pH‰D$è����H‹D$H‰D$hH‰$Hƒ<$�tkHƒ$hH‹\$pH‰\$è����Hc\$,HÇŀ���H)ÝH‹\$hHÁåH‰kxHœ$ ��H‰$è����H‹œ$ˆ���H‰$è����H‹œ$˜���H‰$è����HÄ`��É%����ëŒè���� ¶Xx€ûuH‰$è����H‹„$p��H‰$H‹œ$˜���H‰\$è����H‹œ$h��H‰$H‹œ$ˆ���H‰\$è����éþÿÿè���� è���� H����H‰$è����H‹\$H‰œ$ ���H����H‰$è����H‹Œ$h��H‹„$p��H‹\$H‰œ$€���¶Yz¶hz@8ë‚:��H‰ $H‹œ$ ���H‰\$H‰D$è����H‹œ$€���H‰$H����H‹-����Hƒý%ƒô��HëH‹+H‰l$HÇD$����è����HÇ$W ��H‹œ$ ���H‰\$H‹œ$€���H‰\$è����H‹„$p��¶Xx€ûuH‰$è����H‹„$p��H‰$H‹œ$ ���H‰\$è����H����H‰$è����H‹D$H‰D$xH‰$H‹����H‰\$HÇD$����è����H����H‰$è����H‹L$8‹T$,H‹D$H‰„$���ƒú|gH‰$H‹����H‰\$HÇD$����è����HÇ$W ��H‹œ$€���H‰\$H‹œ$���H‰\$è����H‹L$8‹T$,H‹D$fÇ@ �Hƒù�¤��H‰H Hƒù�ˆ���HÇ$W ��H‹œ$€���H‰\$H‹œ$€���H‰\$è����H‹Œ$ ���H‹D$fÇ@ �H‹l$8L‹„$ˆ��LÅH‰h HÇ$W ��H‰L$H‰L$è����‹T$,H‹D$fÇ@ �H‹l$8L‹„$ˆ��LÅH‰h ƒúŒY��H‹\$0H‰$H‹œ$€���H‰\$H‹\$xH‰\$è����H‹D$fÇ@�H‹l$8H‰h ¶¨ú���HƒÍ @ˆ¨ú���H‰D$`H‹\$0H‰$H‹\$xH‰\$H‹œ$ ���H‰\$è����H‹D$fÇ@h�H‹l$8H‰hx¶¨ú���HƒÍ @ˆ¨ú���HÇ$ ��H‹œ$€���H‰\$HÇD$����è����H‹D$H‹œ$���H‰$H‰D$è����HÇ$# ��HÇD$����HÇD$����è����H‹\$H‰$H‹\$`H‰\$è����H‹œ$���H‰$è����H‹œ$ ���H‰$è����H‹œ$€���H‰$è����H‹\$xH‰$è����HÄ`��ÉÓÿˉ\$,ƒú�~»H‹\$0H‰$H‹œ$€���H‰\$H‹\$xH‰\$è����H‹D$fÇ@�H‹l$8H‰h ¶¨ú���HƒÍ @ˆ¨ú���H‹\$0H‰$H‹\$xH‰\$H‹œ$ ���H‰\$è����‹T$,H‹D$fÇ@h�H‹l$8H‰hx¶¨ú���HƒÍ @ˆ¨ú���éTÿÿÿH‹¬$ˆ��H‰h éOýÿÿè���� ¶Xx€ûuH‰$è����H‹„$p��H‰$H‹œ$ ���H‰\$H‰D$è����H‹œ$h��H‰$H‹œ$€���H‰\$HÇD$����è����éüÿÿH‹œ$x��H‰\$HH‹œ$€��H‰\$@H‰L$XH‰L$PH¼$ð���1Àè����Hœ$ð���Hƒû�„j��HÇÁ���HÇÂ���H‰œ$¸���H‰Œ$À���H‰”$È���H����H‰$H\$HH‰\$è����H‹L$H‹D$H‹œ$¸���H‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H����H‰$H\$@H‰\$è����H‹L$H‹D$H‹œ$¸���HƒÃH‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H����H‰$H\$PH‰\$è����H‹L$H‹D$H‹œ$¸���HƒÃ H‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$¸���H‰\$H‹œ$À���H‰\$H‹œ$È���H‰\$ è����‹t$,H‹L$Xé×õÿÿ‰éþÿÿ1Ûé¿õÿÿ1Ûé”õÿÿH÷ØH‰Ãégõÿÿ‰éöóÿÿ1Ûé­óÿÿHƒùuHÇD$0T ��éóÿÿHƒùuHÇD$0W ��ékóÿÿH‰L$XH‰L$PH¼$Ð���1Àè����Hœ$Ð���Hƒû�„��HÇÂ���HÇÁ���H‰œ$¸���H‰”$À���H‰Œ$È���H����H‰$H\$PH‰\$è����H‹L$H‹D$H‹œ$¸���H‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H‹œ$¸���HƒÃH‰$H‹œ$h��H‹k0H ����H‰Œ$¨���H‰L$H‰¬$°���H‰l$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$¸���H‰\$H‹œ$À���H‰\$H‹œ$È���H‰\$ è����H‹L$Xé>òÿÿ‰é÷þÿÿÒ
������0��0runtime.morestack_noctxt���®è� runtime.duffzero���¬��type.int64���Ò��runtime.convT2E���¼��2runtime.writebarrieriface���Ê��type.int���ð��runtime.convT2E���â��2runtime.writebarrieriface���¨��Ptype.*bootstrap/compile/internal/gc.Type���æ��2runtime.writebarrieriface���ô��jgo.string."sgen: unaligned size %d (align=%d) for %v"���è��Fbootstrap/compile/internal/gc.Fatal���€ �Dbootstrap/compile/internal/gc.Nacl���ê ¸� runtime.duffzero���¬ ¸� runtime.duffzero���î ¸� runtime.duffzero���  ��Ntype.bootstrap/compile/internal/gc.Node���² ��"runtime.newobject���â ��Fbootstrap/compile/internal/gc.Types���ð ��Dbootstrap/compile/internal/gc.Tptr���À��Lbootstrap/compile/internal/gc.Regalloc���Î��Ntype.bootstrap/compile/internal/gc.Node���à��"runtime.newobject�����Fbootstrap/compile/internal/gc.Types���ž��Dbootstrap/compile/internal/gc.Tptr���î��Lbootstrap/compile/internal/gc.Regalloc���Ü��Dbootstrap/compile/internal/gc.Agen�����Jbootstrap/compile/internal/gc.Gvardef���Ì��Dbootstrap/compile/internal/gc.Agen���ê¸� runtime.duffzero�����Fbootstrap/compile/internal/gc.Types���ž��Dbootstrap/compile/internal/gc.Tptr���î��Lbootstrap/compile/internal/gc.Regalloc���ü��(go.string."duffcopy"���¢��Jbootstrap/compile/internal/gc.Sysfunc���ì��"".gins���¾��Lbootstrap/compile/internal/gc.Afunclit���˜��Jbootstrap/compile/internal/gc.Regfree���º��Jbootstrap/compile/internal/gc.Regfree���Ü��Jbootstrap/compile/internal/gc.Regfree���ˆ��$runtime.panicindex���°��Jbootstrap/compile/internal/gc.Gvardef���ì��Dbootstrap/compile/internal/gc.Agen���¨��Dbootstrap/compile/internal/gc.Agen���¼��$runtime.panicindex���Ê��$runtime.panicindex���Ü��Ntype.bootstrap/compile/internal/gc.Node���î��"runtime.newobject���–��Ntype.bootstrap/compile/internal/gc.Node���¨��"runtime.newobject���º��Fbootstrap/compile/internal/gc.Agenr���à��Fbootstrap/compile/internal/gc.Types���î��Dbootstrap/compile/internal/gc.Tptr���¶��Lbootstrap/compile/internal/gc.Regalloc���„��"".gins���¸��Jbootstrap/compile/internal/gc.Gvardef���ô��Dbootstrap/compile/internal/gc.Agen���‚��Ntype.bootstrap/compile/internal/gc.Node���”��"runtime.newobject���¾`�Fbootstrap/compile/internal/gc.Types���ä��Lbootstrap/compile/internal/gc.Regalloc���ò��Ntype.bootstrap/compile/internal/gc.Node���„��"runtime.newobject���Ð`�Fbootstrap/compile/internal/gc.Types���ö��Lbootstrap/compile/internal/gc.Regalloc���Ä��"".gins���ê��"".gins���æ ��"".gins���ˆ"��"".gins���¨#��"".gins���º$��"".gins���ð$��"".raddr���®%��Jbootstrap/compile/internal/gc.Gbranch���Þ%��Fbootstrap/compile/internal/gc.Patch���€&��Jbootstrap/compile/internal/gc.Regfree���¢&��Jbootstrap/compile/internal/gc.Regfree���Ä&��Jbootstrap/compile/internal/gc.Regfree���à&��Jbootstrap/compile/internal/gc.Regfree���Ô'��"".gins���ê(��"".gins���ô)��$runtime.panicindex���œ*��Jbootstrap/compile/internal/gc.Gvardef���â*��Fbootstrap/compile/internal/gc.Agenr���°+��Fbootstrap/compile/internal/gc.Agenr��� ,è� runtime.duffzero���ž-��type.int64���Ä-��runtime.convT2E���®.��2runtime.writebarrieriface���¼.��type.int64���â.��runtime.convT2E���Ô/��2runtime.writebarrieriface���â/��type.int���ˆ0��runtime.convT2E���ú0��2runtime.writebarrieriface���ˆ1��|go.string."sgen: unaligned offset src %d or dst %d (align %d)"���ü1��Fbootstrap/compile/internal/gc.Fatal���ö3ð� runtime.duffzero���ô4��type.int���š5��runtime.convT2E���„6��2runtime.writebarrieriface���Ê6��Ptype.*bootstrap/compile/internal/gc.Type���ˆ7��2runtime.writebarrieriface���–7��Zgo.string."sgen: invalid alignment %d for %v"���Š8��Fbootstrap/compile/internal/gc.Fatal���PÀ ��j"".autotmp_0160��"type.interface {}�"".autotmp_0159��"type.interface {}�"".autotmp_0158��"type.interface {}�"".autotmp_0157��*type.*[3]interface {}�"".autotmp_0156��&type.[]interface {}�"".autotmp_0155��"type.interface {}�"".autotmp_0154��"type.interface {}�"".autotmp_0152��&type.[]interface {}�"".autotmp_0151�ï
"type.interface {}�"".autotmp_0149�Ï
&type.[]interface {}�"".autotmp_0147��type.uint8�"".autotmp_0146��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0145��type.uint8�"".autotmp_0144��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0142��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0141��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0140��type.uint8�"".autotmp_0139��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0137��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0136��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0135��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0134��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0131��type.int�"".autotmp_0130�¿ type.int64�"".autotmp_0129��type.int64�"".autotmp_0128��(type.[3]interface {}�"".autotmp_0127��type.int�"".autotmp_0126�¯ type.int64�"".autotmp_0125�ß (type.[3]interface {}�"".autotmp_0124�Ÿ type.int�"".autotmp_0123�Ÿ
(type.[2]interface {}�"".&tmp�Ï Ptype.*bootstrap/compile/internal/gc.Node�"".&nend�Ÿ Ptype.*bootstrap/compile/internal/gc.Node�"".&src�¿ Ptype.*bootstrap/compile/internal/gc.Node�"".&dst�ÿ
Ptype.*bootstrap/compile/internal/gc.Node�"".&dst� Ptype.*bootstrap/compile/internal/gc.Node�"".&src�¯ Ptype.*bootstrap/compile/internal/gc.Node�"".ploop�ÿ Btype.*bootstrap/internal/obj.Prog�"".p�ï Btype.*bootstrap/internal/obj.Prog�"".f�ß Ptype.*bootstrap/compile/internal/gc.Node� "".tmp�ÿNtype.bootstrap/compile/internal/gc.Node�
"".r2�ßNtype.bootstrap/compile/internal/gc.Node�
"".r1�¿Ntype.bootstrap/compile/internal/gc.Node�
"".r0�ŸNtype.bootstrap/compile/internal/gc.Node� "".dir�Ï type.int�"".c�ç type.int32�
"".op�ß type.int�"".align� type.int�"".w�@type.int64�"".odst�0type.int64�"".osrc� type.int64� "".res�Ptype.*bootstrap/compile/internal/gc.Node�"".n��Ptype.*bootstrap/compile/internal/gc.Node�*%À Ô
¿ À Á¿ À ä� �Šr%

 $ˆ"H 5>


BR B%$  #F->/ #&5

4  * * (7*%* . I
A '•ª
     ¨ �š�è‹åGWÀ?)-*F IÕIÙ›%:ÔœÏ¸�Tgclocals·b09f6a017048bedf8658cad4fe938817�Tgclocals·46529931cf8f969dbaed08803d4cc9c6���X/tmp/go/src/cmd/compile/internal/arm/cgen.goþ"".cgen64��€»��€»dH‹ %����H„$ þÿÿH;Awè����ëâHì`��H‹„$p��¶Xx€û„û��¶Xx€û„î��H����H,$H‰ïH‰ÞH¥H¥H‹œ$h��H‰\$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$p��H‰\$è����H‹œ$h��¶kxH‰,$HÇD$����è����H‹\$H‰œ$��H‹\$H‰œ$ ��H‹œ$p��¶kxH‰,$HÇD$����è����H‹\$H‰œ$��H‹\$H‰œ$��H¼$@��1Àè����Hœ$@��Hƒû�„“-��HÇÂ���HÇÁ���H‰œ$(��H‰”$0��H‰Œ$8��H����H‰$Hœ$��H‰\$è����H‹L$H‹D$H‹œ$(��H‰$H‰Œ$è��H‰L$H‰„$ð��H‰D$è����H����H‰$Hœ$��H‰\$è����H‹L$H‹D$H‹œ$(��HƒÃH‰$H‰Œ$è��H‰L$H‰„$ð��H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$(��H‰\$H‹œ$0��H‰\$H‹œ$8��H‰\$ è����H‹œ$h��H‹+H‰¬$ ���H����H‰$è����H‹Œ$ ���H‹D$H‰„$°���¶Y{€û�u@H‰$H‹i0H‰l$è����H‹œ$ ���H‰$H‹œ$°���H‰\$è����H‹œ$°���H‰œ$ ���H����H‰$è����H‹\$H‰œ$ ��H����H‰$è����H‹D$H‹œ$ ���H‰$H‰„$���H‰D$H‹œ$ ��H‰\$è����H‹Œ$h��¶ix@€ýL‡š&��@€ý‡m&��@€ý…3%��H‹AH‰D$H1íH9ète¶X{€û�u\H����H‰$è����H‹D$H‰„$¨���H‰$H‹\$HH‹k0H‰l$è����H‹\$HH‰$H‹œ$¨���H‰\$è����H‹œ$¨���H‰\$HH����H‰$è����H‹\$H‰œ$��H����H‰$è����H‹\$H‰œ$ø���H‹\$HH‹k0H‰,$è����¶\$€û�„_$��H‹\$HH‰$H‹œ$ø���H‰\$H‹œ$��H‰\$è����H����H‰$è����H‹D$H‰„$Ð��H‰$H‹œ$���H‹k0H‰l$HÇD$����è����H����H‰$è����H‹D$H‰„$à��H‰$H‹œ$ ��H‹k0H‰l$HÇD$����è����H‹Œ$h��¶ix@€ý ‡œ��@€ý‡ë��@€ý…p��H����H‰$è����H‹D$H‰„$p��H‰$H‹����H‰\$HÇD$����è����H����H‰$è����H‹D$H‰„$ ��H‰$H‹����H‰\$HÇD$����è����HÇ$W ��H‹œ$ ��H‰\$H‹œ$à��H‰\$è����HÇ$W ��H‹œ$���H‰\$H‹œ$Ð��H‰\$è����HÇ$W ��H‹œ$��H‰\$H‹œ$ ��H‰\$è����HÇ$W ��H‹œ$ø���H‰\$H‹œ$p��H‰\$è����HÇ$ ��H‹œ$p��H‰\$H‹œ$Ð��H‰\$è����H‹D$¶¨ú���HƒÍ@ˆ¨ú���HÇ$ ��H‹œ$ ��H‰\$H‹œ$à��H‰\$è����H‹œ$p��H‰$è����H‹œ$ ��H‰$è����H‹\$HH‹k0H‰,$è����¶\$€û�„²���è����è����H‹œ$p��H‰$H‹œ$���H‰\$H‹œ$ ��H‰\$è����HÇ$W ��H‹œ$Ð��H‰\$H‹œ$���H‰\$è����HÇ$W ��H‹œ$à��H‰\$H‹œ$ ��H‰\$è����è����H‹œ$Ð��H‰$è����H‹œ$à��H‰$è����HÄ`��ÃéNÿÿÿ@€ý…ž��H����H‰$è����H‹D$H‰„$€��H‰$H‹����H‰\$HÇD$����è����H����H‰$è����H‹D$H‰„$˜��H‰$H‹����H‰\$HÇD$����è����HÇ$W ��H‹œ$���H‰\$H‹œ$Ð��H‰\$è����HÇ$W ��H‹œ$ ��H‰\$H‹œ$à��H‰\$è����HÇ$W ��H‹œ$ø���H‰\$H‹œ$€��H‰\$è����HÇ$W ��H‹œ$��H‰\$H‹œ$˜��H‰\$è����HÇ$ ��H‹œ$€��H‰\$H‹œ$Ð��H‰\$è����H‹D$¶¨ú���HƒÍ@ˆ¨ú���HÇ$ ��H‹œ$˜��H‰\$H‹œ$à��H‰\$è����H‹œ$€��H‰$è����H‹œ$˜��H‰$è����éýÿÿHœ$ø��HÇ����HÇC����Hœ$ø��Hƒû�„™���HÇÂ���HÇÅ���H‰”$0��H‰¬$8��H‰œ$(��H‰$H‰ÈH ����H‰Œ$è��H‰L$H‰„$ð��H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$(��H‰\$H‹œ$0��H‰\$H‹œ$8��H‰\$ è����é¿üÿÿ‰é`ÿÿÿ@€ý…Ž��H����H‰$è����H‹D$H‰„$à���H‰$H‹œ$���H‹k0H‰l$HÇD$����è����HÇ$W ��H‹œ$���H‰\$H‹œ$Ð��H‰\$è����HÇ$W ��H‹œ$ ��H‰\$H‹œ$à��H‰\$è����HÇ$W ��H‹œ$ø���H‰\$H‹œ$à���H‰\$è����H‹œ$h��¶kxH‰,$H‹œ$���H‹k0H‰l$è����H‹\$H‰$H‹œ$à���H‰\$H‹œ$Ð��H‰\$è����HÇ$W ��H‹œ$��H‰\$H‹œ$à���H‰\$è����H‹œ$h��¶kxH‰,$H‹œ$���H‹k0H‰l$è����H‹\$H‰$H‹œ$à���H‰\$H‹œ$à��H‰\$è����H‹œ$à���H‰$è����é ûÿÿ@€ý „hþÿÿéýÿÿ@€ýO‡X ��@€ýL…��H����H‰$è����H‹D$H‰„$h��H‰$H‹����H‰\$HÇD$����è����H����H‰$è����H‹D$H‰„$°��H‰$H‹����H‰\$HÇD$����è����H����H‰$è����H‹D$H‰„$H��H‰$H‹����H‰\$HÇD$����è����H����H‰$è����H‹D$H‰„$X��H‰$H‹����H‰\$HÇD$����è����HÇ$W ��H‹œ$ ��H‰\$H‹œ$°��H‰\$è����HÇ$W ��H‹œ$���H‰\$H‹œ$h��H‰\$è����HÇ$W ��H‹œ$��H‰\$H‹œ$X��H‰\$è����HÇ$W ��H‹œ$ø���H‰\$H‹œ$H��H‰\$è����HÇ$c ��HÇD$����HÇD$����è����H‹D$fÇ@ �L‹„$h��I·htf‰hL‹„$H��I·htf‰¨ò���fÇ@h�L‹„$à��I·htf‰hjH‹¬$Ð��H¿mtH‰hxHÇ$] ��HÇD$����HÇD$����è����H‹Œ$à��H‹D$fÇ@ �L‹„$h��I·htf‰hL‹„$X��I·htf‰¨ò���fÇ@h�H·itf‰hjH¿itH‰hxHÇ$] ��HÇD$����HÇD$����è����H‹”$à��H‹Œ$°��H‹D$fÇ@ �H·itf‰hL‹„$H��I·htf‰¨ò���fÇ@h�H·jtf‰hjH¿jtH‰hxH‰ $è����H‹œ$h��H‰$è����H‹œ$X��H‰$è����H‹œ$H��H‰$è����éß÷ÿÿ@€ýO…TúÿÿH����H‰$è����H‹D$H‰„$x��H‰$H‹œ$���H‹k0H‰l$HÇD$����è����H����H‰$è����H‹D$H‰„$¸��H‰$H‹œ$ ��H‹k0H‰l$HÇD$����è����HÇ$W ��H‹œ$ ��H‰\$H‹œ$¸��H‰\$è����HÇ$W ��H‹œ$���H‰\$H‹œ$x��H‰\$è����H����H‰$è����H‹\$H‰œ$À���H����H‰$è����H‹\$H‰œ$Ð���H����H‰$è����H‹D$HH‹\$H‰œ$(��¶Xx€û…$��H‰$è����H‹”$x��H‹„$Ð��H‹L$Hƒù@r]HÇ$ ��H‰D$H‰D$è����H‹„$à��HÇ$ ��H‰D$H‰D$è����H‹œ$x��H‰$è����H‹œ$¸��H‰$è����éöÿÿH‰L$8Hƒù vZHÇ$ ��H‰D$H‰D$è����HÇ$W ��H‹œ$x��H‰\$ÇD$����H‹\$8Hƒë ‰Û‰\$H‹œ$à��H‰\$è����étÿÿÿHƒù uCHÇ$ ��H‰D$H‰D$è����HÇ$W ��H‹œ$x��H‰\$H‹œ$à��H‰\$è����é+ÿÿÿHƒù�†¨���HÇ$W ��H‰T$ÇD$����‰Ë‰\$H‰D$è����HÇ$W ��H‹œ$¸��H‰\$ÇD$����H‹\$8‰Û‰\$H‹œ$à��H‰\$è����HÇ$ ��H‹œ$x��H‰\$ÇD$ ���H‹l$8HÇà ���H)ë‰Û‰\$H‹œ$à��H‰\$è����éyþÿÿHÇ$W ��H‰T$H‰D$è����HÇ$W ��H‹œ$¸��H‰\$H‹œ$à��H‰\$è����é6þÿÿH‹œ$À���H‰$H‹����H‰\$HÇD$����è����H‹œ$(��H‰$H‹����H‰\$HÇD$����è����H‹\$HH‹k0H‰,$è����¶\$€û�„6��H����H‰$è����H‹\$H‰œ$8��H����H‰$è����H‹D$H‹\$HH‰$H‹œ$8��H‰\$H‰„$P��H‰D$è����H‹œ$P��H‰$H‹œ$À���H‰\$è����HÇ$ ��H‹œ$À���H‰\$HÇD$����è����HÇ$# ��HÇD$����HÇD$����è����H‹\$H‰\$PH‹œ$8��H‰$H‹œ$À���H‰\$è����è����HÇ$ ��H‹œ$À���H‰\$HÇD$����è����HÇ$W ��H‹œ$x��H‰\$H‹œ$Ð��H‰\$è����H‹\$ƃú���HÇ$W ��H‹œ$¸��H‰\$H‹œ$à��H‰\$è����H‹\$ƃú���HÇ$" ��HÇD$����HÇD$����è����H‹\$H‰œ$���H‹œ$Ð���H‰$H‹����H‰\$HÇD$ ���è����H‹œ$Ð���H‰$H‹œ$(��H‰\$è����HÇ$ ��H‹œ$À���H‰\$H‹œ$(��H‰\$è����HÇ$W ��H‹œ$x��H‰\$ÇD$����H‹œ$À���H‰\$H‹œ$Ð��H‰\$ è����H‹\$(ƃú��� HÇ$W ��H‹œ$¸��H‰\$ÇD$����H‹œ$À���H‰\$H‹œ$à��H‰\$ è����H‹\$(ƃú��� HÇ$ ��H‹œ$À���H‰\$H‹œ$(��H‰\$è����H‹\$ƃú��� HÇ$ ��H‹œ$x��H‰\$ÇD$ ���H‹œ$(��H‰\$H‹œ$à��H‰\$ è����H‹\$(ƃú��� HÇ$' ��HÇD$����HÇD$����è����H‹Œ$Ð��H‹\$H‰œ$€���HÇ$ ��H‰L$H‰L$è����H‹\$ƃú���HÇ$W ��H‹œ$x��H‰\$H‹œ$à��H‰\$è����H‹\$ƃú���HÇ$" ��HÇD$����HÇD$����è����H‹\$H‰\$pH‹œ$Ð���H‰$H‹����H‰\$HÇD$@���è����H‹œ$Ð���H‰$H‹œ$(��H‰\$è����HÇ$ ��H‹œ$À���H‰\$H‹œ$(��H‰\$è����H‹„$Ð��HÇ$ ��H‰D$H‰D$è����H‹Œ$(��H‹\$ƃú��� HÇ$W ��H‰L$ÇD$ ���ÇD$���H‰L$è����H‹\$ ƃú��� HÇ$ ��H‹œ$(��H‰\$H‹œ$À���H‰\$è����H‹\$ƃú��� HÇ$W ��H‹œ$x��H‰\$ÇD$����H‹œ$À���H‰\$H‹œ$à��H‰\$ è����H‹\$(ƃú��� HÇ$' ��HÇD$����HÇD$����è����H‹L$PH‹\$H‰\$`1íH9étH‰ $H‹����H‰\$è����HÇ$ ��H‹œ$Ð��H‰\$H‹œ$Ð��H‰\$è����H‹„$à��HÇ$ ��H‰D$H‰D$è����H‹œ$���H‰$H‹����H‰\$è����H‹œ$€���H‰$H‹����H‰\$è����H‹\$pH‰$H‹����H‰\$è����H‹\$`H‰$H‹����H‰\$è����H‹œ$À���H‰$è����H‹œ$(��H‰$è����é”÷ÿÿH‹\$HH‰$H‹œ$À���H‰\$è����HÇD$P����éˆúÿÿ@€ýP…¸ ��H����H‰$è����H‹D$H‰„$��H‰$H‹œ$���H‹k0H‰l$HÇD$����è����H����H‰$è����H‹D$H‰„$À��H‰$H‹œ$ ��H‹k0H‰l$HÇD$����è����HÇ$W ��H‹œ$ ��H‰\$H‹œ$À��H‰\$è����HÇ$W ��H‹œ$���H‰\$H‹œ$��H‰\$è����H����H‰$è����H‹\$H‰œ$È���H����H‰$è����H‹\$H‰œ$¸���H����H‰$è����H‹D$HH‹\$H‰œ$0��¶Xx€û…€��H‰$è����H‹¬$��H‹”$À��H‹Œ$Ð��H‹D$Hƒø@‚Î���H‹j0¶]�€û……���HÇ$W ��H‰T$ÇD$@���ÇD$���H‰L$è����HÇ$W ��H‹œ$À��H‰\$ÇD$@���ÇD$���H‹œ$à��H‰\$è����H‹œ$��H‰$è����H‹œ$À��H‰$è����é¨ëÿÿHÇ$ ��H‰L$H‰L$è����H‹„$à��HÇ$ ��H‰D$H‰D$è����ë¡Hƒø †Å���H‹j0¶]�€ûuhHÇ$W ��H‰T$ÇD$@���H‰ÃHƒë ‰Û‰\$H‰L$è����HÇ$W ��H‹œ$À��H‰\$ÇD$@���ÇD$���H‹œ$à��H‰\$è����é"ÿÿÿHÇ$W ��H‰T$ÇD$ ���H‰ÃHƒë ‰Û‰\$H‰L$è����H‹„$à��HÇ$ ��H‰D$H‰D$è����éÒþÿÿHƒø u|HÇ$W ��H‰T$H‰L$è����H‹Œ$À��H‹„$à��H‹i0¶]�€ûu,HÇ$W ��H‰L$ÇD$@���ÇD$���H‰D$è����élþÿÿHÇ$ ��H‰D$H‰D$è����éPþÿÿHƒø�†ä���HÇ$W ��H‰l$ÇD$ ���H‰D$@‰Ã‰\$H‰L$è����HÇ$ ��H‹œ$À��H‰\$ÇD$����H‹l$@HÇà ���H)ë‰Û‰\$H‹œ$Ð��H‰\$è����H‹”$à��H‹L$@H‹„$À��H‹h0¶]�€ûu*HÇ$W ��H‰D$ÇD$@���‰Ë‰\$H‰T$è����éŒýÿÿHÇ$W ��H‰D$ÇD$ ���‰Ë‰\$H‰T$è����ébýÿÿHÇ$W ��H‰l$H‰L$è����HÇ$W ��H‹œ$À��H‰\$H‹œ$à��H‰\$è����éýÿÿH‹œ$¸���H‰$H‹����H‰\$HÇD$����è����H‹œ$0��H‰$H‹����H‰\$HÇD$����è����H‹\$HH‹k0H‰,$è����¶\$€û�„l��H����H‰$è����H‹\$H‰œ$`��H����H‰$è����H‹D$H‹\$HH‰$H‰„$@��H‰D$H‹œ$`��H‰\$è����H‹œ$`��H‰$H‹œ$¸���H‰\$è����HÇ$ ��H‹œ$¸���H‰\$HÇD$����è����H‹Œ$À��H‹„$à��H‹i0¶]�€û…��HÇ$W ��H‰L$ÇD$@���ÇD$���H‰D$è����H‹D$ ƀú���HÇ$# ��HÇD$����HÇD$����è����H‹\$H‰\$XH‹œ$@��H‰$H‹œ$¸���H‰\$è����è����HÇ$ ��H‹œ$¸���H‰\$HÇD$����è����HÇ$W ��H‹œ$��H‰\$H‹œ$Ð��H‰\$è����H‹\$ƃú���HÇ$W ��H‹œ$À��H‰\$H‹œ$à��H‰\$è����H‹\$ƃú���HÇ$" ��HÇD$����HÇD$����è����H‹\$H‰œ$˜���H‹œ$È���H‰$H‹����H‰\$HÇD$ ���è����H‹œ$È���H‰$H‹œ$0��H‰\$è����HÇ$ ��H‹œ$¸���H‰\$H‹œ$0��H‰\$è����HÇ$W ��H‹œ$��H‰\$ÇD$ ���H‹œ$¸���H‰\$H‹œ$Ð��H‰\$ è����H‹\$(ƃú��� HÇ$ ��H‹œ$¸���H‰\$H‹œ$0��H‰\$è����H‹\$ƃú��� HÇ$ ��H‹œ$À��H‰\$ÇD$����H‹œ$0��H‰\$H‹œ$Ð��H‰\$ è����H‹´$à��H‹”$¸���H‹Œ$À��H‹\$(ƃú��� H‹i0¶]�€û…Ö��HÇ$W ��H‰L$ÇD$@���H‰T$H‰t$ è����H‹D$(ƀú��� HÇ$' ��HÇD$����HÇD$����è����H‹\$H‰œ$ˆ���HÇ$W ��H‹œ$À��H‰\$H‹œ$Ð��H‰\$è����H‹”$À��H‹Œ$à��H‹\$ƃú���H‹j0¶]�€û…
��HÇ$W ��H‰T$ÇD$@���ÇD$���H‰L$è����HÇ$" ��HÇD$����HÇD$����è����H‹\$H‰\$xH‹œ$È���H‰$H‹����H‰\$HÇD$@���è����H‹œ$È���H‰$H‹œ$0��H‰\$è����HÇ$ ��H‹œ$¸���H‰\$H‹œ$0��H‰\$è����H‹„$0��HÇ$W ��H‰D$ÇD$ ���ÇD$���H‰D$è����H‹\$ ƃú��� HÇ$ ��H‹œ$0��H‰\$H‹œ$¸���H‰\$è����H‹´$Ð��H‹”$¸���H‹Œ$À��H‹\$ƃú��� H‹i0¶]�€û…ƒ��HÇ$W ��H‰L$ÇD$@���H‰T$H‰t$ è����H‹\$(ƃú��� HÇ$' ��HÇD$����HÇD$����è����H‹”$Ð��H‹L$XH‹\$H‰\$h1íH9étH‰ $H‹����H‰\$è����H‹”$Ð��H‹¬$À��H‹m0¶]�€û…Ä���HÇ$W ��H‹œ$À��H‰\$ÇD$@���ÇD$���H‰T$è����H‹œ$˜���H‰$H‹����H‰\$è����H‹œ$ˆ���H‰$H‹����H‰\$è����H‹\$xH‰$H‹����H‰\$è����H‹\$hH‰$H‹����H‰\$è����H‹œ$¸���H‰$è����H‹œ$0��H‰$è����éöÿÿHÇ$ ��H‰T$H‰T$è����éOÿÿÿHÇ$W ��H‰L$ÇD$ ���H‰T$H‰t$ è����H‹\$(ƃú��� éxþÿÿHÇ$ ��H‰L$H‰L$è����éýÿÿHÇ$W ��H‰L$ÇD$ ���H‰T$H‰t$ è����H‹D$(é%üÿÿHÇ$ ��H‰D$H‰D$è����H‹D$é|ùÿÿH‹\$HH‰$H‹œ$¸���H‰\$è����HÇD$X����é¦ùÿÿ@€ýQ„5äÿÿ@€ý–…XãÿÿH‹\$HH‰$è����H‹\$H‰\$0H����H‰$è����H‹D$H‰„$ˆ��H‰$H‹œ$���H‹k0H‰l$HÇD$����è����H����H‰$è����H‹D$H‰„$¨��H‰$H‹œ$ ��H‹k0H‰l$HÇD$����è����H‹Œ$ ��H‹D$0Hƒø ‚Ó��H‰ÃHƒë H‰\$0HÇ$W ��H‰L$H‹œ$ˆ��H‰\$è����HÇ$W ��H‹œ$���H‰\$H‹œ$¨��H‰\$è����H‹\$0Hƒû�uuHÇ$W ��H‹œ$¨��H‰\$H‹œ$à��H‰\$è����HÇ$W ��H‹œ$ˆ��H‰\$H‹œ$Ð��H‰\$è����H‹œ$ˆ��H‰$è����H‹œ$¨��H‰$è����éXßÿÿHÇ$W ��H‹œ$ˆ��H‰\$ÇD$����H‹\$0‰Û‰\$H‹œ$Ð��H‰\$è����HÇ$W ��H‹œ$¨��H‰\$ÇD$����H‹\$0‰Û‰\$H‹œ$à��H‰\$è����HÇ$ ��H‹œ$ˆ��H‰\$ÇD$ ���H‹l$0HÇà ���H)ë‰Û‰\$H‹œ$à��H‰\$è����HÇ$ ��H‹œ$¨��H‰\$ÇD$ ���H‹l$0HÇà ���H)ë‰Û‰\$H‹œ$Ð��H‰\$è����éØþÿÿHÇ$W ��H‰L$H‹œ$¨��H‰\$è����HÇ$W ��H‹œ$���H‰\$H‹œ$ˆ��H‰\$è����é4þÿÿéÄÛÿÿ@€ý„ÃÚÿÿ¶ixH‰,$HÇD$����è����H‹\$H‰œ$��H‹\$H‰œ$ ��Hœ$ø��HÇ����HÇC����Hœ$ø��Hƒû�„Æ���HÇÁ���HÇÂ���H‰œ$(��H‰Œ$0��H‰”$8��H����H‰$Hœ$��H‰\$è����H‹L$H‹D$H‹œ$(��H‰$H‰Œ$è��H‰L$H‰„$ð��H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$(��H‰\$H‹œ$0��H‰\$H‹œ$8��H‰\$ è����H‹Œ$h��é¤Ùÿÿ‰é3ÿÿÿ@€ý„“Ùÿÿ@€ý „‰Ùÿÿ@€ýL„Ùÿÿé·þÿÿ@€ýQw#@€ýO„jÙÿÿ@€ýP„`Ùÿÿ@€ýQ„VÙÿÿéŽþÿÿ@€ýU…��H‹œ$°���H‰$H‹œ$���H‹k0H‰l$HÇD$����è����»ÿÿÿÿ‰$è����H‹\$H‰$H‹œ$°���H‰\$è����H����H‰$è����H‹\$H‰œ$è���H����H‰$è����H‹D$H‹œ$p��H‰$H‹œ$è���H‰\$H‰„$��H‰D$è����H����H‰$è����H‹D$H‰„$Ø���H‰$H‹œ$���H‹k0H‰l$HÇD$����è����HÇ$W ��H‹œ$���H‰\$H‹œ$Ø���H‰\$è����HÇ$ ��H‹œ$°���H‰\$H‹œ$Ø���H‰\$è����HÇ$W ��H‹œ$Ø���H‰\$H‹œ$è���H‰\$è����HÇ$W ��H‹œ$ ��H‰\$H‹œ$Ø���H‰\$è����HÇ$ ��H‹œ$°���H‰\$H‹œ$Ø���H‰\$è����HÇ$W ��H‹œ$Ø���H‰\$H‹œ$��H‰\$è����H‹œ$°���H‰$è����H‹œ$Ø���H‰$è����è����è����HÄ`��Ã@€ýW…œ��H����H‰$è����H‹\$H‰œ$ð���H����H‰$è����H‹D$H‹œ$p��H‰$H‹œ$ð���H‰\$H‰„$��H‰D$è����H‹œ$°���H‰$H‹œ$���H‹k0H‰l$HÇD$����è����H����H‰$è����H‹D$H‰„$È��H‰$H‹œ$���H‹k0H‰l$HÇD$����è����H����H‰$è����H‹D$H‰„$Ø��H‰$H‹œ$ ��H‹k0H‰l$HÇD$����è����HÇ$W ��H‹œ$���H‰\$H‹œ$È��H‰\$è����HÇ$W ��H‹œ$ ��H‰\$H‹œ$Ø��H‰\$è����Ç$����è����H‹\$H‰$H‹œ$°���H‰\$è����HÇ$ ��H‹œ$È��H‰\$H‹œ$°���H‰\$è����H‹D$¶¨ú���HƒÍ@ˆ¨ú���HÇ$W ��H‹œ$°���H‰\$H‹œ$ð���H‰\$è����Ç$����è����H‹\$H‰$H‹œ$°���H‰\$è����HÇ$ ��H‹œ$Ø��H‰\$H‹œ$°���H‰\$è����HÇ$W ��H‹œ$°���H‰\$H‹œ$��H‰\$è����H‹œ$°���H‰$è����H‹œ$È��H‰$è����H‹œ$Ø��H‰$è����è����è����HÄ`��Ã@€ý–„‰ÔÿÿéÁùÿÿ‰éfÒÿÿî
������0��0runtime.morestack_noctxt���”��go.string."n"���Ô��Dbootstrap/compile/internal/gc.Dump���â��go.string."res"���¢��Dbootstrap/compile/internal/gc.Dump���Þ��Fbootstrap/compile/internal/gc.Oconv���Î��Fbootstrap/compile/internal/gc.Oconv��� ð� runtime.duffzero���ž��type.string���Ê��runtime.convT2E���´��2runtime.writebarrieriface���Â��type.string���î��runtime.convT2E���à��2runtime.writebarrieriface���î��6go.string."cgen64 %v of %v"���â��Fbootstrap/compile/internal/gc.Fatal���– ��Ntype.bootstrap/compile/internal/gc.Node���¨ ��"runtime.newobject���ˆ
��Lbootstrap/compile/internal/gc.Tempname���Ä
��Dbootstrap/compile/internal/gc.Cgen���ò
��Ntype.bootstrap/compile/internal/gc.Node���„ ��"runtime.newobject���¬ ��Ntype.bootstrap/compile/internal/gc.Node���¾ ��"runtime.newobject���ž ��"".split64���² ��Ntype.bootstrap/compile/internal/gc.Node���Ä ��"runtime.newobject���Œ��Lbootstrap/compile/internal/gc.Tempname���Â��Dbootstrap/compile/internal/gc.Cgen���ê��Ntype.bootstrap/compile/internal/gc.Node���ü��"runtime.newobject���¤��Ntype.bootstrap/compile/internal/gc.Node���¶��"runtime.newobject���ô��Dbootstrap/compile/internal/gc.Is64���à��"".split64���î��Ntype.bootstrap/compile/internal/gc.Node���€��"runtime.newobject���à��Lbootstrap/compile/internal/gc.Regalloc���î��Ntype.bootstrap/compile/internal/gc.Node���€��"runtime.newobject���à��Lbootstrap/compile/internal/gc.Regalloc���Â��Ntype.bootstrap/compile/internal/gc.Node���Ô��"runtime.newobject���„�Fbootstrap/compile/internal/gc.Types���ª��Lbootstrap/compile/internal/gc.Regalloc���¸��Ntype.bootstrap/compile/internal/gc.Node���Ê��"runtime.newobject���ú�Fbootstrap/compile/internal/gc.Types��� ��Lbootstrap/compile/internal/gc.Regalloc���î��"".gins���¼��"".gins���Š��"".gins���Ø��"".gins���¦��"".gins���¢��"".gins���Ä��Jbootstrap/compile/internal/gc.Regfree���æ��Jbootstrap/compile/internal/gc.Regfree���Š��Dbootstrap/compile/internal/gc.Is64���°��"".splitclean���º��"".splitclean�����"".split64���Þ��"".gins���¬��"".gins���¶��"".splitclean���Ø��Jbootstrap/compile/internal/gc.Regfree���ú��Jbootstrap/compile/internal/gc.Regfree���¶��Ntype.bootstrap/compile/internal/gc.Node���È��"runtime.newobject���ø�Fbootstrap/compile/internal/gc.Types���ž��Lbootstrap/compile/internal/gc.Regalloc���¬��Ntype.bootstrap/compile/internal/gc.Node���¾��"runtime.newobject���î�Fbootstrap/compile/internal/gc.Types���”��Lbootstrap/compile/internal/gc.Regalloc���â��"".gins���° ��"".gins���þ ��"".gins���Ì!��"".gins���š"��"".gins���–#��"".gins���¸#��Jbootstrap/compile/internal/gc.Regfree���Ú#��Jbootstrap/compile/internal/gc.Regfree���ž%��Ptype.*bootstrap/compile/internal/gc.Node���Ü%��2runtime.writebarrieriface���ê%��Rgo.string."cgen64: not implemented: %v\n"���Þ&��Fbootstrap/compile/internal/gc.Fatal���˜'��Ntype.bootstrap/compile/internal/gc.Node���ª'��"runtime.newobject���Š(��Lbootstrap/compile/internal/gc.Regalloc���Ø(��"".gins���¦)��"".gins���ô)��"".gins���À*��"".optoas���+��"".gins���Þ+��"".gins���ª,��"".optoas���ú,��"".gins���œ-��Jbootstrap/compile/internal/gc.Regfree���ú-��Ntype.bootstrap/compile/internal/gc.Node���Œ.��"runtime.newobject���¼.�Fbootstrap/compile/internal/gc.Types���â.��Lbootstrap/compile/internal/gc.Regalloc���ð.��Ntype.bootstrap/compile/internal/gc.Node���‚/��"runtime.newobject���²/�Fbootstrap/compile/internal/gc.Types���Ø/��Lbootstrap/compile/internal/gc.Regalloc���æ/��Ntype.bootstrap/compile/internal/gc.Node���ø/��"runtime.newobject���¨0�Fbootstrap/compile/internal/gc.Types���Î0��Lbootstrap/compile/internal/gc.Regalloc���Ü0��Ntype.bootstrap/compile/internal/gc.Node���î0��"runtime.newobject���ž1�Fbootstrap/compile/internal/gc.Types���Ä1��Lbootstrap/compile/internal/gc.Regalloc���’2��"".gins���à2��"".gins���®3��"".gins���ü3��"".gins���º4��"".gins���¨6��"".gins���†8��"".gins���¸9��Jbootstrap/compile/internal/gc.Regfree���Ú9��Jbootstrap/compile/internal/gc.Regfree���ü9��Jbootstrap/compile/internal/gc.Regfree���ž:��Jbootstrap/compile/internal/gc.Regfree���Ê:��Ntype.bootstrap/compile/internal/gc.Node���Ü:��"runtime.newobject���¼;��Lbootstrap/compile/internal/gc.Regalloc���Ê;��Ntype.bootstrap/compile/internal/gc.Node���Ü;��"runtime.newobject���¼<��Lbootstrap/compile/internal/gc.Regalloc���Š=��"".gins���Ø=��"".gins���æ=��Ntype.bootstrap/compile/internal/gc.Node���ø=��"runtime.newobject��� >��Ntype.bootstrap/compile/internal/gc.Node���²>��"runtime.newobject���Ú>��Ntype.bootstrap/compile/internal/gc.Node���ì>��"runtime.newobject���¼?��Rbootstrap/compile/internal/gc.(*Node).Int��� @��"".gins���Þ@��"".gins���€A��Jbootstrap/compile/internal/gc.Regfree���¢A��Jbootstrap/compile/internal/gc.Regfree���ðA��"".gins���ìB��"".gshift���°C��"".gins���þC��"".gins���æD��"".gshift���ÚE��"".gshift���âF��"".gshift���šG��"".gins���èG��"".gins���˜H`�Fbootstrap/compile/internal/gc.Types���¾H��Lbootstrap/compile/internal/gc.Regalloc���äH`�Fbootstrap/compile/internal/gc.Types���ŠI��Lbootstrap/compile/internal/gc.Regalloc���®I��Dbootstrap/compile/internal/gc.Is64���ØI��Ntype.bootstrap/compile/internal/gc.Node���êI��"runtime.newobject���’J��Ntype.bootstrap/compile/internal/gc.Node���¤J��"runtime.newobject���þJ��"".split64���ºK��"".gmove���€L��"".gins���¾L��Jbootstrap/compile/internal/gc.Gbranch���ŽM��"".gmove���˜M��"".splitclean���ÞM��"".gins���¬N��"".gins���’O��"".gins���èO��Jbootstrap/compile/internal/gc.Gbranch���¨P`�Fbootstrap/compile/internal/gc.Types���ÎP��Lbootstrap/compile/internal/gc.Nodconst���ŠQ��"".gmove���ØQ��"".gins���ÐR��"".gregshift���àS��"".gregshift���ÆT��"".gins���ÖU��"".gregshift���¬V��Jbootstrap/compile/internal/gc.Gbranch���„W��"".gins���êW��"".gins���ÀX��Jbootstrap/compile/internal/gc.Gbranch���úX`�Fbootstrap/compile/internal/gc.Types��� Y��Lbootstrap/compile/internal/gc.Nodconst���ÜY��"".gmove���ªZ��"".gins���èZ��"".gins���Þ[��"".gshift���Ä\��"".gins���Ô]��"".gregshift���ª^��Jbootstrap/compile/internal/gc.Gbranch���ì^��@bootstrap/compile/internal/gc.Pc���€_��Fbootstrap/compile/internal/gc.Patch���Î_��"".gins���Œ`��"".gins���²`��@bootstrap/compile/internal/gc.Pc���Æ`��Fbootstrap/compile/internal/gc.Patch���ì`��@bootstrap/compile/internal/gc.Pc���€a��Fbootstrap/compile/internal/gc.Patch��� a��@bootstrap/compile/internal/gc.Pc���´a��Fbootstrap/compile/internal/gc.Patch���Ôa��@bootstrap/compile/internal/gc.Pc���èa��Fbootstrap/compile/internal/gc.Patch���Šb��Jbootstrap/compile/internal/gc.Regfree���¬b��Jbootstrap/compile/internal/gc.Regfree���ìb��"".gmove���ªc��Ntype.bootstrap/compile/internal/gc.Node���¼c��"runtime.newobject���œd��Lbootstrap/compile/internal/gc.Regalloc���ªd��Ntype.bootstrap/compile/internal/gc.Node���¼d��"runtime.newobject���œe��Lbootstrap/compile/internal/gc.Regalloc���êe��"".gins���¸f��"".gins���Æf��Ntype.bootstrap/compile/internal/gc.Node���Øf��"runtime.newobject���€g��Ntype.bootstrap/compile/internal/gc.Node���’g��"runtime.newobject���ºg��Ntype.bootstrap/compile/internal/gc.Node���Ìg��"runtime.newobject���œh��Rbootstrap/compile/internal/gc.(*Node).Int���Úi��"".gshift���Èj��"".gshift���êj��Jbootstrap/compile/internal/gc.Regfree���Œk��Jbootstrap/compile/internal/gc.Regfree���Äk��"".gins���‚l��"".gins���Œm��"".gshift���úm��"".gshift���Ün��"".gshift���šo��"".gins���Þo��"".gins���æp��"".gshift���žq��"".gins���r��"".gshift���˜s��"".gshift���¦t��"".gshift���út��"".gshift���²u��"".gins���€v��"".gins���°v`�Fbootstrap/compile/internal/gc.Types���Öv��Lbootstrap/compile/internal/gc.Regalloc���üv`�Fbootstrap/compile/internal/gc.Types���¢w��Lbootstrap/compile/internal/gc.Regalloc���Æw��Dbootstrap/compile/internal/gc.Is64���ðw��Ntype.bootstrap/compile/internal/gc.Node���‚x��"runtime.newobject���ªx��Ntype.bootstrap/compile/internal/gc.Node���¼x��"runtime.newobject���–y��"".split64���Òy��"".gmove���˜z��"".gins���¨{��"".gshift���þ{��Jbootstrap/compile/internal/gc.Gbranch���Î|��"".gmove���Ø|��"".splitclean���ž}��"".gins���ì}��"".gins���Ò~��"".gins���¨��Jbootstrap/compile/internal/gc.Gbranch���è`�Fbootstrap/compile/internal/gc.Types���Ž€��Lbootstrap/compile/internal/gc.Nodconst���ʀ��"".gmove���˜��"".gins���‚��"".gregshift���ö‚��"".gins���†„��"".gregshift���¸…��"".gregshift���Ž†��Jbootstrap/compile/internal/gc.Gbranch���ö†��"".gins���žˆ��"".gshift���܈��Jbootstrap/compile/internal/gc.Gbranch���–‰`�Fbootstrap/compile/internal/gc.Types���¼‰��Lbootstrap/compile/internal/gc.Nodconst���ø‰��"".gmove���Ɗ��"".gins���¤‹��"".gshift���ŠŒ��"".gins���¼��"".gregshift���’Ž��Jbootstrap/compile/internal/gc.Gbranch���äŽ��@bootstrap/compile/internal/gc.Pc���øŽ��Fbootstrap/compile/internal/gc.Patch���˜��"".gshift���¾��@bootstrap/compile/internal/gc.Pc���Ґ��Fbootstrap/compile/internal/gc.Patch���ø��@bootstrap/compile/internal/gc.Pc���Œ‘��Fbootstrap/compile/internal/gc.Patch���¬‘��@bootstrap/compile/internal/gc.Pc���À‘��Fbootstrap/compile/internal/gc.Patch���à‘��@bootstrap/compile/internal/gc.Pc���ô‘��Fbootstrap/compile/internal/gc.Patch���–’��Jbootstrap/compile/internal/gc.Regfree���¸’��Jbootstrap/compile/internal/gc.Regfree���ð’��"".gins���“��"".gregshift���’”��"".gins���ä”��"".gregshift���¦•��"".gins���ð•��"".gmove���Ж��Rbootstrap/compile/internal/gc.(*Node).Int���ò–��Ntype.bootstrap/compile/internal/gc.Node���„—��"runtime.newobject���ä—��Lbootstrap/compile/internal/gc.Regalloc���ò—��Ntype.bootstrap/compile/internal/gc.Node���„˜��"runtime.newobject���ä˜��Lbootstrap/compile/internal/gc.Regalloc���è™��"".gins���¶š��"".gins���š›��"".gins���è›��"".gins���Šœ��Jbootstrap/compile/internal/gc.Regfree���¬œ��Jbootstrap/compile/internal/gc.Regfree���ª��"".gshift���žž��"".gshift���¦Ÿ��"".gshift���® ��"".gshift���ö ��"".gins���Ä¡��"".gins���˜¢��Fbootstrap/compile/internal/gc.Oconv���ø£��type.string���¤¤��runtime.convT2E���Ž¥��2runtime.writebarrieriface���œ¥��*go.string."cgen64 %v"���¦��Fbootstrap/compile/internal/gc.Fatal���º¨��Lbootstrap/compile/internal/gc.Regalloc���Ô¨��"".ncon���Š©��"".gmove���˜©��Ntype.bootstrap/compile/internal/gc.Node���ª©��"runtime.newobject���Ò©��Ntype.bootstrap/compile/internal/gc.Node���ä©��"runtime.newobject���Ī��"".split64���Òª��Ntype.bootstrap/compile/internal/gc.Node���äª��"runtime.newobject���Ä«��Lbootstrap/compile/internal/gc.Regalloc���’¬��"".gins���à¬��"".gins���®­��"".gins���ü­��"".gins���Ê®��"".gins���˜¯��"".gins���º¯��Jbootstrap/compile/internal/gc.Regfree���ܯ��Jbootstrap/compile/internal/gc.Regfree���æ¯��"".splitclean���ð¯��"".splitclean���¢°��Ntype.bootstrap/compile/internal/gc.Node���´°��"runtime.newobject���Ü°��Ntype.bootstrap/compile/internal/gc.Node���î°��"runtime.newobject���α��"".split64���¤²��Lbootstrap/compile/internal/gc.Regalloc���²²��Ntype.bootstrap/compile/internal/gc.Node���IJ��"runtime.newobject���¤³��Lbootstrap/compile/internal/gc.Regalloc���²³��Ntype.bootstrap/compile/internal/gc.Node���ij��"runtime.newobject���¤´��Lbootstrap/compile/internal/gc.Regalloc���ò´��"".gins���Àµ��"".gins���ص��"".ncon���Ž¶��"".gmove���ܶ��"".gins���Ø·��"".gins���ð·��"".ncon���¦¸��"".gmove���ô¸��"".gins���¹��"".gins���ä¹��Jbootstrap/compile/internal/gc.Regfree���†º��Jbootstrap/compile/internal/gc.Regfree���¨º��Jbootstrap/compile/internal/gc.Regfree���²º��"".splitclean���¼º��"".splitclean��� À ��ú"".autotmp_0250��*type.*[1]interface {}�"".autotmp_0249��&type.[]interface {}�"".autotmp_0248��type.uint8�"".autotmp_0247��"type.interface {}�"".autotmp_0245��&type.[]interface {}�"".autotmp_0243��"type.interface {}�"".autotmp_0242�ï"type.interface {}�"".autotmp_0240�o&type.[]interface {}�"".autotmp_0239��type.bool�"".autotmp_0238��type.int�"".autotmp_0237��type.int�"".autotmp_0236��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0235��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0234��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0233��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0232��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0231��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0230��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0229��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0228��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0227��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0226��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0225��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0224��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0223��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0222��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0221��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0220��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0219��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0218��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0217��type.bool�"".autotmp_0216��type.int64�"".autotmp_0215��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0214��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0213��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0212��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0211��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0210��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0209��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0208��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0207��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0206��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0205��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0204��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0203��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0202��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0201��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0200��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0199��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0198��type.bool�"".autotmp_0197��type.int64�"".autotmp_0194��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0193��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0192��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0191��type.uint8�"".autotmp_0190��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0189��type.uint8�"".autotmp_0188��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0187��Ptype.*bootstrap/compile/internal/gc.Node�"".autotmp_0186��(type.[1]interface {}�"".autotmp_0184��Ptype.*bootstrap/compile/internal/gc.Node�"".autotmp_0183��Ptype.*bootstrap/compile/internal/gc.Node�"".autotmp_0182��type.uint8�"".autotmp_0179��type.string�"".autotmp_0178�Ï(type.[1]interface {}�"".autotmp_0177�¯type.string�"".autotmp_0176�type.string�"".autotmp_0175�?(type.[2]interface {}� "".&n1�ÿPtype.*bootstrap/compile/internal/gc.Node�"".&creg�ßPtype.*bootstrap/compile/internal/gc.Node� "".&n1�¯Ptype.*bootstrap/compile/internal/gc.Node�
"".&s�ÏPtype.*bootstrap/compile/internal/gc.Node� "".&ch�ÿPtype.*bootstrap/compile/internal/gc.Node� "".&cl�¿Ptype.*bootstrap/compile/internal/gc.Node� "".&bl�ŸPtype.*bootstrap/compile/internal/gc.Node� "".&bh�¿Ptype.*bootstrap/compile/internal/gc.Node�"".&creg�ïPtype.*bootstrap/compile/internal/gc.Node� "".&n1�ŸPtype.*bootstrap/compile/internal/gc.Node�
"".&s�¿Ptype.*bootstrap/compile/internal/gc.Node� "".&ch�ŸPtype.*bootstrap/compile/internal/gc.Node� "".&cl�ÏPtype.*bootstrap/compile/internal/gc.Node� "".&bl�ÏPtype.*bootstrap/compile/internal/gc.Node� "".&bh�ÏPtype.*bootstrap/compile/internal/gc.Node� "".&bh�ïPtype.*bootstrap/compile/internal/gc.Node� "".&bl�¯Ptype.*bootstrap/compile/internal/gc.Node� "".&cl�¯Ptype.*bootstrap/compile/internal/gc.Node� "".&ch�Ptype.*bootstrap/compile/internal/gc.Node� "".&bl�ïPtype.*bootstrap/compile/internal/gc.Node� "".&bh�ßPtype.*bootstrap/compile/internal/gc.Node� "".&bh�Ptype.*bootstrap/compile/internal/gc.Node� "".&bl�¿Ptype.*bootstrap/compile/internal/gc.Node� "".&bl�ßPtype.*bootstrap/compile/internal/gc.Node� "".&bh�ÿPtype.*bootstrap/compile/internal/gc.Node� "".&al�ŸPtype.*bootstrap/compile/internal/gc.Node� "".&ah�ÿPtype.*bootstrap/compile/internal/gc.Node�"".&hi2�Ptype.*bootstrap/compile/internal/gc.Node�"".&lo2�ÏPtype.*bootstrap/compile/internal/gc.Node� "".&t2�ïPtype.*bootstrap/compile/internal/gc.Node� "".&n1�Ptype.*bootstrap/compile/internal/gc.Node�"".&hi2�ŸPtype.*bootstrap/compile/internal/gc.Node�"".&lo2�ïPtype.*bootstrap/compile/internal/gc.Node� "".&ah�Ptype.*bootstrap/compile/internal/gc.Node� "".&al�¯Ptype.*bootstrap/compile/internal/gc.Node�"".&hi2�¯Ptype.*bootstrap/compile/internal/gc.Node�"".&lo2�ßPtype.*bootstrap/compile/internal/gc.Node�"".&hi1�ÿPtype.*bootstrap/compile/internal/gc.Node�"".&lo1�¿Ptype.*bootstrap/compile/internal/gc.Node� "".&t1�ßPtype.*bootstrap/compile/internal/gc.Node�"".v�¿type.uint64�
"".p3�¯Btype.*bootstrap/internal/obj.Prog�
"".p2�Btype.*bootstrap/internal/obj.Prog�
"".p6�Btype.*bootstrap/internal/obj.Prog�
"".p5�ïBtype.*bootstrap/internal/obj.Prog�
"".p4�ÏBtype.*bootstrap/internal/obj.Prog�"".v�Ïtype.uint64�
"".p5�ÿBtype.*bootstrap/internal/obj.Prog�
"".p4�ßBtype.*bootstrap/internal/obj.Prog�
"".p3�¿Btype.*bootstrap/internal/obj.Prog�
"".p2�ŸBtype.*bootstrap/internal/obj.Prog�
"".p6�ŸBtype.*bootstrap/internal/obj.Prog�"".v�ßtype.uint64�"".r�¯Ptype.*bootstrap/compile/internal/gc.Node�"".l�ÿPtype.*bootstrap/compile/internal/gc.Node� "".res�Ptype.*bootstrap/compile/internal/gc.Node�"".n��Ptype.*bootstrap/compile/internal/gc.Node�6%À £¿ À ºI¿ À ¥¿ À �À]�˜&-'' % 3ˆ
  (+3
&&'''','² +''±
&&'''',' Ó ½Ô Ó º
+'''N'N
¹ 
N
&&&&''''$
, 
4    –³
++''" Œö >‚ÿ'üù
%:Dêå'ä×&& (#) #,,,&'AA,A4,)&/$,,A./» º
++''" &
'7äÚ»ÞÙ
 ,7ÎÇ4Ä¿' '¸³´¯
*Y %ž—%˜‘'ƒ&& (3,) #,,,&'A,Y) ,<')&/,D)6/
%)A!)c
 ”
ã
+8
 ' ''¸Ç::DD''‰'
ƒšŽ„ƒˆƒ@
+(++''''''g
++++''',''''H
ƒ�è�i}~Ì#0 0S,$v@e;u'v|j'Õ'H+;u'v xA&…0xuu_o8 +;;;u'ÞO@{(b"A' §s-jà›ŽÒc (%0D@{(§$iFÉs-¾à´£Àm!)()!%0KJr@Óu?t·‘†v•)U0@'N'N,0k@''Œu3-�Tgclocals·a9bd9421831cbb3ed211c8a5d0986c6d�Tgclocals·989e8e9387340bd52a32244b045fe79a���\/tmp/go/src/cmd/compile/internal/arm/cgen64.goþ"".cmp64�� ��šdH‹ %����HD$¸H;Awè����ëåHìÈ���H����H‰$è����H‹\$H‰\$XH����H‰$è����H‹\$H‰\$hH����H‰$è����H‹\$H‰\$PH����H‰$è����H‹\$H‰\$`H����H‰$è����H‹\$H‰\$HH����H‰$è����H‹\$H‰\$@H‹œ$Ð���H‰$H‹\$XH‰\$H‹\$hH‰\$è����H‹œ$Ø���H‰$H‹\$PH‰\$H‹\$`H‰\$è����H‹\$hH‹k0H‰l$(H‹\$HH‰$H‹����H‰\$HÇD$����è����H‹\$@H‰$H‹����H‰\$HÇD$����è����HÇ$W ��H‹\$hH‰\$H‹\$HH‰\$è����HÇ$W ��H‹\$`H‰\$H‹\$@H‰\$è����HÇ$ ��H‹\$HH‰\$H‹\$@H‰\$è����H‹\$HH‰$è����H‹\$@H‰$è����H‹l$(H‹”$à���H‹Œ$è���HÇD$0����Hƒú>É��Hƒú<…‹��HÇ$# ��HÇD$����H‰ËH÷ÛH‰\$è����H‹\$H‰\$0H‹\$XH‹k0H‰l$(H‹\$HH‰$H‹����H‰\$HÇD$����è����H‹\$@H‰$H‹����H‰\$HÇD$����è����HÇ$W ��H‹\$XH‰\$H‹\$HH‰\$è����HÇ$W ��H‹\$PH‰\$H‹\$@H‰\$è����HÇ$ ��H‹\$HH‰\$H‹\$@H‰\$è����H‹\$HH‰$è����H‹\$@H‰$è����H‹œ$à���H‰$H‹\$(H‰\$è����H‹\$H‰$HÇD$����H‹œ$è���H‰\$è����H‹\$H‰$H‹œ$ð���H‰\$è����H‹D$01íH9ètH‰$H‹����H‰\$è����è����è����HÄÈ���ÃHƒú=u;HÇ$# ��HÇD$����H‰L$è����H‹\$H‰$H‹œ$ð���H‰\$è����é_þÿÿHƒú>…ž���HÇ$>���H‰l$è����H‹\$H‰$HÇD$����H‹œ$è���H‰\$è����H‹\$H‰$H‹œ$ð���H‰\$è����HÇ$A���H‹\$(H‰\$è����H‹\$H‰$HÇD$����H‹œ$è���H÷ÛH‰\$è����H‹\$H‰\$0é·ýÿÿH‰$HÇD$����è����H‹\$H‰œ$€���H‹\$H‰œ$ˆ���H‹\$(H‰\$8H¼$¨���1Àè����Hœ$¨���Hƒû�„í���HÇÂ���HÇÁ���H‰œ$���H‰”$˜���H‰Œ$ ���H����H‰$Hœ$€���H‰\$è����H‹L$H‹D$H‹œ$���H‰$H‰L$pH‰L$H‰D$xH‰D$è����H‹œ$���HƒÃH‰$H‹D$8H ����H‰L$pH‰L$H‰D$xH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$���H‰\$H‹œ$˜���H‰\$H‹œ$ ���H‰\$ è����ésüÿÿ‰é ÿÿÿHƒú?„ þÿÿHƒú@…ž���HÇ$A���H‰l$è����H‹\$H‰$HÇD$����H‹œ$è���H‰\$è����H‹\$H‰$H‹œ$ð���H‰\$è����HÇ$>���H‹\$(H‰\$è����H‹\$H‰$HÇD$����H‹œ$è���H÷ÛH‰\$è����H‹\$H‰\$0éºûÿÿHƒúA„Xÿÿÿéôýÿÿ~
������*��0runtime.morestack_noctxt���J��Ntype.bootstrap/compile/internal/gc.Node���\��"runtime.newobject���~��Ntype.bootstrap/compile/internal/gc.Node�����"runtime.newobject���²��Ntype.bootstrap/compile/internal/gc.Node���Ä��"runtime.newobject���æ��Ntype.bootstrap/compile/internal/gc.Node���ø��"runtime.newobject���š��Ntype.bootstrap/compile/internal/gc.Node���¬��"runtime.newobject���Î��Ntype.bootstrap/compile/internal/gc.Node���à��"runtime.newobject���¾��"".split64���ˆ��"".split64���ÄP�Fbootstrap/compile/internal/gc.Types���ê��Lbootstrap/compile/internal/gc.Regalloc���ŠP�Fbootstrap/compile/internal/gc.Types���°��Lbootstrap/compile/internal/gc.Regalloc���ò��"".gins���´��"".gins���ö��"".gins���’��Jbootstrap/compile/internal/gc.Regfree���®��Jbootstrap/compile/internal/gc.Regfree���Ô��Jbootstrap/compile/internal/gc.Gbranch���¤ P�Fbootstrap/compile/internal/gc.Types���Ê ��Lbootstrap/compile/internal/gc.Regalloc���ê P�Fbootstrap/compile/internal/gc.Types���
��Lbootstrap/compile/internal/gc.Regalloc���Ò
��"".gins���” ��"".gins���Ö ��"".gins���ò ��Jbootstrap/compile/internal/gc.Regfree���Ž ��Jbootstrap/compile/internal/gc.Regfree���Ä ��"".optoas���Œ ��Jbootstrap/compile/internal/gc.Gbranch��� ��Fbootstrap/compile/internal/gc.Patch���ð ��@bootstrap/compile/internal/gc.Pc���„��Fbootstrap/compile/internal/gc.Patch���Ž��"".splitclean���˜��"".splitclean���ê��Jbootstrap/compile/internal/gc.Gbranch��� ��Fbootstrap/compile/internal/gc.Patch���â��"".optoas���ª��Jbootstrap/compile/internal/gc.Gbranch���à��Fbootstrap/compile/internal/gc.Patch���Ž��"".optoas���Ü��Jbootstrap/compile/internal/gc.Gbranch���ž��Fbootstrap/compile/internal/gc.Oconv���„ð� runtime.duffzero���‚��type.string���®��runtime.convT2E���Œ��2runtime.writebarrieriface���Ä��Ptype.*bootstrap/compile/internal/gc.Type���ö��2runtime.writebarrieriface���„��.go.string."cmp64 %v %v"���ø��Fbootstrap/compile/internal/gc.Fatal���Ü��"".optoas���¤��Jbootstrap/compile/internal/gc.Gbranch���Ú��Fbootstrap/compile/internal/gc.Patch���ˆ��"".optoas���Ö��Jbootstrap/compile/internal/gc.Gbranch���P��:"".autotmp_0280�¯"type.interface {}�"".autotmp_0278�o&type.[]interface {}�"".autotmp_0276��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0275��type.int�"".autotmp_0274��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0273��type.int�"".autotmp_0272��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0271��type.int�"".autotmp_0270��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0269��type.int�"".autotmp_0268��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0267��type.int�"".autotmp_0266��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0264�ŸPtype.*bootstrap/compile/internal/gc.Type�"".autotmp_0263�type.string�"".autotmp_0262�?(type.[2]interface {}� "".&r2�Ptype.*bootstrap/compile/internal/gc.Node� "".&r1�ÿPtype.*bootstrap/compile/internal/gc.Node�"".&hi2�ÏPtype.*bootstrap/compile/internal/gc.Node�"".&lo2�ïPtype.*bootstrap/compile/internal/gc.Node�"".&hi1�¿Ptype.*bootstrap/compile/internal/gc.Node�"".&lo1�ßPtype.*bootstrap/compile/internal/gc.Node�
"".br�¯Btype.*bootstrap/internal/obj.Prog�"".t�¿Ptype.*bootstrap/compile/internal/gc.Type�
"".to�@Btype.*bootstrap/internal/obj.Prog�"".likely�0type.int�
"".op� type.int�
"".nr�Ptype.*bootstrap/compile/internal/gc.Node�
"".nl��Ptype.*bootstrap/compile/internal/gc.Node�"õø� �Ö† "%%##!!!# 

+F##!!!_a68
QHU¿VUH

QH %
/�v�-/VD!;D!/`'3<VHˆdA2 VM�Tgclocals·8ef67a51ac520bf9d59c4eacdad6ef69�Tgclocals·944bd49c955525366d40a7d517424208���\/tmp/go/src/cmd/compile/internal/arm/cgen64.goþ"".linkarchinit�� ��Ã��������*��Tgclocals·3280bececceccd33cb74587feedb1f9f�Tgclocals·3280bececceccd33cb74587feedb1f9f���\/tmp/go/src/cmd/compile/internal/arm/galign.goþ"".betypeinit��`��DHÇ�������HÇ�������HÇ�������Ã�Lbootstrap/compile/internal/gc.Widthptr����Lbootstrap/compile/internal/gc.Widthint���2�Lbootstrap/compile/internal/gc.Widthreg��������0�0�H   ��Tgclocals·3280bececceccd33cb74587feedb1f9f�Tgclocals·3280bececceccd33cb74587feedb1f9f���\/tmp/go/src/cmd/compile/internal/arm/galign.goþ"".Main��€��ödH‹ %����H;awè����ëêHƒì H‹����H‰����H����H‰$Hƒ$H‹����H‰\$H‹����H‰\$è����H����H‰$Hƒ$H‹����H‰\$è����H����H‰$Hƒ$ H‹����H‰\$H‹����H‰\$H‹����H‰\$è����HÇ���� ��HÇ���� ��HÇ���� ��HÇ���� ��HÇ����� ��HÇ����� ��HÇ����
��HÇ���� ��HÇ���� ��H‹����H‰����H����H‰$H$���H‹����H‰\$H‹����H‰\$H‹����H‰\$è����H����H‰$H$°���H����H‰\$è����H����H‰$H$À���H����H‰\$è����H����H‰$H$à���H����H‰\$è����H����H‰$H$è���H����H‰\$è����H����H‰$H$ð���H����H‰\$è����H����H‰$H$ø���H����H‰\$è����H����H‰$H$���H����H‰\$è����H����H‰$H$��H����H‰\$è����H����H‰$H$��H����H‰\$è����H����H‰$H$ ��H����H‰\$è����H����H‰$H$(��H����H‰\$è����H����H‰$H$0��H����H‰\$è����H����H‰$H$@��H����H‰\$è����H����H‰$H$H��H����H‰\$è����H����H‰$H$P��H����H‰\$è����H����H‰$H$È���H����H‰\$è����H����H‰$H$`��H����H‰\$è����H����H‰$H$h��H����H‰\$è����H����H‰$H$p��H����H‰\$è����H����H‰$H$x��H����H‰\$è����H����H‰$H$€��H����H‰\$è����H����H‰$H$ˆ��H����H‰\$è����H����H‰$H$��H����H‰\$è����H����H‰$H$˜��H����H‰\$è����H����H‰$H$ ��H����H‰\$è����H����H‰$H$¨��H����H‰\$è����H����H‰$H$°��H����H‰\$è����H����H‰$H$¸��H����H‰\$è����H����H‰$H$À��H����H‰\$è����H����H‰$H$È��H����H‰\$è����H����H‰$H$Ð��H����H‰\$è����H����H‰$H$Ø��H����H‰\$è����H����H‰$H$à��H����H‰\$è����H����H‰$H$è��H����H‰\$è����è����HÇ$����è����HƒÄ Ð
������ ��0runtime.morestack_noctxt���:��"".thechar���H��Jbootstrap/compile/internal/gc.Thearch���V��Jbootstrap/compile/internal/gc.Thearch���v��"".thestring���Ž�"".thestring���¢��4runtime.writebarrierstring���°��Jbootstrap/compile/internal/gc.Thearch���Ð��"".thelinkarch���ä��.runtime.writebarrierptr���ò��Jbootstrap/compile/internal/gc.Thearch���’��"".typedefs���ª�"".typedefs��� �"".typedefs���Ö��2runtime.writebarrierslice���äh�Jbootstrap/compile/internal/gc.Thearch���úx�Jbootstrap/compile/internal/gc.Thearch���ˆ�Jbootstrap/compile/internal/gc.Thearch���¦˜�Jbootstrap/compile/internal/gc.Thearch���¼¨�Jbootstrap/compile/internal/gc.Thearch���Ò¸�Jbootstrap/compile/internal/gc.Thearch���èÈ�Jbootstrap/compile/internal/gc.Thearch���þè�Jbootstrap/compile/internal/gc.Thearch���”ø�Jbootstrap/compile/internal/gc.Thearch���ª��"".MAXWIDTH���¸�Jbootstrap/compile/internal/gc.Thearch���Æ��Jbootstrap/compile/internal/gc.Thearch���ì��"".resvd���„�"".resvd���œ �"".resvd���°��2runtime.writebarrierslice���¾��Jbootstrap/compile/internal/gc.Thearch���ä�� "".betypeinit·f���ø��.runtime.writebarrierptr���†��Jbootstrap/compile/internal/gc.Thearch���¬��"".cgen64·f���À��.runtime.writebarrierptr���Î��Jbootstrap/compile/internal/gc.Thearch���ô��"".cgen_hmul·f���ˆ��.runtime.writebarrierptr���–��Jbootstrap/compile/internal/gc.Thearch���¼�� "".cgen_shift·f���Ð��.runtime.writebarrierptr���Þ��Jbootstrap/compile/internal/gc.Thearch���„��"".clearfat·f���˜��.runtime.writebarrierptr���¦��Jbootstrap/compile/internal/gc.Thearch���Ì��"".cmp64·f���à��.runtime.writebarrierptr���î��Jbootstrap/compile/internal/gc.Thearch���” ��"".defframe·f���¨ ��.runtime.writebarrierptr���¶ ��Jbootstrap/compile/internal/gc.Thearch���Ü ��"".excise·f���ð ��.runtime.writebarrierptr���þ ��Jbootstrap/compile/internal/gc.Thearch���¤
��$"".expandchecks·f���¸
��.runtime.writebarrierptr���Æ
��Jbootstrap/compile/internal/gc.Thearch���ì
��"".getg·f���€ ��.runtime.writebarrierptr���Ž ��Jbootstrap/compile/internal/gc.Thearch���´ ��"".gins·f���È ��.runtime.writebarrierptr���Ö ��Jbootstrap/compile/internal/gc.Thearch���ü ��"".ginscmp·f��� ��.runtime.writebarrierptr���ž ��Jbootstrap/compile/internal/gc.Thearch���Ä ��"".ginscon·f���Ø ��.runtime.writebarrierptr���æ ��Jbootstrap/compile/internal/gc.Thearch���Œ ��"".ginsnop·f���  ��.runtime.writebarrierptr���® ��Jbootstrap/compile/internal/gc.Thearch���Ô ��"".gmove·f���è ��.runtime.writebarrierptr���ö ��Jbootstrap/compile/internal/gc.Thearch���œ��"".cgenindex·f���°��.runtime.writebarrierptr���¾��Jbootstrap/compile/internal/gc.Thearch���ä��$"".linkarchinit·f���ø��.runtime.writebarrierptr���†��Jbootstrap/compile/internal/gc.Thearch���¬��"".peep·f���À��.runtime.writebarrierptr���Î��Jbootstrap/compile/internal/gc.Thearch���ô��"".proginfo·f���ˆ��.runtime.writebarrierptr���–��Jbootstrap/compile/internal/gc.Thearch���¼��"".regtyp·f���Ð��.runtime.writebarrierptr���Þ��Jbootstrap/compile/internal/gc.Thearch���„��"".sameaddr·f���˜��.runtime.writebarrierptr���¦��Jbootstrap/compile/internal/gc.Thearch���Ì�� "".smallindir·f���à��.runtime.writebarrierptr���î��Jbootstrap/compile/internal/gc.Thearch���”��"".stackaddr·f���¨��.runtime.writebarrierptr���¶��Jbootstrap/compile/internal/gc.Thearch���Ü��"".blockcopy·f���ð��.runtime.writebarrierptr���þ��Jbootstrap/compile/internal/gc.Thearch���¤��""".sudoaddable·f���¸��.runtime.writebarrierptr���Æ��Jbootstrap/compile/internal/gc.Thearch���ì��"".sudoclean·f���€��.runtime.writebarrierptr���Ž��Jbootstrap/compile/internal/gc.Thearch���´��$"".excludedregs·f���È��.runtime.writebarrierptr���Ö��Jbootstrap/compile/internal/gc.Thearch���ü��"".RtoB·f�����.runtime.writebarrierptr���ž��Jbootstrap/compile/internal/gc.Thearch���Ä��"".RtoB·f���Ø��.runtime.writebarrierptr���æ��Jbootstrap/compile/internal/gc.Thearch���Œ��"".BtoR·f��� ��.runtime.writebarrierptr���®��Jbootstrap/compile/internal/gc.Thearch���Ô��"".BtoF·f���è��.runtime.writebarrierptr���ö��Jbootstrap/compile/internal/gc.Thearch���œ��"".optoas·f���°��.runtime.writebarrierptr���¾��Jbootstrap/compile/internal/gc.Thearch���ä��"".doregbits·f���ø��.runtime.writebarrierptr���†��Jbootstrap/compile/internal/gc.Thearch���¬��"".regnames·f���À��.runtime.writebarrierptr���Ê��Dbootstrap/compile/internal/gc.Main���ä��Dbootstrap/compile/internal/gc.Exit����@���@  ?�À �ÖR-!9         <$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ 
� �Pð �Tgclocals·3280bececceccd33cb74587feedb1f9f�Tgclocals·3280bececceccd33cb74587feedb1f9f���\/tmp/go/src/cmd/compile/internal/arm/galign.goþ"".defframe�� ��ŒdH‹ %����HD$H;Awè����ëåHìð���H‹œ$ø���fÇCh�H‹����H‹[0H‹kpH‰,$H‹����H‰\$è����H‹\$‰Û‰\$<H����H‰$H\$<H‰\$è����H\$Hl$H‰ïH‰ÞH¥H¥H‹œ$ø���H‰$Hƒ<$�„��Hƒ$hHƒ$0è����H‹����H‹-����HëH‰$H‹����H‰\$è����H‹Œ$ø���H‹\$‰Û‰\$8‹l$8H‰ixH‰L$`HÇD$H����H‹t$HH‰t$@ÇD$4����H‹����H‹[@H‹S 1íH9êt H‰T$pH‹
H‹iH¶]L€û�uCH‹R1íH9êuàH‹\$`H‰$‹\$8H‰\$H‰t$H‹\$HH‰\$H\$4H‰\$ è����HÄð���öY~€û„ø���Hœ$˜���HÇ����HÇC����Hœ$˜���Hƒû�„û��HÇÅ���HÇÂ���H‰œ$¨���H‰¬$°���H‰”$¸���H����H‰$H‰L$hH‰L$Hƒ|$�„¨��HƒD$~è����H‹L$H‹D$H‹œ$¨���H‰$H‰L$xH‰L$H‰„$€���H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$¨���H‰\$H‹œ$°���H‰\$H‹œ$¸���H‰\$ è����H‹t$@H‹L$hH‹i0H‹…€���H‹-����Hƒýÿ„ý��H™H÷ýH‰ÓHƒû�…��H‹AhH‹-����Hƒýÿ„Ï��H™H÷ýH‰ÓHƒû�…á���H‰L$hH‹i0H‹€���Hƒû�„Ç���H‹l$HH9îtTH‹YhL‹A0I‹¨€���HëH‹-����HÑåI‰ðI)èL9Ã|-H‹ihH‰,$H‹����H‰\$è����H‹T$pH‹t$H‰t$@éëýÿÿH‹\$`H‰$‹\$8H‰\$H‰t$H‹\$HH‰\$H\$4H‰\$ è����H‹T$pH‹L$hH‹\$(H‰\$`H‹YhL‹A0I‹¨€���HëH‰\$HH‹qhH‰t$@é‚ýÿÿH‰L$hH‰ $HÇD$���è����H‹D$hH‹\$H‰œ$ˆ���H‹\$H‰œ$���H‹X0H‹«€���H‰l$XH‹hhH‰l$PH¼$À���1Àè����Hœ$À���Hƒû�„e��HÇÁ���HÇÂ���H‰œ$¨���H‰Œ$°���H‰”$¸���H����H‰$Hœ$ˆ���H‰\$è����H‹L$H‹D$H‹œ$¨���H‰$H‰L$xH‰L$H‰„$€���H‰D$è����H����H‰$H\$XH‰\$è����H‹L$H‹D$H‹œ$¨���HƒÃH‰$H‰L$xH‰L$H‰„$€���H‰D$è����H����H‰$H\$PH‰\$è����H‹L$H‹D$H‹œ$¨���HƒÃ H‰$H‰L$xH‰L$H‰„$€���H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$¨���H‰\$H‹œ$°���H‰\$H‹œ$¸���H‰\$ è����H‹t$@H‹L$hédýÿÿ‰é”þÿÿ1Ûé2ýÿÿ1Ûéýÿÿ‰%����éLüÿÿ‰éþûÿÿ‰%����éÞúÿÿL
������*��0runtime.morestack_noctxt���f��Fbootstrap/compile/internal/gc.Curfn���Œ��Lbootstrap/compile/internal/gc.Widthptr��� ��Bbootstrap/compile/internal/gc.Rnd���Ä��type.int32���ê��runtime.convT2E���Þ��2runtime.writebarrieriface���ì��Jbootstrap/compile/internal/gc.Stksize���ú��Hbootstrap/compile/internal/gc.Maxarg���–��Lbootstrap/compile/internal/gc.Widthreg���ª��Bbootstrap/compile/internal/gc.Rnd���®��Fbootstrap/compile/internal/gc.Curfn���ì��"".zerorange���Â��type.uint8���Œ��runtime.convT2E���ð��2runtime.writebarrieriface���þ��:go.string."needzero class %d"���ò ��Fbootstrap/compile/internal/gc.Fatal���ª
��Lbootstrap/compile/internal/gc.Widthptr���ø
��Lbootstrap/compile/internal/gc.Widthptr���ª ��Lbootstrap/compile/internal/gc.Widthptr���ä ��Lbootstrap/compile/internal/gc.Widthptr���ø ��Bbootstrap/compile/internal/gc.Rnd���€��"".zerorange��� ��Fbootstrap/compile/internal/gc.Nconv���®è� runtime.duffzero���¬��type.string���Ø��runtime.convT2E���¼��2runtime.writebarrieriface���Ê��type.int���ð��runtime.convT2E���Ü��2runtime.writebarrieriface���ê��type.int�����runtime.convT2E���ü��2runtime.writebarrieriface���Š��Pgo.string."var %v has size %d offset %d"���þ��Fbootstrap/compile/internal/gc.Fatal���à��,"".autotmp_0303��"type.interface {}�"".autotmp_0302��"type.interface {}�"".autotmp_0301��"type.interface {}�"".autotmp_0299��&type.[]interface {}�"".autotmp_0298�ï"type.interface {}�"".autotmp_0296�&type.[]interface {}�"".autotmp_0294��type.int64�"".autotmp_0293�¿type.int�"".autotmp_0292�¯type.int�"".autotmp_0291�Ïtype.string�"".autotmp_0290�_(type.[3]interface {}�"".autotmp_0289�¯(type.[1]interface {}�"".autotmp_0288��type.int64�"".autotmp_0287�çtype.int32�"".l�ÿXtype.*bootstrap/compile/internal/gc.NodeList�
"".r0�÷type.uint32�
"".lo�ßtype.int64�
"".hi�Ïtype.int64�"".p�ŸBtype.*bootstrap/internal/obj.Prog�"".frame�ïtype.uint32�"".n�Ptype.*bootstrap/compile/internal/gc.Node�"".ptxt��Btype.*bootstrap/internal/obj.Prog�"àßßàÎ�Ð �„"ƒ9
 
  80/ øo1(&D /Ð#�.�O¶sÃDPœ“R�Tgclocals·32dd6b3b5829b8bd98ed964596384130�Tgclocals·a98537178876e5520d17663891f26c26���X/tmp/go/src/cmd/compile/internal/arm/ggen.goþ"".zerorange��€��ìdH‹ %����H;awè����ëêHƒìhH‹´$€���H‹L$pH‹”$ˆ���H)òH‰T$PHƒú�u H‰Œ$˜���HƒÄhÃH‹œ$���‹ƒû�ufH‰ $HÇD$W ��HÇD$���HÇD$����ÇD$ ����HÇD$( ���HÇD$0� ��ÇD$8����è����H‹´$€���H‹T$PH‹L$@H‹œ$���Ç���H‹����HÁãH9ÓŽ¢���1ÀH9ЍŠ���H‰L$pH‰ $HÇD$W ��HÇD$ ���HÇD$� ��ÇD$ ����HÇD$(���HÇD$0 ��H‹\$xHƒÃHóH‰D$HHÉۉ\$8è����H‹´$€���H‹T$PH‹L$@H‹D$HH‹����HÃH‰ØH9ÐŒvÿÿÿH‰Œ$˜���HƒÄhÀ=�����…ƒ��H‹����HÁãH9ÓŒo��H‰L$pH‰ $HÇD$ ��HÇD$���HÇD$����H‹\$xHƒÃHó‰Û‰\$ HÇD$( ���HÇD$0 ��ÇD$8����è����H‹D$@fǀò��� H‰D$pH‰$HÇD$���HÇD$����HÇD$����ÇD$ ����HÇD$(���HÇD$0����ÇD$8����è����H‹t$@H‰t$pH5����H,$H‰ïH¥H¥è����H‹D$H‹\$pH‰$Hƒ<$�tHƒ$hH‰D$`H‰D$è����H‹\$pH‰$Hƒ<$�tRHƒ$hH‹\$`H‰\$è����H‹L$pH‹����H‹D$PHƒûÿtH™H÷ûH‰ÃHÇŀ���H)ÝHÁåH‰ixé€þÿÿH÷ØH‰Ãëá‰%����륉%����éuÿÿÿH‰L$pH‰ $HÇD$ ��HÇD$���HÇD$����H‹\$xHƒÃHó‰Û‰\$ HÇD$( ���HÇD$0 ��ÇD$8����è����H‹D$@fǀò��� H‰D$pH‰$HÇD$ ��HÇD$���HÇD$����H‹\$P‰Û‰\$ HÇD$( ���HÇD$0 ��ÇD$8����è����H‹D$@fǀò��� H‰D$pH‰$HÇD$W ��HÇD$ ���HÇD$� ��ÇD$ ����HÇD$(���HÇD$0 ��ÇD$8���è����H‹D$@H‰D$X¶¨ú���HƒÍ @ˆ¨ú���H‰D$pH‰$HÇD$ ��HÇD$ ���HÇD$ ��ÇD$ ����HÇD$(����HÇD$0����ÇD$8����è����H‹D$@fǀò��� H‰D$pH‰$HÇD$# ��HÇD$����HÇD$����ÇD$ ����HÇD$(���HÇD$0����ÇD$8����è����H‹D$@H‰D$pH‰$H‹\$XH‰\$è����H‹L$pérüÿÿ*
������ ��0runtime.morestack_noctxt���¶��"".appendpp���„��Lbootstrap/compile/internal/gc.Widthptr���î��"".appendpp���ª��Lbootstrap/compile/internal/gc.Widthptr���î�Dbootstrap/compile/internal/gc.Nacl���Š��Lbootstrap/compile/internal/gc.Widthptr���Î��"".appendpp���€ ��"".appendpp���¢ ��(go.string."duffzero"��� ��Jbootstrap/compile/internal/gc.Sysfunc���”
��Fbootstrap/compile/internal/gc.Naddr���Ü
��Lbootstrap/compile/internal/gc.Afunclit���ô
��Lbootstrap/compile/internal/gc.Widthptr���¬ ��"".appendpp���ä��"".appendpp���–��"".appendpp���ä��"".appendpp���–��"".appendpp���Ð��Fbootstrap/compile/internal/gc.Patch���`Ð��&"".autotmp_0322��type.int64�"".autotmp_0321��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0320��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0318��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0317��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0316��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0314��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0313��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0311��Btype.*bootstrap/internal/obj.Prog�
"".p1�Btype.*bootstrap/internal/obj.Prog�"".f�Ptype.*bootstrap/compile/internal/gc.Node�"".i�?type.int64� "".cnt�/type.int64� "".~r5�PBtype.*bootstrap/internal/obj.Prog�
"".r0�@type.*uint32�
"".hi�0type.int64�
"".lo� type.int64�"".frame�type.int64�"".p��Btype.*bootstrap/internal/obj.Prog�(Ð/ÏЪÏЋ�€
�’~'   X o2 +!Z U$),  Z S PP P� �šï$Äv�Tgclocals·635797d90e0129b5b06f111c889a19bc�Tgclocals·f6dcde45bff02c6c4b088b594fd52a4c���X/tmp/go/src/cmd/compile/internal/arm/ggen.goþ"".appendpp��€��ðdH‹ %����H;awè����ëêHƒì(H‹����H‰\$ H����H‰$è����H‹D$H‰D$H‰$Hƒ<$�„Ý���H‹\$ H‰\$è����H‹D$H‰D$H‰$è����H‹L$0H‹D$H‹l$8f‰¨ð���‹©è���‰¨è���H‹l$@f‰hH‹l$Hf‰hHcl$PH‰h H‹l$Xf‰hhH‹l$`f‰hjHcl$hH‰hxH‰$Hƒ<$�tOHƒ$H‹iH‰l$è����H‹\$0H‰$Hƒ<$�t#Hƒ$H‹\$H‰\$è����H‹\$H‰\$pHƒÄ(É%����ëԉ%����먉%����éÿÿÿ
������ ��0runtime.morestack_noctxt���:��Dbootstrap/compile/internal/gc.Ctxt���R��@type.bootstrap/internal/obj.Prog���d��"runtime.newobject���´��.runtime.writebarrierptr���Ú��Hbootstrap/compile/internal/gc.Clearp���Æ��.runtime.writebarrierptr���Ž��.runtime.writebarrierptr���P��6bootstrap/internal/obj.p·3�Btype.*bootstrap/internal/obj.Prog�<bootstrap/internal/obj.ctxt·2�Btype.*bootstrap/internal/obj.Link�"".q�/Btype.*bootstrap/internal/obj.Prog� "".~r8�€Btype.*bootstrap/internal/obj.Prog�"".toffset�ptype.int32�"".treg�`type.int�"".ttype�Ptype.int�"".foffset�@type.int32�"".freg�0type.int�"".ftype� type.int�
"".as�type.int�"".p��Btype.*bootstrap/internal/obj.Prog�PÿOP&�À�HÌI        $  ��1(Ô�Tgclocals·241ab3fa7f540b0b4fadeeb80d5d1115�Tgclocals·d2e041a10de0e1336f76d4c7057931a0���X/tmp/go/src/cmd/compile/internal/arm/ggen.goþ"".cgen_hmul��À��ªdH‹ %����H;awè����ëêHì€���H‹”$���H‹Œ$ˆ���¶Yz¶jz@8ësH‰ÈH‰ÑH‰„$���H‰Œ$ˆ���H‹i0H‰l$0H‹€���HÁãH‰\$(H����H‰$è����H‹D$H‰D$@H‰$H‹\$0H‰\$H‹œ$˜���H‰\$è����H‹œ$ˆ���H‰$H‹\$@H‰\$è����H����H‰$è����H‹D$H‰D$8H‰$H‹\$0H‰\$HÇD$����è����H‹œ$���H‰$H‹\$8H‰\$è����H‹T$8H‹L$0¶)H����Hƒý%ƒ¡��H+¶+@€ý‡Ë��@€ý…¢���HÇ$L���H‰L$è����H‹\$H‰$H‹\$8H‰\$H‹\$@H‰\$è����H‹D$@HÇ$W ��H‰D$ÇD$@���H‹\$(‰Û‰\$H‰D$è����H‹\$@H‰$H‹œ$˜���H‰\$è����H‹\$@H‰$è����H‹\$8H‰$è����HÄ€���Ã@€ýuhHÇ$L���H‰L$è����H‹\$H‰$H‹\$8H‰\$H‹\$@H‰\$è����H‹D$@HÇ$W ��H‰D$ÇD$ ���H‹\$(‰Û‰\$H‰D$è����éSÿÿÿ@€ý„æþÿÿH‰ÊH\$XHÇ����HÇC����H\$XHƒû�t~HÇÅ���HÇÁ���H‰l$pH‰L$xH‰\$hH‰$H����H‰D$HH‰D$H‰T$PH‰T$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$hH‰\$H‹\$pH‰\$H‹\$xH‰\$ è����é©þÿÿ‰é{ÿÿÿ@€ý„Ýþÿÿ@€ý…¢���D¶H����Iƒø%ƒ†���J¶€û�tXHÇ$a ��H‰T$HÇD$����è����H‹D$L‹D$@I·htf‰¨ò���fÇ@h�L‹D$@I·htf‰hjH‹l$8H¿mtH‰hxéþÿÿHÇ$c ��H‰T$HÇD$����è����H‹D$ë¦è���� @€ý„Tÿÿÿé”þÿÿè���� :
������ ��0runtime.morestack_noctxt���Ø��Ntype.bootstrap/compile/internal/gc.Node���ê��"runtime.newobject���¾��Lbootstrap/compile/internal/gc.Regalloc���ô��Dbootstrap/compile/internal/gc.Cgen���‚��Ntype.bootstrap/compile/internal/gc.Node���”��"runtime.newobject���à��Lbootstrap/compile/internal/gc.Regalloc���–��Dbootstrap/compile/internal/gc.Cgen���¾��Jbootstrap/compile/internal/gc.Simtype���¬��"".optoas���ð��"".gins���Î��"".gshift���„��Dbootstrap/compile/internal/gc.Cgen��� ��Jbootstrap/compile/internal/gc.Regfree���¼��Jbootstrap/compile/internal/gc.Regfree���ü��"".optoas���À��"".gins���ž ��"".gshift���Ð
��Ptype.*bootstrap/compile/internal/gc.Type���‚ ��2runtime.writebarrieriface��� ��0go.string."cgen_hmul %v"���ò ��Fbootstrap/compile/internal/gc.Fatal���È ��Lbootstrap/compile/internal/gc.Issigned���ª ��"".gins���Ú��"".gins���ò��$runtime.panicindex���ž��$runtime.panicindex���0€��"".autotmp_0332�/&type.[]interface {}�"".autotmp_0328�O(type.[1]interface {}�"".autotmp_0327��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0325��type.int� "".&n2�Ptype.*bootstrap/compile/internal/gc.Node� "".&n1�Ptype.*bootstrap/compile/internal/gc.Node�"".w�¯type.int�"".t�ŸPtype.*bootstrap/compile/internal/gc.Type� "".res� Ptype.*bootstrap/compile/internal/gc.Node�
"".nr�Ptype.*bootstrap/compile/internal/gc.Node�
"".nl��Ptype.*bootstrap/compile/internal/gc.Node�€Ìÿ€ö�à�¶ô-  %!%%
9*879*.;
6›+
!    
9�4�t*Qfz Ã8\d(�Tgclocals·b1337c81c44feb0fba737fdc772421aa�Tgclocals·984e839251f7fc9aa0d3bfc120373948���X/tmp/go/src/cmd/compile/internal/arm/ggen.goþ"".cgen_shift��€8��î7dH‹ %����H„$ÿÿÿH;Awè����ëâHìx��H‹´$��H‹”$˜��H‹n0H‹€���HƒûŽÎ���Hœ$À���HÇ����HÇC����Hœ$À���Hƒû�„} ��HÇÂ���HÇÁ���H‰”$Ø���H‰Œ$à���H‰œ$Ð���H‰$H‹n0H����H‰„$°���H‰D$H‰¬$¸���H‰l$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$Ð���H‰\$H‹œ$Ø���H‰\$H‹œ$à���H‰\$ è����H‹´$��H‹”$˜��H‹^0H‹›€���HÁãH‰\$0H‹œ$€��Hû–���…��H‰$è����H‹\$H‰\$8H����H‰$è����H‹D$H‰„$ˆ���H‰$H‹œ$��H‹k0H‰l$H‹œ$ ��H‰\$è����H‹\$0Hƒû …���H‹œ$��H‰$H‹œ$ˆ���H‰\$è����H‹„$ˆ���HÇ$W ��H‰D$ÇD$`���H‹\$0H‹l$8‰Û‰í)ë‰\$H‰D$è����H‹œ$ˆ���H‰$H‹œ$ ��H‰\$è����H‹œ$ˆ���H‰$è����HÄx��ÃH����H‰$è����H‹D$H‰D$xH‰$H‹œ$��H‹k0H‰l$HÇD$����è����H‹œ$��H‰$H‹\$xH‰\$è����HÇ$W ��H‹\$xH‰\$ÇD$����H‹\$8‰Û‰\$H‹œ$ˆ���H‰\$è����HÇ$ ��H‹\$xH‰\$ÇD$ ���H‹\$0H‹l$8‰Û‰í)ë‰\$H‹œ$ˆ���H‰\$è����H‹\$xH‰$è����HÇ$���H‹œ$��H‹k0H‰l$è����H‹Œ$ˆ���H‹\$H‰$H‰L$H‰L$è����é©þÿÿ¶Zx€û…·��H����H‰$è����H‹D$H‰„$˜���H‰$H‹œ$��H‹k0H‰l$H‹œ$ ��H‰\$è����H‹œ$��H‰$H‹œ$˜���H‰\$è����H‹œ$˜��H‰$è����H‹Œ$˜���H‹D$Hƒø�…Ž���H‹\$0Hƒû }TH‹œ$€��HƒûOuFHÇ$���H‹œ$��H‹k0H‰l$è����H‹Œ$˜���H‹\$H‰$H‰L$H‰L$è����H‹Œ$˜���H‰ $H‹œ$ ��H‰\$è����H‹œ$˜���H‰$è����HÄx��ÃH‹œ$��H‹[0H‹›€���HÁãH9Ç™���H‹œ$€��HƒûPu`H‹¬$��L‹E0A¶(H����Hƒý%sgH+¶€û�t7HÇ$W ��H‰L$ÇD$@���H‹\$0‰Û‰\$H‰L$è����H‹Œ$˜���éäþÿÿHÇ$ ��H‰L$H‰L$è����H‹Œ$˜���éÀþÿÿè���� H‹œ$€��HƒûPu_H‹¬$��L‹E0A¶(H����Hƒý%ƒ°���H+¶€û�t2HÇ$W ��H‰L$ÇD$@���‰Ã‰\$H‰L$è����H‹Œ$˜���éLþÿÿH‹œ$€��HƒûPu2HÇ$W ��H‰L$ÇD$ ���‰Ã‰\$H‰L$è����H‹Œ$˜���é þÿÿHÇ$W ��H‰L$ÇD$����‰Ã‰\$H‰L$è����H‹Œ$˜���éÚýÿÿè���� H‹j0H‰l$@H����H‰$è����H‹\$H‰\$`H����H‰$è����H‹\$H‰œ$���H����H‰$è����H‹\$H‰œ$€���H����H‰$è����H‹”$��H‹„$˜��H‹\$H‰\$pH‹l$@H‹€���HƒûŽ��H����H‰$è����H‹D$H‰D$hH‰$H‹œ$˜��H‹k0H‰l$è����H‹”$��H‹„$˜��¶Zz¶hz@8ë‚G��H‹œ$€���H‰$H‹j0H‰l$H‹œ$ ��H‰\$è����H‹œ$��H‰$H‹œ$€���H‰\$è����H‹œ$˜��H‰$H‹\$hH‰\$è����H‹t$hH¬$è���H‰ïè����H����H‰$H‹œ$���H‰\$Hœ$è���H‰\$è����H����H‰$è����H‹\$H‰œ$¨���H����H‰$è����H‹D$H‹\$hH‰$H‰„$ ���H‰D$H‹œ$¨���H‰\$è����H‹œ$���H‰$H‹����H‰\$HÇD$����è����H‹\$pH‰$H‹����H‰\$HÇD$����è����H‹œ$ ���H‰$H‹œ$���H‰\$è����H‹œ$¨���H‰$H‹\$pH‰\$è����è����HÇ$ ��H‹\$pH‰\$HÇD$����è����H‹\$`H‰$H‹����H‰\$H‹\$0H‰\$è����HÇ$W ��H‹\$`H‰\$H‹œ$���H‰\$è����H‹\$ƃú���H‹����H‰\$@H‹\$pH‰$è����HÇ$ ��H‹œ$���H‰\$HÇD$����è����HÇ$" ��HÇD$����HÇD$ÿÿÿÿè����H‹\$H‰\$HH‹\$pH‰$H‹\$@H‰\$HÇD$����è����H‹\$`H‰$H‹����H‰\$H‹\$0H‰\$è����H‹\$`H‰$H‹\$pH‰\$è����HÇ$ ��H‹œ$���H‰\$H‹\$pH‰\$è����H‹„$€���H‹œ$€��HƒûP…à��H‹¬$��L‹E0A¶(H����Hƒý%ƒ¸��H+¶€û�„I��HÇ$W ��H‰D$ÇD$@���H‹\$0‰Ûÿˉ\$H‰D$è����H‹Œ$€���H‹\$ H‰\$XHÇ$W ��H‰L$ÇD$@���H‹œ$���H‰\$H‰L$ è����H‹D$(H‹\$Xƃú��� ƀú��� H‹\$pH‰$è����H‹\$HH‰$H‹����H‰\$è����H‹\$0Hƒû }LH‹œ$€��HƒûOu>HÇ$���H‹œ$��H‹k0H‰l$è����H‹Œ$€���H‹\$H‰$H‰L$H‰L$è����H‹œ$€���H‰$H‹œ$ ��H‰\$è����H‹œ$���H‰$è����H‹œ$€���H‰$è����HÄx��ÃHÇ$ ��H‰D$H‰D$è����H‹Œ$€���H‹\$H‰\$XHÇ$W ��H‰L$ÇD$ ���H‹œ$���H‰\$H‰L$ è����H‹D$(éÇþÿÿè���� HÇ$ ��H‰D$H‰D$è����H‹Œ$€���H‹\$H‰\$PHÇ$W ��H‰L$ÇD$����H‹œ$���H‰\$H‰L$ è����H‹D$(H‹\$Pƃú��� ƀú��� éaþÿÿH‰$H‹\$hH‰\$è����H‹œ$€���H‰$H‹œ$��H‹k0H‰l$H‹œ$ ��H‰\$è����H‹œ$��H‰$H‹œ$€���H‰\$è����éóúÿÿ¶Zz¶hz@8ë‚“���H‹œ$€���H‰$H‹j0H‰l$H‹œ$ ��H‰\$è����H‹œ$��H‰$H‹œ$€���H‰\$è����H‹œ$���H‰$H‹œ$˜��H‹k0H‰l$HÇD$����è����H‹œ$˜��H‰$H‹œ$���H‰\$è����é¾ûÿÿH‹œ$���H‰$H‹h0H‰l$HÇD$����è����H‹œ$˜��H‰$H‹œ$���H‰\$è����H‹œ$€���H‰$H‹œ$��H‹k0H‰l$H‹œ$ ��H‰\$è����H‹œ$��H‰$H‹œ$€���H‰\$è����é+ûÿÿ‰é|òÿÿÜ
������0��0runtime.morestack_noctxt���È��Ptype.*bootstrap/compile/internal/gc.Type���†��2runtime.writebarrieriface���”��2go.string."cgen_shift %v"���ˆ��Fbootstrap/compile/internal/gc.Fatal���Œ��Rbootstrap/compile/internal/gc.(*Node).Int���®��Ntype.bootstrap/compile/internal/gc.Node���À��"runtime.newobject���¨��Lbootstrap/compile/internal/gc.Regalloc���‚��Dbootstrap/compile/internal/gc.Cgen���ø��"".gshift���´��"".gmove���Ö��Jbootstrap/compile/internal/gc.Regfree���ô��Ntype.bootstrap/compile/internal/gc.Node���† ��"runtime.newobject���à ��Lbootstrap/compile/internal/gc.Regalloc���–
��Dbootstrap/compile/internal/gc.Cgen���„ ��"".gshift���„ ��"".gshift���  ��Jbootstrap/compile/internal/gc.Regfree���Ü ��"".optoas���œ ��"".gins���Î ��Ntype.bootstrap/compile/internal/gc.Node���à ��"runtime.newobject���È��Lbootstrap/compile/internal/gc.Regalloc���„��Dbootstrap/compile/internal/gc.Cgen���¦��Rbootstrap/compile/internal/gc.(*Node).Int���Â��"".optoas���‚��"".gins���¾��"".gmove���à��Jbootstrap/compile/internal/gc.Regfree���ú��Lbootstrap/compile/internal/gc.Issigned���ò��"".gshift���º��"".gins���Þ��$runtime.panicindex���¬��Lbootstrap/compile/internal/gc.Issigned���¢��"".gshift���¢��"".gshift���†��"".gshift���ª��$runtime.panicindex���Î��Ntype.bootstrap/compile/internal/gc.Node���à��"runtime.newobject���‚��Ntype.bootstrap/compile/internal/gc.Node���”��"runtime.newobject���¼��Ntype.bootstrap/compile/internal/gc.Node���Î��"runtime.newobject���ö��Ntype.bootstrap/compile/internal/gc.Node���ˆ��"runtime.newobject���ö��Ntype.bootstrap/compile/internal/gc.Node���ˆ��"runtime.newobject���Ð��Lbootstrap/compile/internal/gc.Tempname���à��Lbootstrap/compile/internal/gc.Regalloc���œ��Dbootstrap/compile/internal/gc.Cgen���Ò��Dbootstrap/compile/internal/gc.Cgen���üˆ� runtime.duffcopy���Š��Ntype.bootstrap/compile/internal/gc.Node���Ð��.runtime.writebarrierfat���Þ��Ntype.bootstrap/compile/internal/gc.Node���ð��"runtime.newobject���˜��Ntype.bootstrap/compile/internal/gc.Node���ª��"runtime.newobject���„ ��"".split64���ª `�Fbootstrap/compile/internal/gc.Types���Ð ��Lbootstrap/compile/internal/gc.Regalloc���ð `�Fbootstrap/compile/internal/gc.Types���–!��Lbootstrap/compile/internal/gc.Regalloc���Ò!��"".gmove���ˆ"��"".gmove���’"��"".splitclean���Ò"��"".gins���ò"`�Fbootstrap/compile/internal/gc.Types���š#��Lbootstrap/compile/internal/gc.Nodconst���â#��"".gins���ˆ$`�Fbootstrap/compile/internal/gc.Types���®$��Jbootstrap/compile/internal/gc.Regfree���ô$��"".gins���²%��Jbootstrap/compile/internal/gc.Gbranch���ˆ&��Lbootstrap/compile/internal/gc.Regalloc���¨&`�Fbootstrap/compile/internal/gc.Types���Ð&��Lbootstrap/compile/internal/gc.Nodconst���€'��"".gmove���È'��"".gins���ª(��Lbootstrap/compile/internal/gc.Issigned���¶)��"".gshift���²*��"".gregshift���þ*��Jbootstrap/compile/internal/gc.Regfree���ž+��@bootstrap/compile/internal/gc.Pc���²+��Fbootstrap/compile/internal/gc.Patch��� ,��"".optoas���à,��"".gins���œ-��"".gmove���¾-��Jbootstrap/compile/internal/gc.Regfree���à-��Jbootstrap/compile/internal/gc.Regfree���ž.��"".gins���š/��"".gregshift���¸/��$runtime.panicindex���ê/��"".gins���æ0��"".gregshift���Æ1��Dbootstrap/compile/internal/gc.Cgen���¤2��Lbootstrap/compile/internal/gc.Regalloc���à2��Dbootstrap/compile/internal/gc.Cgen���Ú3��Lbootstrap/compile/internal/gc.Regalloc���–4��Dbootstrap/compile/internal/gc.Cgen���ì4��Lbootstrap/compile/internal/gc.Regalloc���¨5��Dbootstrap/compile/internal/gc.Cgen���ø5��Lbootstrap/compile/internal/gc.Regalloc���´6��Dbootstrap/compile/internal/gc.Cgen���’7��Lbootstrap/compile/internal/gc.Regalloc���Î7��Dbootstrap/compile/internal/gc.Cgen���Pð��J"".autotmp_0357��type.int64�"".autotmp_0354�Ï&type.[]interface {}�"".autotmp_0353��type.int�"".autotmp_0352��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0351��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0350��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0349��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0348��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0347��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0346��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0344�ŸNtype.bootstrap/compile/internal/gc.Node�"".autotmp_0343��type.int�"".autotmp_0342��type.int64�"".autotmp_0341��type.int�"".autotmp_0340��type.int64�"".autotmp_0339�ï(type.[1]interface {}�
"".&t�¯Ptype.*bootstrap/compile/internal/gc.Node� "".&n3�Ptype.*bootstrap/compile/internal/gc.Node� "".&n1�ÏPtype.*bootstrap/compile/internal/gc.Node� "".&hi�ŸPtype.*bootstrap/compile/internal/gc.Node� "".&lo�¯Ptype.*bootstrap/compile/internal/gc.Node� "".&nt�ŸPtype.*bootstrap/compile/internal/gc.Node� "".&n2�ïPtype.*bootstrap/compile/internal/gc.Node� "".&n1�¿Ptype.*bootstrap/compile/internal/gc.Node� "".&n2�ÿPtype.*bootstrap/compile/internal/gc.Node� "".&n1�ßPtype.*bootstrap/compile/internal/gc.Node�
"".p1�ÏBtype.*bootstrap/internal/obj.Prog�
"".p1�¿Btype.*bootstrap/internal/obj.Prog�
"".p3�ßBtype.*bootstrap/internal/obj.Prog�
"".tr�ïPtype.*bootstrap/compile/internal/gc.Type�"".v�ÿtype.int64�"".w�type.int� "".res�@Ptype.*bootstrap/compile/internal/gc.Node�
"".nr�0Ptype.*bootstrap/compile/internal/gc.Node�
"".nl� Ptype.*bootstrap/compile/internal/gc.Node�"".bounded�type.bool�
"".op��type.int�8%ð‘ïðÄïðÿ ïð„�€�îæ5Î/&3(7@>
/
$F) 72 ;- - -" */'?(&# $)  #)!$,1>1 >1)1)1 /'+#/
×�Æ�ÂABN—- `4
Ì ‰
6 b
„  @$À-g “ m<Ù&†-$>%$>0Š
”�Tgclocals·0022b01428c23fbd4676a834f74282bd�Tgclocals·a7bb74f38573e125ddea66dd28a82df3���X/tmp/go/src/cmd/compile/internal/arm/ggen.goþ"".clearfat��À��¶dH‹ %����H„$øþÿÿH;Awè����ëâHìˆ��H‹„$��H‹����Hƒû�t'H����H,$H‰ïH‰ÞH¥H¥H‰D$è����H‹„$��H‹h0H‹€���‰Û‰\$$HÇ$����H‰D$è����‹L$$¶\$€û�tHÄˆ��É˃ã‰\$,‰ËÁë‰\$(H¼$ø���1Àè����Ƅ$p��fDŽ$l��� H|$h1Àè����Ƅ$à���fDŽ$Ü��� H����H‰$è����H‹D$H‰D$`H‰$H����H‹-����Hƒý%ƒ³��HëH‹+H‰l$H\$hH‰\$è����H‹œ$��H‰$H‹\$`H‰\$è����H����H‰$è����H‹D$H‰D$PH‰$H‹����H‰\$HÇD$����è����H����H‰$è����H‹D$H‰D$HH‰$H‹����H‰\$Hœ$ø���H‰\$è����H‹\$PH‰$H‹\$HH‰\$è����‹D$(=€���†à��H����H‰$è����H‹D$H‰D$XH‰$H����H‹-����Hƒý%ƒ£��HëH‹+H‰l$HÇD$����è����HÇ$W ��H‹\$`H‰\$H‹\$XH‰\$è����H‹D$fÇ@ �‹\$(H‰ÝHÁåH‰h HÇ$W ��H‹\$HH‰\$H‹\$`H‰\$è����H‹D$fÇ@h�HÇ@x���¶¨ú���HƒÍ @ˆ¨ú���H‰D$0HÇ$ ��H‹\$`H‰\$HÇD$����è����H‹D$H‹\$XH‰$H‰D$è����HÇ$# ��HÇD$����HÇD$����è����H‹\$H‰$H‹\$0H‰\$è����H‹\$XH‰$è����‹\$,ƒû�vYHÇ$Q ��H‹\$HH‰\$H‹\$`H‰\$è����H‹D$fÇ@h�HÇ@x���¶¨ú���HƒÍ @ˆ¨ú���‹\$,ÿˉ\$,‹\$,ƒû�w§H‹\$`H‰$è����H‹\$HH‰$è����HÄˆ��Ãè���� ƒø‚ž���€=�����…‘���H����H,$H‰ïH‰ÞH¥H¥è����H‹D$HÇ$���HÇD$����H‰D$@H‰D$è����H‹D$H‰D$8H‰$Hƒ<$�t4Hƒ$hH‹\$@H‰\$è����‹\$(HÇŀ���H)ÝH‹\$8HÁåH‰kxéÕþÿÿ‰%����ëÉD$(ƒø�†¿þÿÿHÇ$W ��H‹\$HH‰\$H‹\$`H‰\$è����H‹D$fÇ@h�HÇ@x���¶¨ú���HƒÍ @ˆ¨ú���‹D$(ÿÈë¥è���� \
������0��0runtime.morestack_noctxt���`ð �Fbootstrap/compile/internal/gc.Debug���z��,go.string."\nclearfat"���ª��Dbootstrap/compile/internal/gc.Dump���€��Tbootstrap/compile/internal/gc.Componentgen���î¸� runtime.duffzero���ª¸� runtime.duffzero���Ü��Ntype.bootstrap/compile/internal/gc.Node���î��"runtime.newobject���˜��Fbootstrap/compile/internal/gc.Types���¦��Dbootstrap/compile/internal/gc.Tptr���ð��Lbootstrap/compile/internal/gc.Regalloc���¦��Dbootstrap/compile/internal/gc.Agen���´��Ntype.bootstrap/compile/internal/gc.Node���Æ��"runtime.newobject���ð`�Fbootstrap/compile/internal/gc.Types���–��Lbootstrap/compile/internal/gc.Nodconst���¤��Ntype.bootstrap/compile/internal/gc.Node���¶��"runtime.newobject���à`�Fbootstrap/compile/internal/gc.Types���Ž��Lbootstrap/compile/internal/gc.Regalloc���¾��Dbootstrap/compile/internal/gc.Cgen���ê��Ntype.bootstrap/compile/internal/gc.Node���ü��"runtime.newobject���¦��Fbootstrap/compile/internal/gc.Types���´��Dbootstrap/compile/internal/gc.Tptr���ü��Lbootstrap/compile/internal/gc.Regalloc���¾ ��"".gins���´
��"".gins���È ��"".gins���ø ��"".raddr���¶ ��Jbootstrap/compile/internal/gc.Gbranch���æ ��Fbootstrap/compile/internal/gc.Patch���‚ ��Jbootstrap/compile/internal/gc.Regfree���Ö ��"".gins���â��Jbootstrap/compile/internal/gc.Regfree���þ��Jbootstrap/compile/internal/gc.Regfree���˜��$runtime.panicindex���º�Dbootstrap/compile/internal/gc.Nacl���Ö��(go.string."duffzero"���ü��Jbootstrap/compile/internal/gc.Sysfunc���Æ��"".gins���˜��Lbootstrap/compile/internal/gc.Afunclit���Æ��"".gins���ª��$runtime.panicindex�����."".autotmp_0378��type.int64�"".autotmp_0376��type.uint32�"".autotmp_0375��type.uint8�"".autotmp_0374��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0372��type.uint8�"".autotmp_0371��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0370��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0368��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0367��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0365��Btype.*bootstrap/internal/obj.Prog�"".&end�ßPtype.*bootstrap/compile/internal/gc.Node� "".&nz�ÿPtype.*bootstrap/compile/internal/gc.Node� "".&nc�ïPtype.*bootstrap/compile/internal/gc.Node�"".&dst�ÏPtype.*bootstrap/compile/internal/gc.Node�"".p�ŸBtype.*bootstrap/internal/obj.Prog�"".f�Ptype.*bootstrap/compile/internal/gc.Node�
"".pl�¯Btype.*bootstrap/internal/obj.Prog�
"".r1�¿Ntype.bootstrap/compile/internal/gc.Node�
"".r0�ŸNtype.bootstrap/compile/internal/gc.Node�"".q�¿type.uint32�"".c�·type.uint32�"".w�Çtype.uint32�
"".nl��Ptype.*bootstrap/compile/internal/gc.Node�(%t°•�à �€œ- '   
 
<#' ;&&%7, &
a %$# & E �N�T¢AS<_¦Op
?%)W2 �Tgclocals·6f47602543bbdb7d5b79f6fa9870dc4b�Tgclocals·65863dab9cd537c87b442f94225d663d���X/tmp/go/src/cmd/compile/internal/arm/ggen.goþ"".expandchecks��à ��È dH‹ %����HD$ðH;Awè����ëåHì���H‹„$˜���1íH9ètH·˜ð���fƒûtH‹@1íH9èuçHÄ���ÃH‹����Hƒû�tW‹˜è���ƒû~LH‰D$HHc¨è���H‰,$H����Hl$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹D$HH·Xfƒû „µ���H‰D$HH‰ÅH\$hHÇ����HÇC����H\$hHƒû�„í��HÇÂ���HÇÁ���H‰”$€���H‰Œ$ˆ���H‰\$xH‰$H����H‰D$XH‰D$H‰l$`H‰l$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$ è����H‹D$HH‰D$HH¿hH‰l$0H‹����H‰\$PH����H‰$è����H‹D$H‰D$8H‰$Hƒ<$�„��H‹\$PH‰\$è����H‹D$8H‰D$@H‰$è����H‹\$@H‰$Hƒ<$�„Ñ���Hƒ$H‹\$HH‹kH‰l$è����H‹\$HH‰$Hƒ<$�„™���Hƒ$H‹\$@H‰\$è����H‹T$0H‹L$@H‹D$HHƒù�tl‹¨è���‰©è���Hǁà���'��fǁð���W fÇA �f‰QfÇAh�f‰QjHÇAx����Ɓú���fǀð��� fÇ@�fÇ@��HÇ@ ����f‰ò���éŠýÿÿ‰됉%����é[ÿÿÿ‰%����é#ÿÿÿ‰%����éáþÿÿ‰é þÿÿ
������*��0runtime.morestack_noctxt���ª��Xbootstrap/compile/internal/gc.Debug_checknil���ú��>go.string."generated nil check"���Ú��Fbootstrap/compile/internal/gc.Warnl���´��Btype.*bootstrap/internal/obj.Prog���æ��2runtime.writebarrieriface���ô��@go.string."invalid nil check %v"���â��Fbootstrap/compile/internal/gc.Fatal���˜��Dbootstrap/compile/internal/gc.Ctxt���°��@type.bootstrap/internal/obj.Prog���Â��"runtime.newobject���’��.runtime.writebarrierptr���¸��Hbootstrap/compile/internal/gc.Clearp�����.runtime.writebarrierptr���à��.runtime.writebarrierptr��� ��"".autotmp_0382�/&type.[]interface {}�"".autotmp_0381��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0379�O(type.[1]interface {}�6bootstrap/internal/obj.p·3�¯Btype.*bootstrap/internal/obj.Prog�<bootstrap/internal/obj.ctxt·2�Btype.*bootstrap/internal/obj.Link�"".p�Btype.*bootstrap/internal/obj.Prog�
"".p1�ŸBtype.*bootstrap/internal/obj.Prog� "".reg�¿type.int�"".firstp��Btype.*bootstrap/internal/obj.Prog�" /Ÿ ž�ð�ŽÊ" F=Lµ
I,7   A(   �$�¬†>0(•�Tgclocals·ce3ac48024ab99dccf70ef1fe4c8779e�Tgclocals·af69e3ee05c79270d2683695093a8727���X/tmp/go/src/cmd/compile/internal/arm/ggen.goþ"".ginsnop��€��þdH‹ %����H;awè����ëêHƒì(H����H‰$è����H‹D$H‰D$ H‰$H‹����H‰\$HÇD$� ��è����H‹D$ HÇ$ ��H‰D$H‰D$è����H‹\$ƃú���HƒÄ(Ã
������ ��0runtime.morestack_noctxt���:��Ntype.bootstrap/compile/internal/gc.Node���L��"runtime.newobject���v�Fbootstrap/compile/internal/gc.Types���œ��Hbootstrap/compile/internal/gc.Nodreg���Ô��"".gins����P��
"".&r�Ptype.*bootstrap/compile/internal/gc.Node�PdO�€�œ(��%(�Tgclocals·0115f8d53b75c1696444f08ad03251d9�Tgclocals·e1ae6533a9e39048ba0735a2264ce16a���X/tmp/go/src/cmd/compile/internal/arm/ggen.goþ"".ginscon��À��°dH‹ %����H;awè����ëêHƒì0H����H‰$è����H‹D$H‰D$(H‰$H‹����H‰\$H‹\$@H‰\$è����H����H‰$è����H‹D$H‰D$ H‰$H‹����H‰\$HÇD$����è����H‹\$(H‰$H‹\$ H‰\$è����H‹\$8H‰$H‹\$ H‰\$H‹\$HH‰\$è����H‹\$ H‰$è����HƒÄ0Ã
������ ��0runtime.morestack_noctxt���:��Ntype.bootstrap/compile/internal/gc.Node���L��"runtime.newobject���vP�Fbootstrap/compile/internal/gc.Types���ž��Lbootstrap/compile/internal/gc.Nodconst���¬��Ntype.bootstrap/compile/internal/gc.Node���¾��"runtime.newobject���èP�Fbootstrap/compile/internal/gc.Types���Ž��Lbootstrap/compile/internal/gc.Regalloc���¾��"".gmove���‚��"".gins���ž��Jbootstrap/compile/internal/gc.Regfree���0`��
"".&n2�Ptype.*bootstrap/compile/internal/gc.Node� "".&n1�Ptype.*bootstrap/compile/internal/gc.Node�"".n� Ptype.*bootstrap/compile/internal/gc.Node�"".c�type.int64�
"".as��type.int�`½_ �à�(²$#" ��%)80�Tgclocals·5a22a36049d210204767952bd66c7181�Tgclocals·e475e3c2360b557d64285d9b9a4e5064���X/tmp/go/src/cmd/compile/internal/arm/ggen.goþ"".ginscmp��  ��Ž dH‹ %����H;awè����ëêHƒì@H‹D$XH‹l$PD¶E�H����Iƒø%ƒ��J¶€û�„ñ��¶Xx€û…ä��H‰$è����H‹\$Hƒû�…Ì��H‹l$`¶]x€û„º��H‹\$HH‰$è����H‹\$H‰\$HH‹D$XH‹\$`H‰\$XH‰D$`H����H‰$è����H‹\$H‰\$(H����H‰$è����H‹\$H‰\$ H����H‰$è����H‹\$H‰\$8H����H‰$è����H‹\$H‰\$0H‹\$(H‰$H‹\$PH‰\$H‹\$XH‰\$è����H‹\$8H‰$H‹\$XH‹k0H‰l$H‹\$(H‰\$è����H‹\$XH‰$H‹\$8H‰\$è����H‹\$8H‰$H‹\$(H‰\$è����H‹D$`H‹l$PD¶E�H����Iƒø%ƒ‡��J¶€û�„ª���¶Xx€û…���H‰$è����H‹D$`H‹\$Hƒû�…€���HÇ$ ��H‹\$(H‰\$H‰D$è����H‹\$8H‰$è����H‹\$(H‰$è����H‹\$HH‰$H‹\$PH‰\$è����H‹\$H‰$HÇD$����H‹\$hH‰\$è����H‹\$H‰\$pHƒÄ@ÃH‹\$ H‰$H‹\$PH‰\$H‰D$è����H‹\$0H‰$H‹\$XH‹k0H‰l$H‹\$ H‰\$è����H‹\$`H‰$H‹\$0H‰\$è����H‹\$0H‰$H‹\$ H‰\$è����HÇ$‘���H‹\$PH‰\$è����H‹\$H‰$H‹\$(H‰\$H‹\$ H‰\$è����H‹\$0H‰$è����H‹\$ H‰$è����éÏþÿÿè���� émýÿÿè���� D
������ ��0runtime.morestack_noctxt���X��Fbootstrap/compile/internal/gc.Isint���¸��Rbootstrap/compile/internal/gc.(*Node).Int���–��Fbootstrap/compile/internal/gc.Brrev���à��Ntype.bootstrap/compile/internal/gc.Node���ò��"runtime.newobject���”��Ntype.bootstrap/compile/internal/gc.Node���¦��"runtime.newobject���È��Ntype.bootstrap/compile/internal/gc.Node���Ú��"runtime.newobject���ü��Ntype.bootstrap/compile/internal/gc.Node���Ž��"runtime.newobject���æ��Lbootstrap/compile/internal/gc.Regalloc���²��Lbootstrap/compile/internal/gc.Regalloc���â��Dbootstrap/compile/internal/gc.Cgen���’��"".gmove���¾��Fbootstrap/compile/internal/gc.Isint���ž��Rbootstrap/compile/internal/gc.(*Node).Int���þ��"".gins���š��Jbootstrap/compile/internal/gc.Regfree���¶��Jbootstrap/compile/internal/gc.Regfree���æ��"".optoas���¨ ��Jbootstrap/compile/internal/gc.Gbranch���€
��Lbootstrap/compile/internal/gc.Regalloc���Ì
��Lbootstrap/compile/internal/gc.Regalloc���ü
��Dbootstrap/compile/internal/gc.Cgen���¬ ��"".gmove���Ú ��"".optoas���ž ��"".gins���º ��Jbootstrap/compile/internal/gc.Regfree���Ö ��Jbootstrap/compile/internal/gc.Regfree���ê ��$runtime.panicindex���‚ ��$runtime.panicindex���`€��"".autotmp_0394��type.int�"".autotmp_0393��type.int�"".autotmp_0392��type.int64� "".&r2�?Ptype.*bootstrap/compile/internal/gc.Node� "".&g2�Ptype.*bootstrap/compile/internal/gc.Node� "".&r1�/Ptype.*bootstrap/compile/internal/gc.Node� "".&g1�Ptype.*bootstrap/compile/internal/gc.Node� "".~r5�PBtype.*bootstrap/internal/obj.Prog�"".likely�@type.int�
"".n2�0Ptype.*bootstrap/compile/internal/gc.Node�
"".n1� Ptype.*bootstrap/compile/internal/gc.Node�"".t�Ptype.*bootstrap/compile/internal/gc.Type�
"".op��type.int�€Ì€é�Ð�hÆbh"&UH&9 �:�[w,Ìe
�Tgclocals·91000369b945870969e6b8bb863f5f8d�Tgclocals·3d4c0ba1c04bc9638c8725bdf75895c7���X/tmp/go/src/cmd/compile/internal/arm/ggen.goþ"".addindex��À��°dH‹ %����H;awè����ëêHƒì(H‹T$0H‹L$@H‹D$8Hƒøu1HÇ$ ��H‰T$ÇD$����ÇD$���H‰L$è����ÆD$HHƒÄ(ÃHƒøu1HÇ$ ��H‰T$ÇD$����ÇD$���H‰L$è����ÆD$HHƒÄ(ÃHƒøu1HÇ$ ��H‰T$ÇD$����ÇD$���H‰L$è����ÆD$HHƒÄ(ÃÆD$H�HƒÄ(Ã
������ ��0runtime.morestack_noctxt���¤��"".gshift���’��"".gshift���€��"".gshift���@P�� "".~r3�0type.bool�"".addr� Ptype.*bootstrap/compile/internal/gc.Node�"".width�type.int64�"".index��Ptype.*bootstrap/compile/internal/gc.Node�&PEOP6OP6OP O �à�4ü$'
'
'
� �Q�Tgclocals·9939bf55a3a4024feaa9d0dd993681b9�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/ggen.goþ"".getg��€��âdH‹ %����H;awè����ëêHƒì H����H‰$è����H‹D$H‰D$H‰$H‹\$(H‹k0H‰l$HÇD$
��è����H‹\$H‰$H‹\$(H‰\$è����HƒÄ Ã
������ ��0runtime.morestack_noctxt���:��Ntype.bootstrap/compile/internal/gc.Node���L��"runtime.newobject��� ��Hbootstrap/compile/internal/gc.Nodreg���Ð��"".gmove���@�� "".&n1�Ptype.*bootstrap/compile/internal/gc.Node� "".res��Ptype.*bootstrap/compile/internal/gc.Node�@V?�€�œ%��%*�Tgclocals·ac5bea9c8a91f5fb1d31bdacc5067b57�Tgclocals·e1ae6533a9e39048ba0735a2264ce16a���X/tmp/go/src/cmd/compile/internal/arm/ggen.goþ"".ncon��€��îdH‹ %����H;awè����ëêHƒìH‹����1íH9ëu%H����H‰$H‹����H‰\$HÇD$����è����H����H‰$‹\$ H‰\$è����H����H‰\$(HƒÄÃ
������ ��0runtime.morestack_noctxt���:`�"".ncon_n���V��"".ncon_n���l`�Fbootstrap/compile/internal/gc.Types���’��Lbootstrap/compile/internal/gc.Nodconst��� ��"".ncon_n���Ä��Xbootstrap/compile/internal/gc.(*Node).SetInt���Ò��"".ncon_n��� 0�� "".~r1�Ptype.*bootstrap/compile/internal/gc.Node�"".i��type.uint32�0\/
�€�j%�
�H8�Tgclocals·9308e7ef08d2cc2f72ae1228688dacf9�Tgclocals·3280bececceccd33cb74587feedb1f9f���Z/tmp/go/src/cmd/compile/internal/arm/gsubr.goþ"".split64�� ��œdH‹ %����H„$pÿÿÿH;Awè����ëâHì��H‹œ$��H‹k0H‰,$è����H‹”$��¶\$€û�…9��H\$XHÇ����HÇC����H\$XHƒû�„��HÇÅ���HÇÁ���H‰l$pH‰L$xH‰\$hH‰$H‹j0H����H‰D$HH‰D$H‰l$PH‰l$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$hH‰\$H‹\$pH‰\$H‹\$xH‰\$ è����H‹”$��H‹����Hƒû
|>H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹”$��H����H‹-����Hƒý
ƒ ��Hií���HëÆCxrH‹����HÿÃH‰����¶jx@€ý…à���H����H‰$è����H‹Œ$��H‹D$H‰ $H‰D$@H‰D$H‹i0H‰l$è����H‹\$@H‰$è����H‹D$H‹œ$ ��H‰$H‹����H‰\$H‰D$(‰ÃH‰\$è����H‹Œ$(��H‹D$(HÁø H‹¬$��H‹m0¶]�€ûu'H‰ $H‹����H‰\$‰ÃHcÛH‰\$è����HÄ��ÃH‰ $H‹����H‰\$‰ÃH‰\$è����ëÚ¶jx@€ý….��¶Z~€û…™���H����H‰$è����H‹D$H‹œ$��H‹[HH‹kH‰,$H‰D$8H‰D$è����H‹t$8H¬$€���H‰ïè����H‹-����HÿÍH����H‰$H����Hƒý
ƒ§��Hií���HëH‰\$Hœ$€���H‰\$è����H‹T$8H����H‰$H‹œ$ ��H‰\$Hƒ|$�„Q��H‰”$��H‰T$Hƒ|$�„,��è����H����H‰$H‹œ$(��H‰\$Hƒ|$�„÷���H‹œ$��H‰\$Hƒ|$�„Ò���è����H‹œ$ ��H‰$Hƒ<$�„ª���Hƒ$0H‹����H‰\$è����H‹„$(��H‹¬$��H‹m0¶]�€ûuKH‰$Hƒ<$�t7Hƒ$0H‹����H‰\$è����H‹œ$(��H‹khH‹œ$(��HƒÅH‰khéþÿÿ‰%����ëÀH‰$Hƒ<$�tHƒ$0H‹����H‰\$è����볉%����ë߉%����éJÿÿÿ‰%����é"ÿÿÿ‰%����éýþÿÿ‰%����éÈþÿÿ‰%����é£þÿÿè���� @€ý„nþÿÿH����H‰$è����H‹D$H‹œ$��H‰$H‰D$0H‰D$è����¶\$€û�…���H‹œ$��H‰$H‹\$0H‰\$HÇD$����è����H‹t$0H¬$€���H‰ïè����H‹-����HÿÍH����H‰$H����Hƒý
s+Hií���HëH‰\$Hœ$€���H‰\$è����H‹T$0éªýÿÿè���� ëíè���� ‰éêúÿÿéjûÿÿl
������0��0runtime.morestack_noctxt���l��Dbootstrap/compile/internal/gc.Is64���¶��Ptype.*bootstrap/compile/internal/gc.Type���è��2runtime.writebarrieriface���ö��,go.string."split64 %v"���Ø��Fbootstrap/compile/internal/gc.Fatal���ö��"".nsclean�����2go.string."split64 clean"���î��Fbootstrap/compile/internal/gc.Fatal���Œ��"".sclean���š��"".nsclean���Ø��"".nsclean���ì��"".nsclean���–��Ntype.bootstrap/compile/internal/gc.Node���¨��"runtime.newobject���ú��^bootstrap/compile/internal/gc.(*Node).Convconst���–��Rbootstrap/compile/internal/gc.(*Node).Int���Æ`�Fbootstrap/compile/internal/gc.Types���ò��Lbootstrap/compile/internal/gc.Nodconst���ÔP�Fbootstrap/compile/internal/gc.Types���ü��Lbootstrap/compile/internal/gc.Nodconst���¢ `�Fbootstrap/compile/internal/gc.Types���Ä ��Lbootstrap/compile/internal/gc.Nodconst���Œ
��Ntype.bootstrap/compile/internal/gc.Node���ž
��"runtime.newobject���î
��Dbootstrap/compile/internal/gc.Cgen���˜ ˆ� runtime.duffcopy���¦ ��"".nsclean���º ��Ntype.bootstrap/compile/internal/gc.Node���Ð ��"".sclean���¦ ��.runtime.writebarrierfat���¾ ��Ntype.bootstrap/compile/internal/gc.Node���´ ��.runtime.writebarrierfat��� ��Ntype.bootstrap/compile/internal/gc.Node���¸��.runtime.writebarrierfat���þ`�Fbootstrap/compile/internal/gc.Types���’��.runtime.writebarrierptr���úP�Fbootstrap/compile/internal/gc.Types���Ž��.runtime.writebarrierptr���`�Fbootstrap/compile/internal/gc.Types���¤��.runtime.writebarrierptr���¼��$runtime.panicindex���â��Ntype.bootstrap/compile/internal/gc.Node���ô��"runtime.newobject���´��"".dotaddable���˜��Dbootstrap/compile/internal/gc.Igen���ˆ� runtime.duffcopy���Ð��"".nsclean���ä��Ntype.bootstrap/compile/internal/gc.Node���ú��"".sclean���È��.runtime.writebarrierfat���æ��$runtime.panicindex���ø��$runtime.panicindex���0 ��$"".autotmp_0412��type.int�"".autotmp_0411��type.int�"".autotmp_0410��type.uint8�"".autotmp_0407�Ï&type.[]interface {}�"".autotmp_0406��type.int64�"".autotmp_0405��type.int64�"".autotmp_0403��Ntype.bootstrap/compile/internal/gc.Node�"".autotmp_0402�ŸNtype.bootstrap/compile/internal/gc.Node�"".autotmp_0401��type.bool�"".autotmp_0400��type.int�"".autotmp_0399�ï(type.[1]interface {}� "".&n1�ŸPtype.*bootstrap/compile/internal/gc.Node� "".&n1�¯Ptype.*bootstrap/compile/internal/gc.Node� "".&n1�¿Ptype.*bootstrap/compile/internal/gc.Node�"".i�Ïtype.int64�
"".hi� Ptype.*bootstrap/compile/internal/gc.Node�
"".lo�Ptype.*bootstrap/compile/internal/gc.Node�"".n��Ptype.*bootstrap/compile/internal/gc.Node�% ¤Ÿ Æ� �Úˆ%+¨ >&F
1 
Y
 #\BB5!# !  
!)$X# �J�5~8K†ì\G Ä
 Š �Tgclocals·fb263d3b9ea51436fb00af80bb1e1f02�Tgclocals·659cd4e35798a18da32ef1266e73263e���Z/tmp/go/src/cmd/compile/internal/arm/gsubr.goþ"".splitclean�� ��ždH‹ %����H;awè����ëêHƒì(H‹����Hƒû�6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹����HÿËH‰����H-����L‹����Iƒø
sFMiÀ���LŶ]x€ûrt'H����H‹-����Hƒý
sHií���HëH‰$è����HƒÄ(Ãè���� è���� 
������ ��0runtime.morestack_noctxt���:��"".nsclean���T��,go.string."splitclean"���²��Fbootstrap/compile/internal/gc.Fatal���À��"".nsclean���Ô��"".nsclean���â��"".sclean���ð��"".nsclean���°��"".sclean���¾��"".nsclean���ð��Jbootstrap/compile/internal/gc.Regfree���„��$runtime.panicindex���’��$runtime.panicindex����P���P¦OP�Ð�(þ 6''�
�Xx�Tgclocals·3280bececceccd33cb74587feedb1f9f�Tgclocals·3280bececceccd33cb74587feedb1f9f���Z/tmp/go/src/cmd/compile/internal/arm/gsubr.goþ"".gmove��ào��ÂodH‹ %����H„$¸þÿÿH;Awè����ëâHìÈ��H‹����Hƒû�„��H‹¬$Ð��H‹œ$Ø��H‰œ$���H¼$¨��1Àè����Hœ$¨��Hƒû�„k��HÇÂ���HÇÁ���H‰”$˜��H‰Œ$ ��H‰œ$��H‰$H����H‰„$€��H‰D$H‰¬$ˆ��H‰l$è����H‹œ$��HƒÃH‰$H‹Œ$���H����H‰„$€��H‰D$H‰Œ$ˆ��H‰L$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$��H‰\$H‹œ$˜��H‰\$H‹œ$ ��H‰\$ è����H‹œ$Ð��H‹k0H‰,$è����H‹\$H‰\$XH‹œ$Ø��H‹k0H‰,$è����H‹Œ$Ø��H‹D$H‹i0H‰¬$ˆ���H����H‹l$XHƒý%ƒ2��H+¶€û�…ý��H����H‰D$@Hƒø%ƒ��H¶€û�…×��H����H‰$è����H‹\$H‰œ$ð���H‹œ$Ð��H‹k0H‰,$è����¶\$€û�…Ý���H‹œ$Ø��H‹k0H‰,$è����¶\$€û�…º���H‹œ$Ð��H‰$è����¶\$€û�„›���H‹œ$Ø��H‰$è����H‹„$ˆ���¶\$€û�txH‹œ$ð���H‰$H‰D$H‹œ$Ø��H‰\$è����H‹œ$Ð��H‰$H‹œ$ð���H‰\$è����H‹œ$ð���H‰$H‹œ$Ø��H‰\$è����H‹œ$ð���H‰$è����HÄÈ��ÃH‹¬$Ð��¶]x€û…—��H����H‰$è����H‹L$H‹D$@Hƒøh��Hƒø…á���H����H‰$è����H‹D$H‹œ$Ð��H‰$H‰„$p��H‰D$H‹����H‰\$è����H����H‰$è����H‹D$H‰„$8��H‰$H‹œ$p��H‹k0H‰l$H‹œ$Ø��H‰\$è����HÇ$W ��H‹œ$p��H‰\$H‹œ$8��H‰\$è����H‹œ$8��H‰$H‹œ$Ø��H‰\$è����H‹œ$8��H‰$è����HÄÈ��ÃHƒø…á���H����H‰$è����H‹D$H‹œ$Ð��H‰$H‰„$x��H‰D$H‹����H‰\$è����H����H‰$è����H‹D$H‰„$è���H‰$H‹œ$x��H‹k0H‰l$H‹œ$Ø��H‰\$è����HÇ$W ��H‹œ$x��H‰\$H‹œ$è���H‰\$è����H‹œ$è���H‰$H‹œ$Ø��H‰\$è����H‹œ$è���H‰$è����HÄÈ��ÃH‹œ$Ð��H‰$H‰Œ$h��H‰L$H‹œ$Ø��H‹k0H‰l$è����H‹„$h��H‰„$Ð��H‹h0H‰,$è����H‹\$H‰\$XH‹œ$Ø��H‰$è����¶\$€û�t,H‹œ$Ø��H‹k0H‰,$è����H‹„$ˆ���¶\$€û�uéÜüÿÿH‹D$XH‹l$@‰ÀÁà‰í è=��‡ ��=��‡ ��=��‡ø��=��‡L��=��‡„��=��uVH‹œ$Ð��H‰$è����¶\$€û�u2HÇÀQ ��H‰$H‹œ$Ð��H‰\$H‹œ$Ø��H‰\$è����HÄÈ��ÃHÇÀR ��ëÌ=��u HÇÀS ��ë¼H‹¬$Ð��H‹œ$Ø��H‰œ$���H¼$¨��1Àè����Hœ$¨��Hƒû�„×���HÇÂ���HÇÁ���H‰”$˜��H‰Œ$ ��H‰œ$��H‰$H����H‰„$€��H‰D$H‰¬$ˆ��H‰l$è����H‹œ$��HƒÃH‰$H‹Œ$���H����H‰„$€��H‰D$H‰Œ$ˆ��H‰L$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$��H‰\$H‹œ$˜��H‰\$H‹œ$ ��H‰\$ è����HÄÈ��Éé"ÿÿÿ=��…—���HÇD$xR ��H‹œ$ð���H‰$H‹œ$Ø��H‹k0H‰l$H‹œ$Ø��H‰\$è����H‹\$xH‰$H‹œ$Ð��H‰\$H‹œ$ð���H‰\$è����H‹œ$ð���H‰$H‹œ$Ø��H‰\$è����H‹œ$ð���H‰$è����HÄÈ��Ã=��„^ÿÿÿ=��„Sÿÿÿé,þÿÿ=��w*=��„<ÿÿÿ=��u H‹����é,úÿÿ=��tíéûýÿÿ=��…J��HÇD$`W ��H‹D$XHƒø��Hƒø…ä��HÇD$`R ��HÇD$p3 ��HÇD$H8 ��H‹\$@HƒûuHÇD$p2 ��HÇD$H9 ��H����H‰$è����H‹D$H‰„$��H‰$H����H‹l$XHƒý%ƒn��HëH‹+H‰l$H‹œ$Ð��H‰\$è����H����H‰$è����H‹D$H‰„$à���H‰$H����H‹l$@Hƒý%ƒ��HëH‹+H‰l$H‹œ$Ø��H‰\$è����H‹\$`H‰$H‹œ$Ð��H‰\$H‹œ$��H‰\$è����HÇ$W ��H‹œ$��H‰\$H‹œ$à���H‰\$è����H‹„$à���H‹\$pH‰$H‰D$H‰D$è����H‹L$H‹D$XHƒøug¶©ú���HÍ€���@ˆ©ú���H‹\$HH‰$H‹œ$à���H‰\$H‹œ$Ø��H‰\$è����H‹œ$��H‰$è����H‹œ$à���H‰$è����HÄÈ��ÃHƒøt“Hƒøtë è���� è���� Hƒø…þÿÿHÇD$`S ��é þÿÿHƒøuHÇD$`U ��éùýÿÿHƒø…ïýÿÿHÇD$`V ��éáýÿÿ=��„«ýÿÿ=��„wûÿÿé‹ûÿÿ=��‡€���=��wT=��u,H‹œ$Ð��H‰$è����¶\$€û�u HÇÀQ ��éûÿÿé=ûÿÿ=��uHÇD$xS ��é\üÿÿ=��tëé%ûÿÿ=��tß=��tØ=��… ûÿÿH‹����é%÷ÿÿ=��w"=��tæ=��„÷üÿÿ=��„ìüÿÿé×úÿÿ=��„³úÿÿ=��„¸úÿÿ=��…¶úÿÿH‹œ$Ð��H‰$è����¶\$€û�u HÇÀT ��éKúÿÿHÇÀU ��é?úÿÿ=��‡ð���=��we=��w4=��u HÇÀV ��éúÿÿ=��uHÇD$xU ��émûÿÿ=��tëé6úÿÿ=��u H‹����éHöÿÿ=��tí=��„!üÿÿé úÿÿ=��w&=��„
üÿÿ=��„Öùÿÿ=��„Ûùÿÿéßùÿÿ=��„Eÿÿÿ=��u,H‹œ$Ð��H‰$è����¶\$€û�u HÇÀT ��ébùÿÿé>ÿÿÿ=��…–ùÿÿHÇD$xV ��é³úÿÿ=��wS=��w&=��tÝ=��u H‹����é…õÿÿ=��tíéTùÿÿ=��„Yûÿÿ=��„Nûÿÿ=��„ùÿÿé.ùÿÿ=��w&=��„ùÿÿ=��„‚þÿÿ=��„£þÿÿéùÿÿ=��u HÇÀW ��éªøÿÿ=��tí=��…ÜøÿÿH����H‰$è����H‹\$H‰œ$˜���H����H‰$è����H‹D$H‹œ$Ø��H‰$H‹œ$˜���H‰\$H‰„$°���H‰D$è����H����H‰$è����H‹D$H‰„$��H‰$H‹œ$˜���H‹k0H‰l$HÇD$����è����H����H‰$è����H‹D$H‰„$È���H‰$H‹œ$°���H‹k0H‰l$HÇD$����è����H‹œ$Ð��H‰$H‹œ$��H‰\$è����HÇ$W ��H‹œ$��H‰\$H‹œ$È���H‰\$è����H‹Œ$��H‹D$fÇ@ �H¿itHƒåHÍÀ��H‰h fÇ@��HÇ$W ��H‰L$H‹œ$˜���H‰\$è����HÇ$W ��H‹œ$È���H‰\$H‹œ$°���H‰\$è����H‹œ$��H‰$è����H‹œ$È���H‰$è����è����HÄÈ��Ã=��‡³��=��‡Ò��=��wH=��w=��„ þÿÿ=��„îøÿÿéÙöÿÿ=��„Þøÿÿ=��„ªöÿÿ=��„¯öÿÿé³öÿÿ=��w&=��„üÿÿ=��„3üÿÿ=��„‘ýÿÿé†öÿÿ=��„ýÿÿ=��…0��H����H‰$è����H‹\$H‰œ$¸���H����H‰$è����H‹D$H‹œ$Ø��H‰$H‰„$¨���H‰D$H‹œ$¸���H‰\$è����H‹œ$Ð��H‰$H‹œ$¨���H‰\$è����H����H‰$è����H‹D$H‰„$ø���H‰$H‹œ$¸���H‹k0H‰l$HÇD$����è����Ç$����è����H‹\$HÇ$W ��H‰\$H‹œ$ø���H‰\$è����HÇ$W ��H‹œ$ø���H‰\$H‹œ$¸���H‰\$è����H‹œ$ø���H‰$è����è����HÄÈ��Ã=��„Åþÿÿé0õÿÿ=��‡n��=��‡ ��=��„÷ÿÿ=��„÷ÿÿ=��…ùôÿÿHÇD$xR ��H����H‰$è����H‹\$H‰œ$`��H����H‰$è����H‹D$H‹œ$Ð��H‰$H‰„$P��H‰D$H‹œ$`��H‰\$è����H‹œ$ð���H‰$H‹œ$Ø��H‹k0H‰l$HÇD$����è����H‹\$xH‰$H‹œ$P��H‰\$H‹œ$ð���H‰\$è����H‹\$xH‰$H‹œ$ð���H‰\$H‹œ$Ø��H‰\$è����H‹œ$ð���H‰$è����è����HÄÈ��Ã=��uHÇD$xS ��éõþÿÿ=��uHÇD$xU ��éàþÿÿ=��…ÅóÿÿHÇD$xV ��éÇþÿÿ=��‡,��=��…��H����H‰$è����H‹\$H‰œ$H��H����H‰$è����H‹D$H‹œ$Ð��H‰$H‹œ$H��H‰\$H‰D$è����H����H‰$è����H‹D$H‰„$���H‰$H‹œ$Ø��H‹k0H‰l$HÇD$����è����HÇ$W ��H‹œ$H��H‰\$H‹œ$���H‰\$è����HÇ$W ��H‹œ$���H‰\$H‹œ$Ø��H‰\$è����H‹œ$���H‰$è����è����HÄÈ��Ã=��„ôþÿÿ=��…ŠòÿÿH����H‰$è����H‹\$H‰œ$X��H����H‰$è����H‹D$H‹œ$Ð��H‰$H‰„$@��H‰D$H‹œ$X��H‰\$è����H����H‰$è����H‹\$H‰œ$ ���H����H‰$è����H‹D$H‹œ$Ø��H‰$H‹œ$ ���H‰\$H‰„$À���H‰D$è����H����H‰$è����H‹D$H‰„$��H‰$H‹œ$@��H‹k0H‰l$HÇD$����è����H����H‰$è����H‹D$H‰„$Ø���H‰$H‹œ$X��H‹k0H‰l$HÇD$����è����HÇ$W ��H‹œ$@��H‰\$H‹œ$��H‰\$è����HÇ$W ��H‹œ$X��H‰\$H‹œ$Ø���H‰\$è����HÇ$W ��H‹œ$��H‰\$H‹œ$ ���H‰\$è����HÇ$W ��H‹œ$Ø���H‰\$H‹œ$À���H‰\$è����H‹œ$��H‰$è����H‹œ$Ø���H‰$è����è����è����HÄÈ��Ã=��„ëýÿÿ=��„qûÿÿ=��„lüÿÿéZðÿÿ=��‡D��=��wS=��w&=��„Xüÿÿ=��„füÿÿ=��„üÿÿéðÿÿ=��„oüÿÿ=��„{ýÿÿ=��„pýÿÿéõïÿÿ=��‡¹��=��u>H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����HÄÈ��Ã=��t»=��…“ïÿÿHÇD$h8 ��HDŽ$€���5 ��H‹\$XHƒûuHÇD$h9 ��HDŽ$€���4 ��HÇD$PW ��H‹D$@Hƒøé��Hƒø…Ç��HÇD$PR ��H����H‰$è����H‹D$H‰„$(��H‰$H����H‹l$XHƒý%ƒ€��HëH‹+H‰l$H‹œ$Ð��H‰\$è����H����H‰$è����H‹D$H‰„$Ð���H‰$H����H‹l$@Hƒý%ƒ$��HëH‹+H‰l$H‹œ$Ø��H‰\$è����H‹\$hH‰$H‹œ$Ð��H‰\$H‹œ$(��H‰\$è����H‹„$(��H‹œ$€���H‰$H‰D$H‰D$è����H‹L$H‹D$@Hƒø…Ž���¶©ú���HÍ€���@ˆ©ú���HÇ$W ��H‹œ$(��H‰\$H‹œ$Ð���H‰\$è����H‹\$PH‰$H‹œ$Ð���H‰\$H‹œ$Ø��H‰\$è����H‹œ$(��H‰$è����H‹œ$Ð���H‰$è����HÄÈ��ÃHƒø„hÿÿÿHƒø„^ÿÿÿénÿÿÿè���� è���� Hƒø…8þÿÿHÇD$PS ��é*þÿÿHƒøuHÇD$PU ��éþÿÿHƒø… þÿÿHÇD$PV ��éþýÿÿ=��„“ýÿÿ=��„ˆýÿÿ=��„}ýÿÿé íÿÿ=��‡��=��w-=��„[ýÿÿ=��„Pýÿÿ=��…ØìÿÿHÇÀ8 ��éˆìÿÿ=��…Å���H����H‰$è����H‹D$H‰„$0��H‰$H‹����H‰\$H‹œ$Ø��H‰\$è����HÇ$8 ��H‹œ$Ð��H‰\$H‹œ$0��H‰\$è����H‹„$0��HÇ$6 ��H‰D$H‰D$è����HÇ$9 ��H‹œ$0��H‰\$H‹œ$Ø��H‰\$è����H‹œ$0��H‰$è����HÄÈ��Ã=��„^üÿÿ=��„Süÿÿéáëÿÿ=��w&=��„<üÿÿ=��„1üÿÿ=��„&üÿÿé´ëÿÿ=��„üÿÿ=��…Å���H����H‰$è����H‹D$H‰„$ ��H‰$H‹����H‰\$H‹œ$Ø��H‰\$è����HÇ$9 ��H‹œ$Ð��H‰\$H‹œ$ ��H‰\$è����H‹„$ ��HÇ$7 ��H‰D$H‰D$è����HÇ$8 ��H‹œ$ ��H‰\$H‹œ$Ø��H‰\$è����H‹œ$ ��H‰$è����HÄÈ��Ã=��…ÎêÿÿHÇÀ9 ��é~êÿÿHƒø„˜çÿÿHƒø„yèÿÿéUéÿÿH‹œ$Ð��H‰$H‰L$è����HÄÈ��Ãè���� è���� ‰éŽäÿÿ’
������0��0runtime.morestack_noctxt���PÐ �Fbootstrap/compile/internal/gc.Debug���²ð� runtime.duffzero���¸��Ptype.*bootstrap/compile/internal/gc.Node���ö��2runtime.writebarrieriface���´��Ptype.*bootstrap/compile/internal/gc.Node���ò��2runtime.writebarrieriface���€��8go.string."gmove %v -> %v\n"���ô��fmt.Printf���ž��Pbootstrap/compile/internal/gc.Simsimtype���Ü��Pbootstrap/compile/internal/gc.Simsimtype���œ��Nbootstrap/compile/internal/gc.Iscomplex���è��Nbootstrap/compile/internal/gc.Iscomplex���´��Ntype.bootstrap/compile/internal/gc.Node���Æ��"runtime.newobject���Š��Dbootstrap/compile/internal/gc.Is64���Ð��Dbootstrap/compile/internal/gc.Is64���Ž ��Fbootstrap/compile/internal/gc.Ismem���Ì ��Fbootstrap/compile/internal/gc.Ismem���¶
��Lbootstrap/compile/internal/gc.Regalloc���ò
��"".gmove���® ��"".gmove���Ð ��Jbootstrap/compile/internal/gc.Regfree���˜ ��Ntype.bootstrap/compile/internal/gc.Node���ª ��"runtime.newobject���ô ��Ntype.bootstrap/compile/internal/gc.Node���† ��"runtime.newobject���Ð P�Fbootstrap/compile/internal/gc.Types���ä ��^bootstrap/compile/internal/gc.(*Node).Convconst���ò ��Ntype.bootstrap/compile/internal/gc.Node���„��"runtime.newobject���ì��Lbootstrap/compile/internal/gc.Regalloc���º��"".gins���ö��"".gmove���˜��Jbootstrap/compile/internal/gc.Regfree���Ê��Ntype.bootstrap/compile/internal/gc.Node���Ü��"runtime.newobject���¦`�Fbootstrap/compile/internal/gc.Types���º��^bootstrap/compile/internal/gc.(*Node).Convconst���È��Ntype.bootstrap/compile/internal/gc.Node���Ú��"runtime.newobject���Â��Lbootstrap/compile/internal/gc.Regalloc�����"".gins���Ì��"".gmove���î��Jbootstrap/compile/internal/gc.Regfree���Ü��^bootstrap/compile/internal/gc.(*Node).Convconst���–��Pbootstrap/compile/internal/gc.Simsimtype���Ì��Fbootstrap/compile/internal/gc.Ismem���Š��Dbootstrap/compile/internal/gc.Is64���ü��Fbootstrap/compile/internal/gc.Ismem���ä��"".gins���ôð� runtime.duffzero���ú��Ptype.*bootstrap/compile/internal/gc.Node���¸��2runtime.writebarrieriface���ö��Ptype.*bootstrap/compile/internal/gc.Node���´��2runtime.writebarrieriface���Â��4go.string."gmove %v -> %v"���¶��Fbootstrap/compile/internal/gc.Fatal���Ú��Lbootstrap/compile/internal/gc.Regalloc���ª��"".gins���æ��"".gmove���ˆ ��Jbootstrap/compile/internal/gc.Regfree���Ž!P�Fbootstrap/compile/internal/gc.Types���ˆ#��Ntype.bootstrap/compile/internal/gc.Node���š#��"runtime.newobject���Ê#��Fbootstrap/compile/internal/gc.Types���¤$��Lbootstrap/compile/internal/gc.Regalloc���²$��Ntype.bootstrap/compile/internal/gc.Node���Ä$��"runtime.newobject���ô$��Fbootstrap/compile/internal/gc.Types���Î%��Lbootstrap/compile/internal/gc.Regalloc���ž&��"".gins���ì&��"".gins���¬'��"".gins���Æ(��"".gins���è(��Jbootstrap/compile/internal/gc.Regfree���Š)��Jbootstrap/compile/internal/gc.Regfree���À)��$runtime.panicindex���Î)��$runtime.panicindex���ä+��Fbootstrap/compile/internal/gc.Ismem���œ-`�Fbootstrap/compile/internal/gc.Types���Ü.��Fbootstrap/compile/internal/gc.Ismem���Ö0P�Fbootstrap/compile/internal/gc.Types���®2��Fbootstrap/compile/internal/gc.Ismem���Ü3`�Fbootstrap/compile/internal/gc.Types���ü5��Ntype.bootstrap/compile/internal/gc.Node���Ž6��"runtime.newobject���¶6��Ntype.bootstrap/compile/internal/gc.Node���È6��"runtime.newobject���¨7��"".split64���¶7��Ntype.bootstrap/compile/internal/gc.Node���È7��"runtime.newobject���¨8��Lbootstrap/compile/internal/gc.Regalloc���¶8��Ntype.bootstrap/compile/internal/gc.Node���È8��"runtime.newobject���¨9��Lbootstrap/compile/internal/gc.Regalloc���ä9��"".gmove���²:��"".gins���Ê;��"".gins���˜<��"".gins���º<��Jbootstrap/compile/internal/gc.Regfree���Ü<��Jbootstrap/compile/internal/gc.Regfree���æ<��"".splitclean���Ô?��Ntype.bootstrap/compile/internal/gc.Node���æ?��"runtime.newobject���Ž@��Ntype.bootstrap/compile/internal/gc.Node��� @��"runtime.newobject���€A��"".split64���¼A��"".gmove���ÊA��Ntype.bootstrap/compile/internal/gc.Node���ÜA��"runtime.newobject���¼B��Lbootstrap/compile/internal/gc.Regalloc���ÔB��"".ncon���œC��"".gins���êC��"".gins���ŒD��Jbootstrap/compile/internal/gc.Regfree���–D��"".splitclean���ÔE��Ntype.bootstrap/compile/internal/gc.Node���æE��"runtime.newobject���ŽF��Ntype.bootstrap/compile/internal/gc.Node��� F��"runtime.newobject���€G��"".split64���ÖG��Lbootstrap/compile/internal/gc.Regalloc���¦H��"".gins���öH��"".gins���˜I��Jbootstrap/compile/internal/gc.Regfree���¢I��"".splitclean���òJ��Ntype.bootstrap/compile/internal/gc.Node���„K��"runtime.newobject���¬K��Ntype.bootstrap/compile/internal/gc.Node���¾K��"runtime.newobject���ŽL��"".split64���œL��Ntype.bootstrap/compile/internal/gc.Node���®L��"runtime.newobject���ŽM��Lbootstrap/compile/internal/gc.Regalloc���ÜM��"".gins���ªN��"".gins���ÌN��Jbootstrap/compile/internal/gc.Regfree���ÖN��"".splitclean��� O��Ntype.bootstrap/compile/internal/gc.Node���²O��"runtime.newobject���ÚO��Ntype.bootstrap/compile/internal/gc.Node���ìO��"runtime.newobject���ÌP��"".split64���ÚP��Ntype.bootstrap/compile/internal/gc.Node���ìP��"runtime.newobject���”Q��Ntype.bootstrap/compile/internal/gc.Node���¦Q��"runtime.newobject���†R��"".split64���”R��Ntype.bootstrap/compile/internal/gc.Node���¦R��"runtime.newobject���†S��Lbootstrap/compile/internal/gc.Regalloc���”S��Ntype.bootstrap/compile/internal/gc.Node���¦S��"runtime.newobject���†T��Lbootstrap/compile/internal/gc.Regalloc���ÔT��"".gins���¢U��"".gins���ðU��"".gins���¾V��"".gins���àV��Jbootstrap/compile/internal/gc.Regfree���‚W��Jbootstrap/compile/internal/gc.Regfree���ŒW��"".splitclean���–W��"".splitclean���îY��`go.string."gmove UINT64, TFLOAT not implemented"���ÌZ��Fbootstrap/compile/internal/gc.Fatal���Î\��Ntype.bootstrap/compile/internal/gc.Node���à\��"runtime.newobject���]��Fbootstrap/compile/internal/gc.Types���ê]��Lbootstrap/compile/internal/gc.Regalloc���ø]��Ntype.bootstrap/compile/internal/gc.Node���Š^��"runtime.newobject���º^��Fbootstrap/compile/internal/gc.Types���”_��Lbootstrap/compile/internal/gc.Regalloc���ä_��"".gins���ª`��"".gins���Êa��"".gins���šb��"".gins���¼b��Jbootstrap/compile/internal/gc.Regfree���Þb��Jbootstrap/compile/internal/gc.Regfree���ªc��$runtime.panicindex���¸c��$runtime.panicindex���²f��Ntype.bootstrap/compile/internal/gc.Node���Äf��"runtime.newobject���ôfð�Fbootstrap/compile/internal/gc.Types���¢g��Lbootstrap/compile/internal/gc.Regalloc���ðg��"".gins���®h��"".gins���üh��"".gins���ži��Jbootstrap/compile/internal/gc.Regfree���øj��Ntype.bootstrap/compile/internal/gc.Node���Šk��"runtime.newobject���ºkð�Fbootstrap/compile/internal/gc.Types���èk��Lbootstrap/compile/internal/gc.Regalloc���¶l��"".gins���ôl��"".gins���Âm��"".gins���äm��Jbootstrap/compile/internal/gc.Regfree���€o��Rbootstrap/compile/internal/gc.Complexmove���šo��$runtime.panicindex���¨o��$runtime.panicindex��� ��†"".autotmp_0453��type.int�"".autotmp_0452��type.int�"".autotmp_0451��type.int�"".autotmp_0450��type.int�"".autotmp_0449��*type.*[2]interface {}�"".autotmp_0448��&type.[]interface {}�"".autotmp_0446��type.int�"".autotmp_0444�o&type.[]interface {}�"".autotmp_0443��type.uint8�"".autotmp_0442��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0440��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0439��Ptype.*bootstrap/compile/internal/gc.Node�"".autotmp_0437��type.bool�"".autotmp_0436��type.bool�"".autotmp_0435��type.bool�"".autotmp_0434��type.bool�"".autotmp_0433��Ptype.*bootstrap/compile/internal/gc.Node�"".autotmp_0432��Ptype.*bootstrap/compile/internal/gc.Node�"".autotmp_0431��(type.[2]interface {}�"".autotmp_0430��type.bool�"".autotmp_0429��type.bool�"".autotmp_0428��type.int�"".autotmp_0423��type.int�"".autotmp_0422��type.int�"".autotmp_0421�ïPtype.*bootstrap/compile/internal/gc.Node�"".autotmp_0419�?(type.[2]interface {}�"".&fhi�ÏPtype.*bootstrap/compile/internal/gc.Node�"".&flo�ïPtype.*bootstrap/compile/internal/gc.Node� "".&r1�ÏPtype.*bootstrap/compile/internal/gc.Node� "".&r1�¯Ptype.*bootstrap/compile/internal/gc.Node� "".&r2�ÏPtype.*bootstrap/compile/internal/gc.Node� "".&r1�ïPtype.*bootstrap/compile/internal/gc.Node� "".&r2�ïPtype.*bootstrap/compile/internal/gc.Node� "".&r1�¿Ptype.*bootstrap/compile/internal/gc.Node� "".&r1�ŸPtype.*bootstrap/compile/internal/gc.Node�"".&thi�ŸPtype.*bootstrap/compile/internal/gc.Node� "".&r2�ÿPtype.*bootstrap/compile/internal/gc.Node�"".&thi�¯Ptype.*bootstrap/compile/internal/gc.Node�"".&tlo�ßPtype.*bootstrap/compile/internal/gc.Node� "".&r2�ßPtype.*bootstrap/compile/internal/gc.Node� "".&r1�ÿPtype.*bootstrap/compile/internal/gc.Node�"".&thi�Ptype.*bootstrap/compile/internal/gc.Node�"".&tlo�ÏPtype.*bootstrap/compile/internal/gc.Node�"".&fhi�ßPtype.*bootstrap/compile/internal/gc.Node�"".&flo�Ptype.*bootstrap/compile/internal/gc.Node� "".&r1�Ptype.*bootstrap/compile/internal/gc.Node�"".&flo�ÿPtype.*bootstrap/compile/internal/gc.Node�"".&con�ŸPtype.*bootstrap/compile/internal/gc.Node�"".&con�¯Ptype.*bootstrap/compile/internal/gc.Node�"".&tlo�¿Ptype.*bootstrap/compile/internal/gc.Node� "".&r1�ßPtype.*bootstrap/compile/internal/gc.Node� "".&r1�¯Ptype.*bootstrap/compile/internal/gc.Node�"".&con�¿Ptype.*bootstrap/compile/internal/gc.Node� "".&r1�¿Ptype.*bootstrap/compile/internal/gc.Node� "".&r1�ŸPtype.*bootstrap/compile/internal/gc.Node�
"".ta�ÿtype.int�"".a�¯type.int�
"".fa�Ïtype.int�
"".ta�ïtype.int�"".a�type.int�
"".fa�¿type.int�"".a�Ÿtype.int� "".cvt�ÿPtype.*bootstrap/compile/internal/gc.Type�
"".tt�type.int�
"".ft�ßtype.int�"".t�Ptype.*bootstrap/compile/internal/gc.Node�"".f��Ptype.*bootstrap/compile/internal/gc.Node�ø%Î£êº¨¨Àí ×ÅÙŸÚˆŸ¢M$�ð7�È ’%ˆ" Lˆø#÷
*/'
*/'+72B¬“JÚ#ÇÆ«ªéˆŠ  î/(ù‰ ö÷•Ò  
      @@(/( #
   
 ! ¯ !.¾©æ ÒÓ¥¦ Ú“¸ Ñ"   ŒûüïŠä« º»½ÊÂÈ ÑØ ¯  =l ôãÐ  ¢ÿÜ ª«áÒ¯ !D .  ƒ¦ÂÃÈ +++4'Ÿ$ô ä ÑÒ ¯  =r  " ¥¦ ú ++0' ŸØ‹  Ø++((ß Ì“ ’‡  †¥ ¸ #+'' ++++''''' ‹ Q’  ±² Ñ °6É       
 @@0 
'(
   
 /!ßæØ 0% */'ñßæ!ßà ö */'% *»

! �È�º>A”"–M-
. / D'/QD'/7 ³ Þ>ARWŽ2UÍ5ß0@@‘''â*0@W/m0S9“<h'8?PB0-0@@''''U´ZUÔ]¢X~W¥`~_�Tgclocals·ce177223b2e38a1fe70078464f6ea8cb�Tgclocals·d110886f25d7977bd8c039b7088f1dbd���Z/tmp/go/src/cmd/compile/internal/arm/gsubr.goþ"".samaddr�� ��„H‹T$H‹L$¶Yx¶jx@8ëtÆD$�öix@€ýuH·YtH·jtf9ëtÆD$�ÃÆD$Ã�0��� "".~r2� type.bool�"".t�Ptype.*bootstrap/compile/internal/gc.Node�"".f��Ptype.*bootstrap/compile/internal/gc.Node�P�P�$Ø
  ��Tgclocals·d3486bc7ce1948dc22d7ad1c0be2887a�Tgclocals·3280bececceccd33cb74587feedb1f9f���Z/tmp/go/src/cmd/compile/internal/arm/gsubr.goþ"".gins�� ��†dH‹ %����H;awè����ëêHì€���H‹„$���1íH9èt?¶Xx€ûCu6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹œ$˜���1íH9ëtGH‹¬$˜���¶]x€ûCu6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹œ$ˆ���H‰$è����H‹D$H‰D$@H‰$Hƒ<$�„ ��Hƒ$H‹œ$���H‰\$è����H‹\$@H‰$Hƒ<$�„Õ��Hƒ$hH‹œ$˜���H‰\$è����H‹”$���H‹L$@H‹„$ˆ���H= ����H= ��B��Hƒø…Ý���H·Yhfƒû ufÇAh�H‹����Hƒû�„¤���H‰ÍH\$XHÇ����HÇC����H\$XHƒû�„Ž���HÇÂ���HÇÁ���H‰T$pH‰L$xH‰\$hH‰$H����H‰D$HH‰D$H‰l$PH‰l$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$hH‰\$H‹\$pH‰\$H‹\$xH‰\$ è����H‹L$@H‰Œ$ ���HÄ€���ÉékÿÿÿH= ��…(ÿÿÿH·Yfƒû�…ÿÿÿH����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$@éÙþÿÿH= ��uOH·Yhfƒû…ÂþÿÿH����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$@é‚þÿÿH= ��…vþÿÿH‹œ$˜���1íH9ë„cþÿÿ¶Zx€ût;H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$@H����H‰$H‰L$Hƒ|$�tdHƒD$H‰L$Hƒ|$�tHHƒD$hè����H‹|$@H‰ùHƒÿ�t+HƒÇh1Àè����H‹œ$���H‰$H‰L$è����H‹L$@é°ýÿÿ‰ëщ%����믉%����ë“H=; ��H=: ��„ÿÿÿH=; ��„ÿÿÿéuýÿÿH=K ��uX1íH9ê„býÿÿ¶Zx€û„UýÿÿH����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$@éýÿÿH=W ��… ýÿÿH·YfƒûtH·Yfƒû tH·Yfƒû…äüÿÿH·YhfƒûtH·Yhfƒû …ÊüÿÿH����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$@éŠüÿÿ‰%����éüÿÿ‰%����éèûÿÿ8
������ ��0runtime.morestack_noctxt���p��Ngo.string."gins OINDEX not implemented"���Î��Fbootstrap/compile/internal/gc.Fatal���œ��Ngo.string."gins OINDEX not implemented"���ú��Fbootstrap/compile/internal/gc.Fatal���œ��Dbootstrap/compile/internal/gc.Prog���ü��Fbootstrap/compile/internal/gc.Naddr���Ò��Fbootstrap/compile/internal/gc.Naddr���ðð �Fbootstrap/compile/internal/gc.Debug��� ��Btype.*bootstrap/internal/obj.Prog���Ò��2runtime.writebarrieriface���à�� go.string."%v\n"���Â��fmt.Printf���¾ ��8go.string."rsb with no from"���œ
��Fbootstrap/compile/internal/gc.Fatal���ì
��:go.string."gins arith to mem"���Ê ��Fbootstrap/compile/internal/gc.Fatal���¼ ��@go.string."bad operands to gcmp"���š ��Fbootstrap/compile/internal/gc.Fatal���² ��@type.bootstrap/internal/obj.Addr�����.runtime.writebarrierfat���ÂØ� runtime.duffzero���î��"".raddr���Æ��>go.string."bad operands to mul"���¤��Fbootstrap/compile/internal/gc.Fatal���Ü��<go.string."gins double memory"���º��Fbootstrap/compile/internal/gc.Fatal���@€��"".autotmp_0473�/&type.[]interface {}�"".autotmp_0471��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0470�O(type.[1]interface {}�"".p�Btype.*bootstrap/internal/obj.Prog� "".~r3�0Btype.*bootstrap/internal/obj.Prog�"".t� Ptype.*bootstrap/compile/internal/gc.Node�"".f�Ptype.*bootstrap/compile/internal/gc.Node�
"".as��type.int�€œÿ€Ö�
�€
%6 6+8 
 J¤ ;;C  ;;01 D);& ?;S � �f—ë8mƒ�Tgclocals·2bfc7858cfa5e35210149333ceefab62�Tgclocals·c1efc01ceca94629de9fe185093fc2d0���Z/tmp/go/src/cmd/compile/internal/arm/gsubr.goþ"".raddr�� ��†dH‹ %����H;awè����ëêHƒìxH����H‰$è����H‹D$H‰D$(H‰$H‹œ$€���H‰\$è����H‹L$(H‹„$€���H·fƒû „H��1íH9è„��¶hxH‰,$HÇD$����è����H‹\$H‰\$@H‹\$H‰\$HH\$PHÇ����HÇC����H\$PHƒû�„±���HÇÂ���HÇÁ���H‰\$`H‰T$hH‰L$pH����H‰$H\$@H‰\$è����H‹L$H‹D$H‹\$`H‰$H‰L$0H‰L$H‰D$8H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$`H‰\$H‹\$hH‰\$H‹\$pH‰\$ è����H‹œ$ˆ���fǃò�����HƒÄxÉéHÿÿÿH����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����ë«H‹œ$ˆ���H·if‰«ò���ë¦
������ ��0runtime.morestack_noctxt���:��@type.bootstrap/internal/obj.Addr���L��"runtime.newobject���Œ��Fbootstrap/compile/internal/gc.Naddr���„��Fbootstrap/compile/internal/gc.Oconv���º��type.string���à��runtime.convT2E���¸��2runtime.writebarrieriface���Æ��8go.string."bad in raddr: %v"���¨��Fbootstrap/compile/internal/gc.Fatal���ð��@go.string."bad in raddr: <null>"���Î��Fbootstrap/compile/internal/gc.Fatal��� ð��"".autotmp_0484�"type.interface {}�"".autotmp_0482�/&type.[]interface {}�"".autotmp_0481�otype.string�"".autotmp_0480�O(type.[1]interface {}�
"".&a�ŸBtype.*bootstrap/internal/obj.Addr�"".p�Btype.*bootstrap/internal/obj.Prog�"".n��Ptype.*bootstrap/compile/internal/gc.Node�ðÓïðb�Ð�:œ ( è6��% <ndS*�Tgclocals·0900b3ce34468e7211fedd5d94de68ce�Tgclocals·eeb5bbe8126f8da85dfb72b9d55d6413���Z/tmp/go/src/cmd/compile/internal/arm/gsubr.goþ"".gshift��€��èdH‹ %����H;awè����ëêHƒìh‹„$„���ƒø�~yƒø t‰Ãƒã‰œ$„���H‹\$pH‰$HÇD$����H‹œ$ˆ���H‰\$è����H‹D$fÇ@ �Hcœ$€���Hc¬$„���HÁåH ëH‹l$xH¿mtHƒåH ëH‰X H‰„$���HƒÄhÉD$,H\$@HÇ����HÇC����H\$@Hƒû�„§���HÇÂ���HÇÁ���H‰\$PH‰T$XH‰L$`H����H‰$H\$,H‰\$è����H‹L$H‹D$H‹\$PH‰$H‰L$0H‰L$H‰D$8H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$PH‰\$H‹\$XH‰\$H‹\$`H‰\$ è����‹„$„���é¾þÿÿ‰éRÿÿÿ
������ ��0runtime.morestack_noctxt���®��"".gins���Ì��type.int32���ò��runtime.convT2E���Ê��2runtime.writebarrieriface���Ø��>go.string."bad shift value: %d"���º��Fbootstrap/compile/internal/gc.Fatal���PÐ��"".autotmp_0493�o"type.interface {}�"".autotmp_0491�/&type.[]interface {}�"".autotmp_0489�wtype.int32�"".autotmp_0488�O(type.[1]interface {}� "".~r5�@Btype.*bootstrap/internal/obj.Prog� "".rhs�0Ptype.*bootstrap/compile/internal/gc.Node�"".sval�(type.int32�"".stype� type.int32� "".lhs�Ptype.*bootstrap/compile/internal/gc.Node�
"".as��type.int�ЄÏÐá�€�.À !
 ), É��V¢d$�Tgclocals·8578e84dc155d986e2160d18f3ccbf93�Tgclocals·403a8d79fd24b295e8557f6970497aa3���Z/tmp/go/src/cmd/compile/internal/arm/gsubr.goþ"".gregshift�� ��†dH‹ %����H;awè����ëêHƒì H‹\$(H‰$HÇD$����H‹\$HH‰\$è����H‹D$fÇ@ �Hc\$8H‹l$@H¿mtHƒåHÁåH ëH‹l$0HƒËH¿mtHƒåH ëH‰X H‰D$PHƒÄ Ã
������ ��0runtime.morestack_noctxt���n��"".gins���`@�� "".~r5�PBtype.*bootstrap/internal/obj.Prog� "".rhs�@Ptype.*bootstrap/compile/internal/gc.Node� "".reg�0Ptype.*bootstrap/compile/internal/gc.Node�"".stype� type.int32� "".lhs�Ptype.*bootstrap/compile/internal/gc.Node�
"".as��type.int�@h?��Þ &3�
�6Z�Tgclocals·ac761f567a62f10104e9892510b7a338�Tgclocals·3280bececceccd33cb74587feedb1f9f���Z/tmp/go/src/cmd/compile/internal/arm/gsubr.goþ"".optoas��€8��ø7dH‹ %����HD$ÐH;Awè����ëåHì°���H‹œ$À���1íH9ëu6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����HÇD$(����H‹œ$¸���L‹„$À���‰ÛÁãE¶H-����Iƒù%ƒ[ ��Jl �¶m� ëû�?�‡²��û�<�‡��û��‡��û��‡É��û��‡Y��û��‡$��û��uHÇÀ ��H‰„$È���HÄ°���Áû��táH‹œ$¸���H‰$HÇD$����è����H‹\$H‰\$HH‹\$H‰\$PH‹œ$À���H‰\$0H|$p1Àè����H\$pHƒû�„ ��HÇÂ���HÇÁ���H‰\$XH‰T$`H‰L$hH����H‰$H\$HH‰\$è����H‹L$H‹D$H‹\$XH‰$H‰L$8H‰L$H‰D$@H‰D$è����H‹\$XHƒÃH‰$H‹D$0H ����H‰L$8H‰L$H‰D$@H‰D$è����H‹\$XHƒÃ H‰$H‹œ$À���¶+H����Hƒý%ƒÛ���HëH‹+H ����H‰L$8H‰L$H‰l$@H‰l$è����H‹\$XHƒÃ0H‰$H‹œ$À���¶+H����Hƒý%ƒ„���H+¶+H����Hƒý%siHëH‹+H ����H‰L$8H‰L$H‰l$@H‰l$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$ è����H‹D$(éþÿÿè���� è���� è���� ‰éYþÿÿû��„Øýÿÿû��„Ìýÿÿû��„ÀýÿÿéÚýÿÿû��w$û��„§ýÿÿû��…ºýÿÿHÇÀ< ��é–ýÿÿû��u HÇÀ= ��é‚ýÿÿû��„oýÿÿû��…‚ýÿÿHÇÀ ��é^ýÿÿû��w:û��wû��t܁û��tÔéQýÿÿû��tǁû��t¿û��t·é4ýÿÿû��w9û��u HÇÀ> ��é�ýÿÿû��u HÇÀ? ��éìüÿÿû��„vÿÿÿéóüÿÿû��u HÇÀ ��éÇüÿÿû��tìû��täéÊüÿÿû� �‡���û� �wEû��wû��t»û��t³é™üÿÿû��t¦û��tžû� �…}üÿÿHÇÀ ��éYüÿÿû� �wû� �täû� �t܁û� �tÔéLüÿÿû� �tǁû� �t¿û� �t·é/üÿÿû��wtû��w,û��u HÇÀR ��éóûÿÿû��…ÿûÿÿHÇÀS ��éÛûÿÿû��u HÇÀU ��éÇûÿÿû��u HÇÀV ��é³ûÿÿû��…¿ûÿÿHÇÀW ��é›ûÿÿû��w4û��täû��u HÇÀ8 ��éwûÿÿû��…ƒûÿÿHÇÀ9 ��é_ûÿÿû��u HÇÀQ ��éKûÿÿû��tœû�<�…OûÿÿHÇÀ" ��é+ûÿÿû�=�‡3��û�<�‡”���û�<�w:û�<�wû�<�tāû�<�t¼éûÿÿû�<�t¯û�<�t§û�<�tŸééúÿÿû�<�w!û�<�tŠû�<�t‚û�<�„vÿÿÿéÀúÿÿû�<�„eÿÿÿû�<�„Yÿÿÿû�<�„Mÿÿÿé—úÿÿû�=�wIû�=�w$û�<�„,ÿÿÿû�=�…oúÿÿHÇÀ# ��éKúÿÿû�=�tìû�=�täû�=�tÜéFúÿÿû�=�wû�=�tǁû�=�t¿û�=�t·é!úÿÿû�=�tªû�=�t¢û�=�tšéúÿÿû�>�‡§���û�>�w]û�=�wû�=�„mÿÿÿû�=�„aÿÿÿéËùÿÿû�=�„Pÿÿÿû�>�u HÇÀ/ ��é“ùÿÿû�>�…ŸùÿÿHÇÀ' ��é{ùÿÿû�>�wû�>�t́û�>�t܁û�>�t¼énùÿÿû�>�tǁû�>�t§û�>�t·éQùÿÿû�?�wVû�>�wû�>�t‚û�>�„vÿÿÿé(ùÿÿû�?�u HÇÀ1 ��éüøÿÿû�?�u HÇÀ- ��éèøÿÿû�?�tØéóøÿÿû�?�wû�?�tׁû�?�t»û�?�tÇéÎøÿÿû�?�t¦û�?�t²û�?�t–é±øÿÿû�N�‡Õ��û�A�‡B��û�@�‡—���û�@�wUû�@�w$û�?�„Qÿÿÿû�@�…eøÿÿHÇÀ. ��éAøÿÿû�@�u HÇÀ% ��é-øÿÿû�@�t؁û�@�täé0øÿÿû�@�wû�@�t»û�@�tÇéøÿÿû�@�t¦û�@�t²û�@�t–éö÷ÿÿû�A�wUû�A�w$û�@�„uÿÿÿû�A�…Î÷ÿÿHÇÀ0 ��éª÷ÿÿû�A�u HÇÀ, ��é–÷ÿÿû�A�t؁û�A�täé™÷ÿÿû�A�wû�A�t»û�A�tǁû�A�t«ét÷ÿÿû�A�t²û�A�t–û�A�tŽéW÷ÿÿû�M�‡É���û�L�wQû�L�w,û�L�u HÇÀM ��é÷ÿÿû�L�…÷ÿÿHÇÀK ��é÷öÿÿû�L�tԁû�L�täû�L�tÄéòöÿÿû�L�w4û�L�tǁû�L�u HÇÀ@ ��é¶öÿÿû�L�…ÂöÿÿHÇÀA ��éžöÿÿû�L�t“û�M�u HÇÀN ��é‚öÿÿû�M�…ŽöÿÿHÇÀL ��éjöÿÿû�M�wEû�M�wû�M�tāû�M�tÔé]öÿÿû�M�t¯û�M�t¿û�M�…AöÿÿHÇÀB ��éöÿÿû�N�w4û�M�u HÇÀC ��éöÿÿû�M�tƒû�N�…öÿÿHÇÀO ��éáõÿÿû�N�u HÇÀP ��éÍõÿÿû�N�t؁û�N�täéÐõÿÿû�Q�‡C��û�P�‡›���û�O�wFû�N�wû�N�t›û�N�t§é“õÿÿû�N�tšû�O�u HÇÀJ ��é_õÿÿû�O�tìéjõÿÿû�O�wû�O�tׁû�O�tρû�O�tÇéEõÿÿû�O�tºû�O�t²û�P�…)õÿÿHÇÀI ��éõÿÿû�P�wFû�P�w!û�P�u HÇÀH ��éáôÿÿû�P�tÈéìôÿÿû�P�t߁û�P�t³û�P�tÏéÏôÿÿû�Q�w)û�P�tºû�Q�u HÇÀ ��é“ôÿÿû�Q�tìéžôÿÿû�Q�t߁û�Q�tׁû�Q�tÏéôÿÿû�‘�‡œ���û�W�wFû�Q�wû�Q�t¦û�Q�tžéPôÿÿû�W�u HÇÀ ��é$ôÿÿû�W�tìû�W�täé'ôÿÿû�W�wû�W�tρû�W�tǁû�W�t¿éôÿÿû�W�t²û�‘�u HÇÀ ��éÎóÿÿû�‘�tìéÙóÿÿû�‘�wEû�‘�wû�‘�tρû�‘�tÇé´óÿÿû�‘�tºû�‘�t²û�‘�…˜óÿÿHÇÀ: ��étóÿÿû�‘�w1û�‘�u HÇÀ; ��éXóÿÿû�‘�„rÿÿÿû�‘�„fÿÿÿéSóÿÿû�™�u HÇÀ* ��é'óÿÿû�™�tìû�›�…+óÿÿHÇÀE ��éóÿÿè���� 2
������*��0runtime.morestack_noctxt���h��8go.string."optoas: t is nil"���Æ��Fbootstrap/compile/internal/gc.Fatal���˜��Jbootstrap/compile/internal/gc.Simtype���Ô��Fbootstrap/compile/internal/gc.Oconv���®à� runtime.duffzero���”��type.string���º��runtime.convT2E���’��2runtime.writebarrieriface���Ä��Ptype.*bootstrap/compile/internal/gc.Type���ö��2runtime.writebarrieriface���´��Fbootstrap/compile/internal/gc.Types���ä��Ptype.*bootstrap/compile/internal/gc.Type���– ��2runtime.writebarrieriface���Ô ��Jbootstrap/compile/internal/gc.Simtype���„
��Fbootstrap/compile/internal/gc.Types���¬
��Ptype.*bootstrap/compile/internal/gc.Type���Þ
��2runtime.writebarrieriface���ì
��lgo.string."optoas: no entry %v-%v etype %v simtype %v"���Î ��Fbootstrap/compile/internal/gc.Fatal���ì ��$runtime.panicindex���ú ��$runtime.panicindex���ˆ ��$runtime.panicindex���ì7��$runtime.panicindex���0à��"".autotmp_0504�ï"type.interface {}�"".autotmp_0502�¯&type.[]interface {}�"".autotmp_0500�ÿPtype.*bootstrap/compile/internal/gc.Type�"".autotmp_0499�Ïtype.string�"".autotmp_0498�(type.[4]interface {}�"".a�type.int� "".~r2� type.int�"".t�Ptype.*bootstrap/compile/internal/gc.Type�
"".op��type.int�"àéßàô�€�† ò "6 }®˜™©ÜÄê$©®  ’Œ™  úÇÌÇÈÇÒôïîû ÇŠ¸¹‰Ž‰Š ¦Ç ›œ›ôÒÍ ÌÇÆÁÀ· ¶Ç°« ªÙØ·Ý ”Ç(2-.-2-.$-2  ö÷KPKLKPKL æÛ ÚÇ`  [h  g`[xÊ¿¾Ëwˆ  ƒx  w4| 8 ’‡†“ »´ »°  ¯´  ®£¢¯ Ÿ˜  “  “Þhs ri 
ÙÔb] \s,FQ PÇ€ ñü > Ǻ Q 0;:1 ‡(– ‡ˆY”•­²­® ~ǾˆÃº
 ¹¾AÊË÷ø÷ü÷æÜÝåêåæ•òóÏÔÏÐ ìÇàæóÏäÞßØ Ç � �bº^ì �Tgclocals·617d0491d47c86b7a175b79a4586e4e3�Tgclocals·b6c5faec6fa09c18c4ede855ee52a438���Z/tmp/go/src/cmd/compile/internal/arm/gsubr.goþ"".sudoclean��€��þdH‹ %����H;awè����ëêHƒìL‹����IÿÈH-����IƒøƒÃ���MiÀ���LŶ]x€ûrt.H‹����HÿËH-����HƒûƒŽ���Hiې���HÝH‰,$è����L‹����IƒèH-����Iƒøs\MiÀ���LŶ]x€ûrt+H‹����HƒëH-����Hƒûs*Hiې���HÝH‰,$è����H‹����HƒëH‰����HƒÄÃè���� è���� è���� è���� $
������ ��0runtime.morestack_noctxt���:��"".cleani���N��"".clean���–��"".cleani���ª��"".clean���ä��Jbootstrap/compile/internal/gc.Regfree���ò��"".cleani���ˆ��"".clean���È��"".cleani���Þ��"".clean�����Jbootstrap/compile/internal/gc.Regfree���ž��"".cleani���´��"".cleani���È��$runtime.panicindex���Ö��$runtime.panicindex���ä��$runtime.panicindex���ò��$runtime.panicindex�������È�€�0Þ..++� �q�Tgclocals·3280bececceccd33cb74587feedb1f9f�Tgclocals·3280bececceccd33cb74587feedb1f9f���Z/tmp/go/src/cmd/compile/internal/arm/gsubr.goþ"".dotaddable�� ��ˆdH‹ %����HD$àH;Awè����ëåHì ���H‹Œ$¨���¶Yx€û5tƄ$¸����HÄ ���ÃH|$01Àè����HDŽ$€�������H\$0H‰ $Hƒû�„O��HÇÂ
���HÇÁ
���H‰œ$ˆ���H‰\$H‰”$���H‰T$H‰Œ$˜���H‰L$Hœ$€���H‰\$ è����H‹D$(H‹œ$€���1íH9ë„à���H‹¬$€���¶]{€û�„Ë���Hƒø…Á���H‹\$0Hƒû�Œ²���H����H‰$H‹œ$°���H‰\$Hƒ|$�„‚���H‹œ$€���H‰\$Hƒ|$�tdè����H‹œ$°���H‰$Hƒ<$�tCHƒ$0H‹œ$¨���H‹k0H‰l$è����H‹Œ$°���H‹AhH‹l$0HÅH‰ihƄ$¸���HÄ ���É%����봉%����듉%����érÿÿÿƄ$¸����HÄ ���Ééªþÿÿ
������*��0runtime.morestack_noctxt���–Ø� runtime.duffzero���â��Nbootstrap/compile/internal/gc.Dotoffset���ü��Ntype.bootstrap/compile/internal/gc.Node���ê��.runtime.writebarrierfat���Æ��.runtime.writebarrierptr���0À�� "".autotmp_0515��type.int�
"".nn�?Ptype.*bootstrap/compile/internal/gc.Node�"".oary�ßtype.[10]int64� "".~r2� type.bool�
"".n1�Ptype.*bootstrap/compile/internal/gc.Node�"".n��Ptype.*bootstrap/compile/internal/gc.Node�2"À ¿ÀË¿À-¿À�Ð�@ò*   _A>6  ��° �Tgclocals·bd51743682bd6c0f7b9f2e8e6dffed99�Tgclocals·29f0050a5ee7c2b9348a75428171d7de���Z/tmp/go/src/cmd/compile/internal/arm/gsubr.goþ"".sudoaddable��€��ædH‹ %����HD$¸H;Awè����ëåHìÈ���H‹Œ$Ø���H‹Y01íH9ëuƄ$è����HÄÈ���ÃH‹¼$à���Hƒÿ�„•��1Àè����¶ix@€ý5‡\��@€ý…¿��H‰ $HÇD$���è����¶\$€û�uƄ$è����HÄÈ���ÃH‹œ$Ø���H‰$è����H‹D$H=�}��}ÒH=�ƒÿÿ~ÊH‹„$Ð���H=Q ����H= ��Ð���H= ��…œ���H‹����HƒÃH‰����H‹����HÿËH-����HƒûslHiې���HÝH‹����H‰éHƒëH-����Hƒûs@Hiې���HÝÆAxrÆExrH‹œ$à���H‰$H‹œ$Ø���H‰\$è����Ƅ$è���HÄÈ���Ãè���� è���� H= ��„XÿÿÿH= ��„LÿÿÿƄ$è����HÄÈ���ÃH= ��„0ÿÿÿH= ��„$ÿÿÿH=Q ��„ÿÿÿëÊH=T ��&H=R ��„ÿÿÿH=S ��„öþÿÿH=T ��„êþÿÿëœH=U ��„ÜþÿÿH=V ��„ÐþÿÿH=W ��„Äþÿÿésÿÿÿ@€ý5…SþÿÿH‹����HƒÃH‰����H‹����HÿËH-����HƒûƒU��Hiې���HÝH‹����H‰êHƒëH-����Hƒûƒ%��Hiې���HÝH‰”$���ÆBxrÆExrHDŽ$˜�������H|$@1Àè����H\$@H‰ $Hƒû�„Ù��HÇÂ
���HÇÁ
���H‰œ$°���H‰\$H‰”$¸���H‰T$H‰Œ$À���H‰L$Hœ$˜���H‰\$ è����H‹D$(H‰D$0H‹œ$˜���1íH9ëuè����Ƅ$è����HÄÈ���ÃH‹¬$˜���¶]{€û�„Î���Hƒø…Ä���H‹\$@Hƒû�Œµ���H����H‰$è����H‹D$H����H‰$H‰„$ ���H‰D$H‹œ$˜���H‰\$Hƒ|$�tjè����H‹œ$ ���H‰$Hƒ$0H‹œ$Ø���H‹k0H‰l$è����H‹„$ ���H‹HhH‹l$@HÍH‰hhH‹œ$à���H‰$H‰D$è����Ƅ$è���HÄÈ���É%����ëH‹œ$���H‰$H����H‹-����Hƒý%ƒV��HëH‹+H‰l$HÇD$����è����H����H‰$è����H‹D$H����H‰$H‰„$¨���H‰D$H‹œ$���H‰\$Hƒ|$�„ê��è����H‹„$���H‹œ$¨���ÆCxH‹\$@Hƒû�Œ��H‹œ$˜���H‰$H‰D$è����H‹Œ$¨���H‹l$@H‰ihHÇÀ���H‹l$0H9èÏ���H\$@H‰D$8Hƒø
ƒ(��HÃH‹Hƒû�|>H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹Œ$¨���HÇ$W ��H‰L$H‹œ$���H‰\$è����H‹œ$���H‰$è����H‹Œ$¨���H‹D$8Hl$@Hƒø
ƒŠ���HlÅ�H‹m�HÿÅH÷ÝH‰ihHÿÀH‹l$0H9èŒ1ÿÿÿH‹œ$à���fÇ��H‹œ$à���ÆC�H‰ $Hƒ$0H‹œ$Ø���H‹k0H‰l$è����H‹œ$à���H‰$H‹œ$¨���H‰\$è����Ƅ$è���HÄÈ���Ãè���� è���� H‹œ$˜���H‰$H‰D$è����H‹œ$���H‰$è����H‹Œ$¨���H‹l$@HÿÅH÷ÝH‰ihéeþÿÿ‰%����é
þÿÿè���� ‰é üÿÿè���� è���� @€ý6„mûÿÿ@€ýC…¶ùÿÿƄ$è����HÄÈ���Éédùÿÿd
������*��0runtime.morestack_noctxt���´Ø� runtime.duffzero���ˆ��Jbootstrap/compile/internal/gc.Isconst���Þ��Rbootstrap/compile/internal/gc.(*Node).Int���î��"".cleani���„��"".cleani���’��"".cleani���¦��"".clean���Ô��"".cleani���ð��"".clean���Ü��Fbootstrap/compile/internal/gc.Naddr���†��$runtime.panicindex���”��$runtime.panicindex���„ ��"".cleani���š ��"".cleani���¨ ��"".cleani���¼ ��"".clean���ò ��"".cleani���Ž
��"".clean���† Ø� runtime.duffzero���º ��Nbootstrap/compile/internal/gc.Dotoffset���ö ��"".sudoclean���€��Ntype.bootstrap/compile/internal/gc.Node���’��"runtime.newobject���ª��Ntype.bootstrap/compile/internal/gc.Node���€��.runtime.writebarrierfat���Î��.runtime.writebarrierptr���ª��Fbootstrap/compile/internal/gc.Naddr���‚��Fbootstrap/compile/internal/gc.Types�����Dbootstrap/compile/internal/gc.Tptr���Ø��Lbootstrap/compile/internal/gc.Regalloc���æ��Ntype.bootstrap/compile/internal/gc.Node���ø��"runtime.newobject�����Ntype.bootstrap/compile/internal/gc.Node���î��.runtime.writebarrierfat���à��Dbootstrap/compile/internal/gc.Agen���ü��0go.string."can't happen"���Ú��Fbootstrap/compile/internal/gc.Fatal���¨��"".gins���Ê��Vbootstrap/compile/internal/gc.Cgen_checknil���º��.runtime.writebarrierptr���ö��Fbootstrap/compile/internal/gc.Naddr��� ��$runtime.panicindex���®��$runtime.panicindex���Þ��Dbootstrap/compile/internal/gc.Cgen���€��Vbootstrap/compile/internal/gc.Cgen_checknil���Ú��$runtime.panicindex���ö��$runtime.panicindex���„��$runtime.panicindex���@�� "".autotmp_0528��type.int�"".autotmp_0527��type.int64�"".autotmp_0526��type.int�"".autotmp_0525��type.int�"".autotmp_0524��type.int� "".&n1�?Ptype.*bootstrap/compile/internal/gc.Node� "".&n1�OPtype.*bootstrap/compile/internal/gc.Node�"".i�Ÿtype.int�"".o�¯type.int�"".oary�type.[10]int64�
"".nn�_Ptype.*bootstrap/compile/internal/gc.Node� "".reg�oPtype.*bootstrap/compile/internal/gc.Node� "".~r3�0type.bool�"".a� Btype.*bootstrap/internal/obj.Addr�"".n�Ptype.*bootstrap/compile/internal/gc.Node�
"".as��type.int�v""\ß5–Ù¥œ�€�â¬* 
´­  ! $$$4
%   d.G/ >S  !>"        
f
µ�>�ƒ™…UWKæ4>F�Tgclocals·cf97a2c316dc1bc9632901366ae7dcf2�Tgclocals·d8ffec8297a4c4e851177b7689c42183���Z/tmp/go/src/cmd/compile/internal/arm/gsubr.goþ"".peep�� ��ˆdH‹ %����H;awè����ëêHƒì@H‹\$HH‰$HÇD$����è����H‹\$H‰\$8H‹\$81íH9ëuHƒÄ@ÃÇ��������H‹����Hƒû�t=H‹����Hƒû�t0H����H,$H‰ïH‰ÞH¥H¥H‹\$8H‹+H‰l$HÇD$����è����HÇD$ ����H‹\$8H‹31íH9î„[��H‹H·©ð���fýQ ì��fýH »��fý8 …•��H‰ÈHƒù�„��HƒÀH·fƒû …h��H·Xfû� Œ<��H·Xfû ,��HÇÀ���<�„Ò���H·YH·ihf9ë…¿���H‰ÈHƒÀH·Xfû Œì��H·Xfû Ü��HÇÀ���H‰ÂH‰ÈHƒù�„¾��HƒÀhH·Xfû Œ£��H·Xfû “��HÇÀ���8ÂuR¶™ú���€û�uFH‹\$8H‰$H‰t$(H‰t$è����H‹L$(¶\$€û�„ò��H‰ $è����H‹t$(H‹\$ HÿÃH‰\$ H‹v01íH9î…¥þÿÿH‹\$ Hƒû�…0þÿÿH‹\$8H‹ 1íH9étyH‹H·¨ð���fý u\H‰ÂHƒÂH·fƒû„w��1Ҁú�t@H‹X Hƒûÿu6fǀð���! fÇ@ �H·˜ò���fƒû�„7��H·¨ò���f‰hfǀò�����H‹I01íH9éu‡H‹\$8H‹1íH9êtqH‹H·¨ð���fýR ×���fýQ …¼���H·XfƒûuaH‹X Hƒû�uWH‹\$8H‰$H‰T$0H‰T$H‰D$Hƒ|$�t.HƒD$è����H‹T$0H‹R01íH9êuH‹\$8H‰$è����HƒÄ@É%����ëÉH·XhfƒûuÎH‹XxHƒû�uÄH‹\$8H‰$H‰T$0H‰T$H‰D$Hƒ|$�tHƒD$hè����H‹T$0뒉%����ëåfýR „9ÿÿÿéyÿÿÿfýS „)ÿÿÿfýW „ÿÿÿé^ÿÿÿH·hjf‰héÇþÿÿHÇÂ���éþÿÿH‰ $è����H‹t$(¶\$€û�tBH‹\$8H‰$H‰t$è����H‹t$(¶\$€û�t H‰4$è����H‹t$(H‹\$ HÿÃH‰\$ éÏýÿÿéÊýÿÿ1Àémýÿÿ‰é;ýÿÿ1Àé$ýÿÿH·Xfû |H·Xfû Ž¸üÿÿ1Àé¸üÿÿ‰éxüÿÿfý9 „`üÿÿfýH „uýÿÿépýÿÿfýI „eýÿÿfýJ „ZýÿÿfýQ „/üÿÿéJýÿÿfýT afýR uCH·Yfƒû …-ýÿÿH‰t$(H‰4$è����H‹t$(¶\$€û�tH‹\$ HÿÃH‰\$ éþüÿÿéùüÿÿfýS t¶fýT „ÇûÿÿéâüÿÿfýU tŸfýV t˜fýW „©ûÿÿéÄüÿÿ"
������ ��0runtime.morestack_noctxt���Z��Nbootstrap/compile/internal/gc.Flowstart���œ�"".gactive���²€
�Fbootstrap/compile/internal/gc.Debug���Ìà�Fbootstrap/compile/internal/gc.Debug���æ��"go.string."loop1"���¸��Hbootstrap/compile/internal/gc.Dumpit���¬��"".copyprop���ä��"".excise���´ ��"".xtramodes���ð ��Jbootstrap/compile/internal/gc.Flowend���Œ��"".xtramodes���È��"".subprop���Œ��"".copyprop���¼��"".excise���Ê��"".shortprop���€��"".autotmp_0554��type.int16�"".autotmp_0553��type.bool�"".autotmp_0552��Btype.*bootstrap/internal/obj.Addr�"".autotmp_0551��type.int16�"".autotmp_0549��Btype.*bootstrap/internal/obj.Addr�"".autotmp_0547��Btype.*bootstrap/internal/obj.Addr�"".autotmp_0543��type.int�"".autotmp_0542��type.bool�"".autotmp_0541��type.int�"".autotmp_0539��type.bool�"".r�Ptype.*bootstrap/compile/internal/gc.Flow�"".t�?type.int�"".r�/Ptype.*bootstrap/compile/internal/gc.Flow�"".g�Rtype.*bootstrap/compile/internal/gc.Graph�"".firstp��Btype.*bootstrap/internal/obj.Prog�$€1€ô€�Ð
�¸X! 
0 $ N€ + 3v&    ( 0 ®Ÿ 0      O: ?
,*  'P Y
T+ 'T+ '�(�,oºÄN^í�Tgclocals·fbd5b7009fdd3864023723132632a4f4�Tgclocals·902fbd1cf22e50be110ac0b145dd9951���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".regtyp�� ��˜H‹D$H·fƒû u6H·Xfû� |H·Xfû ÆD$ÃH·Xfû | H·Xfû ~âÆD$�ëà� ��� "".~r1�type.bool�"".a��Btype.*bootstrap/internal/obj.Addr�P�P� ÒK��Tgclocals·06cab038d51064a089bda21fa03e00f7�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".subprop�� +��ž+dH‹ %����HD$˜H;Awè����ëåHìè���H‹”$ð���H‹H‰ÁHƒø�„Ž
��HƒÀH‰D$HH·fƒû …p
��H·Xfû� ŒD
��H·Xfû 4
��HÇÀ���<�uƄ$ø����HÄè���ÃH‰ÈHƒù�„
��HƒÀhH‰D$@H·fƒû …ç ��H·Xfû� Œ» ��H·Xfû « ��HÇÀ���<�uƄ$ø����HÄè���ÃH‹B1íH9è…k ��H‹B1íH9è„U ��H‹X1íH9ë…F ��H‰Â1íH9êt#H‹B 1íH9è… ��H‹B(1íH9èu1À1íH9èuƄ$ø����HÄè���ÃH‰T$PH‹H·˜ð���fƒû„>��H·˜ð���fƒû„,��‹˜���ã�� �ƒû�tƄ$ø����HÄè���ÃH‰D$XH‰$è����H‹t$@H‹T$HH‹D$X‹˜���ã� ��ƒû�t;H·Xhfƒû u0‹¨���Í���‰¨���‹¨���åÿ_ÿÿ‰¨���H·hjf‰¨ò���H·¨ð���fý! uƄ$ø����HÄè���Ãfý] téfýc t⋘���ã�€�û���…��H·XhH·*f9ë…ñ��H·XjH·jf9ë…Þ��¶˜ú���€û�…Î��H‰$Hƒ<$�„³��Hƒ$hH‰T$H‰t$HÇD$���è����H‹����Hƒû�„H��H‹����H‰$H‹\$HH‰\$è����H‹\$H‰œ$���H‹\$H‰œ$˜���H‹����H‰$H‹\$@H‰\$è����H‹\$H‰œ$€���H‹\$H‰œ$ˆ���H¼$¸���1Àè����Hœ$¸���Hƒû�„õ��HÇÂ���HÇÁ���H‰œ$ ���H‰”$¨���H‰Œ$°���H����H‰$Hœ$���H‰\$è����H‹L$H‹D$H‹œ$ ���H‰$H‰L$`H‰L$H‰D$hH‰D$è����H����H‰$Hœ$€���H‰\$è����H‹L$H‹D$H‹œ$ ���HƒÃH‰$H‰L$`H‰L$H‰D$hH‰D$è����H‹œ$ ���HƒÃ H‰$H‹\$PH‹+H ����H‰L$`H‰L$H‰l$hH‰l$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$ ���H‰\$H‹œ$¨���H‰\$H‹œ$°���H‰\$ è����H‹l$XH·]L‹D$@I·(f9ëu6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$PH‹A 1íH9è… ��H‹A(1íH9èu1ÀH‹¬$ð���H9脦��H‰D$PH‹(H‰l$XH‰,$Hƒ<$�„Æ��Hƒ$H‹\$HH‰\$H‹\$@H‰\$HÇD$���è����H‹\$XH‰$H‹\$HH‰\$H‹\$@H‰\$HÇD$���è����H‹\$XH‰$Hƒ<$�„T��Hƒ$hH‹\$HH‰\$H‹\$@H‰\$HÇD$���è����H‹����Hƒû�„¶���H\$pHÇ����HÇC����H\$pHƒû�„ò��HÇÁ���HÇÂ���H‰Œ$¨���H‰”$°���H‰œ$ ���H‰$H‹\$PH‹+H ����H‰L$`H‰L$H‰l$hH‰l$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$ ���H‰\$H‹œ$¨���H‰\$H‹œ$°���H‰\$ è����H‹L$PH‹A 1íH9è…5��H‹A(1íH9è…\þÿÿ1ÀH‹¬$ð���H9è…ZþÿÿH‹\$HH¿kH‹\$HH‰éHƒû�„ð���L‹D$@I·hf‰kH‹\$@f‰KH‹����Hƒû�„±���H\$pHÇ����HÇC����H\$pHƒû�„ž���HÇÂ���HÇÅ���H‰”$¨���H‰¬$°���H‰œ$ ���H‰$H‹(H ����H‰L$`H‰L$H‰l$hH‰l$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$ ���H‰\$H‹œ$¨���H‰\$H‹œ$°���H‰\$ è����Ƅ$ø���HÄè���Éé[ÿÿÿ‰é ÿÿÿH‹Y(1íH9ë„'ýÿÿ1Àé ýÿÿ‰éþÿÿ‰%����é ýÿÿ‰%����é.ýÿÿH‹Y(1íH9ë„òüÿÿ1Àéëüÿÿ‰éûÿÿ‰%����éAúÿÿH‰$Hƒ<$�„Ú��Hƒ$H‰t$è����H‹t$XH‹T$@¶\$€û�…}��H‰ñH‰ÐH·fƒû …z��H·Xfƒû�…k��1À<�…P��H‰4$Hƒ<$�„F��Hƒ$hH‰T$è����¶\$€û�…$��H‹\$XH‰$Hƒ<$�„��Hƒ$H‹\$HH‰\$H‹\$@H‰\$HÇD$����è����H‹\$ Hƒû�…½���H‹\$XH‰$H‹\$HH‰\$H‹\$@H‰\$HÇD$����è����H‹\$ Hƒû�…ƒ���H‹\$XH‰$Hƒ<$�txHƒ$hH‹\$HH‰\$H‹\$@H‰\$HÇD$����è����H‹T$PH‹\$ Hƒû�u<H‹B1íH9èu"H‹B1íH9ètH‹X1íH9ëuH‰ÂéE÷ÿÿ1ÀëôH‹Z1íH9ëté1ÀëåéW÷ÿÿ‰%����é|ÿÿÿ‰%����éðþÿÿé:÷ÿÿ‰%����é®þÿÿH·™ò���H·hf9ët1Àé~þÿÿHÇÀ���érþÿÿ‰%����éþÿÿH‹Z(1íH9ë„çöÿÿ1Àéàöÿÿ1Àé³öÿÿH‹Z1íH9네öÿÿ1ÀéöÿÿH·Xfû |H·Xfû Ž9öÿÿ1Àé9öÿÿ‰éôõÿÿH·Xfû |H·Xfû Ž°õÿÿ1Àé°õÿÿ‰�ékõÿÿT
������*��0runtime.morestack_noctxt���Ø��"".proginfo���Ú
��"".copysub���è
€
�Fbootstrap/compile/internal/gc.Debug���Š ��Dbootstrap/compile/internal/gc.Ctxt���° ��Hbootstrap/internal/obj.(*Link).Dconv���ò ��Dbootstrap/compile/internal/gc.Ctxt���˜ ��Hbootstrap/internal/obj.(*Link).Dconv���ê è� runtime.duffzero���è ��type.string���”��runtime.convT2E���ò��2runtime.writebarrieriface���€��type.string���¬��runtime.convT2E���’��2runtime.writebarrieriface���Ð��Btype.*bootstrap/internal/obj.Prog���‚��2runtime.writebarrieriface�����:go.string."gotit: %v->%v\n%v"���„��fmt.Printf���Â��&go.string." excise"��� ��fmt.Printf���®��go.string."\n"���Œ��fmt.Printf���ö��"".copysub���Ì��"".copysub1���Â��"".copysub���Ѐ
�Fbootstrap/compile/internal/gc.Debug���œ��Btype.*bootstrap/internal/obj.Prog���Î��2runtime.writebarrieriface���Ü�� go.string."%v\n"���Ð��fmt.Printf���°€
�Fbootstrap/compile/internal/gc.Debug���ò��Btype.*bootstrap/internal/obj.Prog���¤��2runtime.writebarrieriface���²��*go.string."%v last\n"���¦��fmt.Printf���Ú!��"".copyau��� #��"".copyau���²$��"".copysub���¦%��"".copysub1���²&��"".copysub��� Ð��,"".autotmp_0577��*type.*[1]interface {}�"".autotmp_0576��&type.[]interface {}�"".autotmp_0574��&type.[]interface {}�"".autotmp_0573��"type.interface {}�"".autotmp_0572�"type.interface {}�"".autotmp_0570�&type.[]interface {}�"".autotmp_0568��type.bool�"".autotmp_0565��type.int�"".autotmp_0564��type.int�"".autotmp_0562��type.bool�"".autotmp_0561��(type.[1]interface {}�"".autotmp_0560�ï(type.[1]interface {}�"".autotmp_0559�Ïtype.string�"".autotmp_0558�¯type.string�"".autotmp_0557�_(type.[3]interface {}�"".autotmp_0556��type.uint32�"".r�¯Ptype.*bootstrap/compile/internal/gc.Flow�
"".v2�ÏBtype.*bootstrap/internal/obj.Addr�
"".v1�¿Btype.*bootstrap/internal/obj.Addr�"".p�ŸBtype.*bootstrap/internal/obj.Prog� "".~r1�type.bool�
"".r0��Ptype.*bootstrap/compile/internal/gc.Flow�Z"ÐiÏÐ^ÏÐiÏÐLÏЇÏм ÏÐé�Ð�¶ö*>>7#Œ…$ ,Ä662;+;¶ 6
 ±     >Ëƒ<Ž 
={##�L�«à~øN«f†AêAš¬¸�Tgclocals·a89e82532b08703817da6ad245f4f6c1�Tgclocals·94577bc6671f72795ab5c76cfa6c87bb���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".copyprop��€��âdH‹ %����H;awè����ëêHƒì8H‹\$HH‹H‰ÁHƒø�tHƒÁHƒÀhH‰L$0H‰ $H‰D$(H‰D$è����¶\$€û�t
ÆD$PHƒÄ8Ë����ÿÉ����H‹\$0H‰$H‹\$(H‰\$H‹\$HH‹k H‰l$HÇD$����è����¶\$ ˆ\$PHƒÄ8É�ézÿÿÿ
������ ��0runtime.morestack_noctxt���Ž��"".copyas���Â��"".gactive���Ò��"".gactive���°��"".copy1���0p�� "".autotmp_0596��type.bool�
"".v2�Btype.*bootstrap/internal/obj.Addr�
"".v1�Btype.*bootstrap/internal/obj.Addr� "".~r2� type.bool�
"".r0�Ptype.*bootstrap/compile/internal/gc.Flow�"".g��Rtype.*bootstrap/compile/internal/gc.Graph�pDopJop�À�(¶ "
= ��FQ)�Tgclocals·bd51743682bd6c0f7b9f2e8e6dffed99�Tgclocals·b6d8126175c6d45931aea4006676e7c9���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".copy1��ÀD��®DdH‹ %����HD$€H;Awè����ëåHì���H‹„$��‹X8‹-����9ëuSH‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����Ƅ$(��HÄ���Ë-����‰h8H‹����Hƒû�„î��H‹����H‰$H‹œ$��H‰\$è����H‹\$H‰œ$ˆ���H‹\$H‰œ$���H‹����H‰$H‹œ$��H‰\$è����H‹\$H‰\$xH‹\$H‰œ$€���H‹œ$ ��H‰\$HH¼$Ð���1Àè����Hœ$Ð���Hƒû�„Ó��HÇÂ���HÇÁ���H‰œ$˜���H‰”$ ���H‰Œ$¨���H����H‰$Hœ$ˆ���H‰\$è����H‹L$H‹D$H‹œ$˜���H‰$H‰L$XH‰L$H‰D$`H‰D$è����H����H‰$H\$xH‰\$è����H‹L$H‹D$H‹œ$˜���HƒÃH‰$H‰L$XH‰L$H‰D$`H‰D$è����H����H‰$H\$HH‰\$è����H‹L$H‹D$H‹œ$˜���HƒÃ H‰$H‰L$XH‰L$H‰D$`H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$˜���H‰\$H‹œ$ ���H‰\$H‹œ$¨���H‰\$ è����H‹„$��1íH9è„
��H‰„$��H‹(H‰l$PH‹����Hƒû�„»���H‹D$PH\$hHÇ����HÇC����H\$hHƒû�„#��HÇÂ���HÇÅ���H‰”$ ���H‰¬$¨���H‰œ$˜���H‰$H ����H‰L$XH‰L$H‰D$`H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$˜���H‰\$H‹œ$ ���H‰\$H‹œ$¨���H‰\$ è����H‹„$��H‹œ$ ��Hƒû�…3��H‰ÁH‹@1íH9è…V ��H‹A1íH9è„@ ��H‹X1íH9ë…1 ��1íH9è…ø���HÇÀ���H‰„$ ��H‹����Hƒû�„Ø���H‰D$HH\$hHÇ����HÇC����H\$hHƒû�„× ��HÇÁ���HÇÂ���H‰œ$˜���H‰Œ$ ���H‰”$¨���H����H‰$H\$HH‰\$è����H‹L$H‹D$H‹œ$˜���H‰$H‰L$XH‰L$H‰D$`H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$˜���H‰\$H‹œ$ ���H‰\$H‹œ$¨���H‰\$ è����H‹\$PH‰$H‹œ$��H‰\$HÇD$����è����H‹L$H‰L$@Hƒù¡
��Hƒù…X ��H‹œ$ ��Hƒû�„��H‹����Hƒû�uƄ$(���HÄ���ÃHƒù…|��H‹����H‰$H‹œ$��H‰\$è����H‹\$H‰œ$ˆ���H‹\$H‰œ$���H‹œ$ ��H‰\$HH¼$°���1Àè����Hœ$°���Hƒû�„��HÇÁ���HÇÂ���H‰œ$˜���H‰Œ$ ���H‰”$¨���H����H‰$Hœ$ˆ���H‰\$è����H‹L$H‹D$H‹œ$˜���H‰$H‰L$XH‰L$H‰D$`H‰D$è����H����H‰$H\$HH‰\$è����H‹L$H‹D$H‹œ$˜���HƒÃH‰$H‰L$XH‰L$H‰D$`H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$˜���H‰\$H‹œ$ ���H‰\$H‹œ$¨���H‰\$ è����Ƅ$(���HÄ���ÉééþÿÿH‹����H‰$H‹œ$��H‰\$è����H‹\$H‰œ$ˆ���H‹\$H‰œ$���H‹œ$ ��H‰\$HH¼$°���1Àè����Hœ$°���Hƒû�„��HÇÁ���HÇÂ���H‰œ$˜���H‰Œ$ ���H‰”$¨���H����H‰$Hœ$ˆ���H‰\$è����H‹L$H‹D$H‹œ$˜���H‰$H‰L$XH‰L$H‰D$`H‰D$è����H����H‰$H\$HH‰\$è����H‹L$H‹D$H‹œ$˜���HƒÃH‰$H‰L$XH‰L$H‰D$`H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$˜���H‰\$H‹œ$ ���H‰\$H‹œ$¨���H‰\$ è����éþÿÿ‰éôþÿÿH‹\$PH‰$H‹œ$��H‰\$H‹œ$��H‰\$è����H‹\$Hƒû�tSH‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����Ƅ$(���HÄ���ÃH‹����Hƒû�„Œ��H‹����H‰$H‹œ$��H‰\$è����H‹\$H‰œ$ˆ���H‹\$H‰œ$���H‹����H‰$H‹œ$��H‰\$è����H‹\$H‰\$xH‹\$H‰œ$€���H¼$°���1Àè����Hœ$°���Hƒû�„��HÇÂ���HÇÁ���H‰œ$˜���H‰”$ ���H‰Œ$¨���H����H‰$Hœ$ˆ���H‰\$è����H‹L$H‹D$H‹œ$˜���H‰$H‰L$XH‰L$H‰D$`H‰D$è����H����H‰$H\$xH‰\$è����H‹L$H‹D$H‹œ$˜���HƒÃH‰$H‰L$XH‰L$H‰D$`H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$˜���H‰\$H‹œ$ ���H‰\$H‹œ$¨���H‰\$ è����H‹\$@Hƒû…5��H‹����Hƒû�„ ��H‹����H‰$H‹œ$��H‰\$è����H‹\$H‰œ$ˆ���H‹\$H‰œ$���H\$hHÇ����HÇC����H\$hHƒû�„Ã���HÇÂ���HÇÁ���H‰œ$˜���H‰”$ ���H‰Œ$¨���H����H‰$Hœ$ˆ���H‰\$è����H‹L$H‹D$H‹œ$˜���H‰$H‰L$XH‰L$H‰D$`H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$˜���H‰\$H‹œ$ ���H‰\$H‹œ$¨���H‰\$ è����Ƅ$(��HÄ���Éé6ÿÿÿH‹œ$ ��Hƒû�uUH‹\$PH‰$H‹œ$��H‰\$HÇD$����è����H‹D$H‹œ$ ��Hƒû�uHƒø„ç���Hƒø„Ý���Hƒø„Ó���H‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹¬$��H‹](1íH9ëtVH‹œ$��H‰$H‹œ$��H‰\$H‹œ$��H‹k(H‰l$H‹œ$ ��H‰\$è����¶\$ €û�uƄ$(���HÄ���ÃH‹œ$��H‹C 1íH9è…êõÿÿƄ$(��HÄ���ÃHDŽ$ �����H‹����Hƒû�„ÿÿÿH‹����H‰$H‹œ$��H‰\$è����H‹\$H‰œ$ˆ���H‹\$H‰œ$���H‹œ$ ��H‰\$HH¼$°���1Àè����Hœ$°���Hƒû�„��HÇÂ���HÇÁ���H‰œ$˜���H‰”$ ���H‰Œ$¨���H����H‰$Hœ$ˆ���H‰\$è����H‹L$H‹D$H‹œ$˜���H‰$H‰L$XH‰L$H‰D$`H‰D$è����H����H‰$H\$HH‰\$è����H‹L$H‹D$H‹œ$˜���HƒÃH‰$H‰L$XH‰L$H‰D$`H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$˜���H‰\$H‹œ$ ���H‰\$H‹œ$¨���H‰\$ è����é¦ýÿÿ‰éôþÿÿ‰éñúÿÿHƒù…+ýÿÿH‹����Hƒû�„ ��H‹����H‰$H‹œ$��H‰\$è����H‹\$H‰œ$ˆ���H‹\$H‰œ$���H\$hHÇ����HÇC����H\$hHƒû�„Ã���HÇÁ���HÇÂ���H‰œ$˜���H‰Œ$ ���H‰”$¨���H����H‰$Hœ$ˆ���H‰\$è����H‹L$H‹D$H‹œ$˜���H‰$H‰L$XH‰L$H‰D$`H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$˜���H‰\$H‹œ$ ���H‰\$H‹œ$¨���H‰\$ è����Ƅ$(���HÄ���Éé6ÿÿÿHƒù…5��H‹����Hƒû�„ ��H‹����H‰$H‹œ$��H‰\$è����H‹\$H‰œ$ˆ���H‹\$H‰œ$���H\$hHÇ����HÇC����H\$hHƒû�„Ã���HÇÁ���HÇÂ���H‰œ$˜���H‰Œ$ ���H‰”$¨���H����H‰$Hœ$ˆ���H‰\$è����H‹L$H‹D$H‹œ$˜���H‰$H‰L$XH‰L$H‰D$`H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$˜���H‰\$H‹œ$ ���H‰\$H‹œ$¨���H‰\$ è����Ƅ$(��HÄ���Éé6ÿÿÿHƒù„ ôÿÿé¨úÿÿ‰é"óÿÿ1ÀéÈòÿÿH‹Y1íH9넹òÿÿ1Àé²òÿÿ‰éÖñÿÿ‰é&ðÿÿì
������*��0runtime.morestack_noctxt���^��"".gactive���t€
�Fbootstrap/compile/internal/gc.Debug���Ž��>go.string."act set; return 1\n"���ì��fmt.Printf���˜��"".gactive���¬€
�Fbootstrap/compile/internal/gc.Debug���Î��Dbootstrap/compile/internal/gc.Ctxt���ú��Hbootstrap/internal/obj.(*Link).Dconv���¼��Dbootstrap/compile/internal/gc.Ctxt���è��Hbootstrap/internal/obj.(*Link).Dconv���Îè� runtime.duffzero���Ì��type.string���ø��runtime.convT2E���Ö��2runtime.writebarrieriface���ä��type.string���Š��runtime.convT2E���ð��2runtime.writebarrieriface���þ��type.int���¤��runtime.convT2E���Š ��2runtime.writebarrieriface���˜ ��<go.string."copy %v->%v f=%d\n"���Œ
��fmt.Printf���à
€
�Fbootstrap/compile/internal/gc.Debug���¦ ��Btype.*bootstrap/internal/obj.Prog���Ø ��2runtime.writebarrieriface���æ ��go.string."%v"���Ú ��fmt.Printf���°€
�Fbootstrap/compile/internal/gc.Debug���î��type.int���”��runtime.convT2E���ò��2runtime.writebarrieriface���€��2go.string."; merge; f=%d"���ô��fmt.Printf���¼��"".copyu���ª€
�Fbootstrap/compile/internal/gc.Debug���ø��Dbootstrap/compile/internal/gc.Ctxt���¤��Hbootstrap/internal/obj.(*Link).Dconv���ð� runtime.duffzero���Ž��type.string���º��runtime.convT2E���˜��2runtime.writebarrieriface���¦��type.int���Ì��runtime.convT2E���²��2runtime.writebarrieriface���À��Zgo.string."; %vused+set and f=%d; return 0\n"���´��fmt.Printf���ð��Dbootstrap/compile/internal/gc.Ctxt���œ��Hbootstrap/internal/obj.(*Link).Dconv���ˆð� runtime.duffzero���†��type.string���²��runtime.convT2E�����2runtime.writebarrieriface���ž��type.int���Ä��runtime.convT2E���ª��2runtime.writebarrieriface���¸��Rgo.string."; %vused and f=%d; return 0\n"���¬ ��fmt.Printf���”!��"".copyu���¸!€
�Fbootstrap/compile/internal/gc.Debug���Ò!��Dgo.string."; sub fail; return 0\n"���°"��fmt.Printf���Þ"€
�Fbootstrap/compile/internal/gc.Debug���€#��Dbootstrap/compile/internal/gc.Ctxt���¬#��Hbootstrap/internal/obj.(*Link).Dconv���î#��Dbootstrap/compile/internal/gc.Ctxt���š$��Hbootstrap/internal/obj.(*Link).Dconv���æ$ð� runtime.duffzero���ä%��type.string���&��runtime.convT2E���î&��2runtime.writebarrieriface���ü&��type.string���¢'��runtime.convT2E���ˆ(��2runtime.writebarrieriface���–(��,go.string."; sub%v/%v"���Š)��fmt.Printf���¶)€
�Fbootstrap/compile/internal/gc.Debug���Ø)��Dbootstrap/compile/internal/gc.Ctxt���„*��Hbootstrap/internal/obj.(*Link).Dconv���Ø+��type.string���„,��runtime.convT2E���â,��2runtime.writebarrieriface���ð,��Hgo.string."; %vused+set; return 1\n"���ä-��fmt.Printf���ö.��"".copyu���æ/€
�Fbootstrap/compile/internal/gc.Debug���€0��go.string."\n"���Þ0��fmt.Printf���ü1��"".copy1���¤3€
�Fbootstrap/compile/internal/gc.Debug���Æ3��Dbootstrap/compile/internal/gc.Ctxt���ò3��Hbootstrap/internal/obj.(*Link).Dconv���Þ4ð� runtime.duffzero���Ü5��type.string���ˆ6��runtime.convT2E���æ6��2runtime.writebarrieriface���ô6��type.int���š7��runtime.convT2E���€8��2runtime.writebarrieriface���Ž8��@go.string."; %vset and !f; f=%d"���‚9��fmt.Printf���Ê9€
�Fbootstrap/compile/internal/gc.Debug���ì9��Dbootstrap/compile/internal/gc.Ctxt���˜:��Hbootstrap/internal/obj.(*Link).Dconv���ì;��type.string���˜<��runtime.convT2E���ö<��2runtime.writebarrieriface���„=��>go.string."; %vrar; return 0\n"���ø=��fmt.Printf���È>€
�Fbootstrap/compile/internal/gc.Debug���ê>��Dbootstrap/compile/internal/gc.Ctxt���–?��Hbootstrap/internal/obj.(*Link).Dconv���ê@��type.string���–A��runtime.convT2E���ôA��2runtime.writebarrieriface���‚B��>go.string."; %vset; return 1\n"���öB��fmt.Printf���P€��ˆ"".autotmp_0662��"type.interface {}�"".autotmp_0661��"type.interface {}�"".autotmp_0660��*type.*[2]interface {}�"".autotmp_0659��&type.[]interface {}�"".autotmp_0658��"type.interface {}�"".autotmp_0657��*type.*[1]interface {}�"".autotmp_0656��&type.[]interface {}�"".autotmp_0655��"type.interface {}�"".autotmp_0654��"type.interface {}�"".autotmp_0653��*type.*[2]interface {}�"".autotmp_0652��&type.[]interface {}�"".autotmp_0651��"type.interface {}�"".autotmp_0650��"type.interface {}�"".autotmp_0649��*type.*[2]interface {}�"".autotmp_0648��&type.[]interface {}�"".autotmp_0647��"type.interface {}�"".autotmp_0646��"type.interface {}�"".autotmp_0644��&type.[]interface {}�"".autotmp_0643��"type.interface {}�"".autotmp_0642��*type.*[1]interface {}�"".autotmp_0641��&type.[]interface {}�"".autotmp_0640��"type.interface {}�"".autotmp_0639��*type.*[1]interface {}�"".autotmp_0638��&type.[]interface {}�"".autotmp_0637��type.int�"".autotmp_0636��"type.interface {}�"".autotmp_0635��*type.*[1]interface {}�"".autotmp_0634��&type.[]interface {}�"".autotmp_0632��&type.[]interface {}�"".autotmp_0631��"type.interface {}�"".autotmp_0630��"type.interface {}�"".autotmp_0629�Ï"type.interface {}�"".autotmp_0627�Ï&type.[]interface {}�"".autotmp_0625��type.int�"".autotmp_0624��type.string�"".autotmp_0623��(type.[2]interface {}�"".autotmp_0622��type.int�"".autotmp_0621��type.string�"".autotmp_0620��(type.[1]interface {}�"".autotmp_0619��type.string�"".autotmp_0618��type.string�"".autotmp_0617��(type.[2]interface {}�"".autotmp_0616��type.int�"".autotmp_0615��type.int�"".autotmp_0614��type.string�"".autotmp_0613��(type.[2]interface {}�"".autotmp_0612��type.int�"".autotmp_0611��type.string�"".autotmp_0610�Ÿ(type.[2]interface {}�"".autotmp_0609��type.string�"".autotmp_0608��(type.[1]interface {}�"".autotmp_0607��type.string�"".autotmp_0606��(type.[1]interface {}�"".autotmp_0605��type.int�"".autotmp_0604��type.int�"".autotmp_0603��(type.[1]interface {}�"".autotmp_0601�¯(type.[1]interface {}�"".autotmp_0600�ïtype.int�"".autotmp_0599�type.string�"".autotmp_0598�ïtype.string�"".autotmp_0597�_(type.[3]interface {}�"".p�ßBtype.*bootstrap/internal/obj.Prog�"".t�ÿtype.int� "".~r4�@type.bool�"".f�0type.int�"".r� Ptype.*bootstrap/compile/internal/gc.Flow�
"".v2�Btype.*bootstrap/internal/obj.Addr�
"".v1��Btype.*bootstrap/internal/obj.Addr�†"€gÿ€¤ ÿ€þÿ€ýÿ€Ùÿ€•ÿ€&ÿ€Ìÿ€¾ÿ€Q� "�¼Ì*  6 î »MØ)
 
åå
3 6Œ ), 6F‘œ! å
 C


>c �¦�u~ˆŠ¦AÝp$t ‹½4‹½4N > 7
{½=€pIɽK€pO€pf�Tgclocals·2c9c15e249b87392a90db44af1ebeb56�Tgclocals·ea20fa0aa3433519b80e22628dbc8123���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".constprop�� ��ŒdH‹ %����HD$ÀH;Awè����ëåHìÀ���H‹„$Ø���H‹����Hƒû�„‹��H‹����H‰$H‹œ$È���H‰\$è����H‹\$H‰\$xH‹\$H‰œ$€���H‹����H‰$H‹œ$Ð���H‰\$è����H‹\$H‰\$hH‹\$H‰\$pH¼$ ���1Àè����Hœ$ ���Hƒû�„þ��HÇÂ���HÇÁ���H‰œ$ˆ���H‰”$���H‰Œ$˜���H����H‰$H\$xH‰\$è����H‹L$H‹D$H‹œ$ˆ���H‰$H‰L$HH‰L$H‰D$PH‰D$è����H����H‰$H\$hH‰\$è����H‹L$H‹D$H‹œ$ˆ���HƒÃH‰$H‰L$HH‰L$H‰D$PH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����H‹„$Ø���1íH9è„1��H‰„$Ø���H‹H‹����Hƒû�„Ã���H‰T$@H‰ÐH\$XHÇ����HÇC����H\$XHƒû�„ ��HÇÂ���HÇÅ���H‰”$���H‰¬$˜���H‰œ$ˆ���H‰$H ����H‰L$HH‰L$H‰D$PH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����H‹„$Ø���H‹T$@H‰ÁH‹@1íH9è…à��H‹A1íH9è„Ê��H‹X1íH9ë…»��1íH9èuKH‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����HÄÀ���ÃH·šð���fûW …ð��H‰T$@H‰$Hƒ<$�„6��Hƒ$H‹œ$È���H‰\$è����H‹T$@¶\$€û�„²��H‹����Hƒû�„’��H‹����H‰$H‰T$Hƒ|$�„y��HƒD$è����H‹\$H‰\$xH‹\$H‰œ$€���H‹����H‰$H‹œ$Ð���H‰\$è����H‹\$H‰\$hH‹\$H‰\$pH¼$ ���1Àè����Hœ$ ���Hƒû�„þ��HÇÁ���HÇÂ���H‰œ$ˆ���H‰Œ$���H‰”$˜���H����H‰$H\$xH‰\$è����H‹L$H‹D$H‹œ$ˆ���H‰$H‰L$HH‰L$H‰D$PH‰D$è����H����H‰$H\$hH‰\$è����H‹L$H‹D$H‹œ$ˆ���HƒÃH‰$H‰L$HH‰L$H‰D$PH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����H‹T$@H����H‰$H‰T$Hƒ|$�„Ô���HƒD$H‹œ$Ð���H‰\$Hƒ|$�„©���è����H‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹¬$Ø���H‹](1íH9ët/H‹œ$È���H‰$H‹œ$Ð���H‰\$H‹œ$Ø���H‹k(H‰l$è����H‹œ$Ø���H‹C 1íH9è…ÏûÿÿHÄÀ���É%����éKÿÿÿ‰%����é ÿÿÿ‰éûýÿÿ‰%����é{ýÿÿH‰$H‹œ$Ð���H‰\$HÇD$����è����H‹\$HƒûŽ'��H‹����Hƒû�„��H‹����H‰$H‹œ$Ð���H‰\$è����H‹\$H‰\$xH‹\$H‰œ$€���H\$XHÇ����HÇC����H\$XHƒû�„¸���HÇÂ���HÇÁ���H‰œ$ˆ���H‰”$���H‰Œ$˜���H����H‰$H\$xH‰\$è����H‹L$H‹D$H‹œ$ˆ���H‰$H‰L$HH‰L$H‰D$PH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����HÄÀ���ÉéAÿÿÿé×ýÿÿ‰%����é¾ûÿÿ1Àé>ûÿÿH‹Y1íH9ë„/ûÿÿ1Àé(ûÿÿ‰éYúÿÿ‰éûøÿÿl
������*��0runtime.morestack_noctxt���Z€
�Fbootstrap/compile/internal/gc.Debug���|��Dbootstrap/compile/internal/gc.Ctxt���¨��Hbootstrap/internal/obj.(*Link).Dconv���ä��Dbootstrap/compile/internal/gc.Ctxt�����Hbootstrap/internal/obj.(*Link).Dconv���Öð� runtime.duffzero���Ô��type.string���ú��runtime.convT2E���Ø��2runtime.writebarrieriface���æ��type.string���Œ��runtime.convT2E���ò��2runtime.writebarrieriface���€��<go.string."constprop %v->%v\n"���ô��fmt.Printf���¾€
�Fbootstrap/compile/internal/gc.Debug���Š ��Btype.*bootstrap/internal/obj.Prog���¼ ��2runtime.writebarrieriface���Ê ��go.string."%v"���¾
��fmt.Printf���Ô €
�Fbootstrap/compile/internal/gc.Debug���î ��:go.string."; merge; return\n"���Ì ��fmt.Printf���Ø ��"".copyas���Œ€
�Fbootstrap/compile/internal/gc.Debug���®��Dbootstrap/compile/internal/gc.Ctxt���î��Hbootstrap/internal/obj.(*Link).Dconv���ª��Dbootstrap/compile/internal/gc.Ctxt���Ö��Hbootstrap/internal/obj.(*Link).Dconv���œð� runtime.duffzero���š��type.string���À��runtime.convT2E���ž��2runtime.writebarrieriface���¬��type.string���Ò��runtime.convT2E���¸��2runtime.writebarrieriface���Æ��,go.string."; sub%v/%v"���º��fmt.Printf���Ò��@type.bootstrap/internal/obj.Addr���Ä��.runtime.writebarrierfat���Ò€
�Fbootstrap/compile/internal/gc.Debug���ì��go.string."\n"���Ê��fmt.Printf���Î��"".constprop��� ��"".copyu���Ì€
�Fbootstrap/compile/internal/gc.Debug���î��Dbootstrap/compile/internal/gc.Ctxt���š��Hbootstrap/internal/obj.(*Link).Dconv���è��type.string���Ž��runtime.convT2E���ì��2runtime.writebarrieriface���ú��:go.string."; %vset; return\n"���î��fmt.Printf���0€��2"".autotmp_0719��"type.interface {}�"".autotmp_0718��*type.*[1]interface {}�"".autotmp_0717��&type.[]interface {}�"".autotmp_0716��"type.interface {}�"".autotmp_0715��"type.interface {}�"".autotmp_0714��*type.*[2]interface {}�"".autotmp_0713��&type.[]interface {}�"".autotmp_0711��&type.[]interface {}�"".autotmp_0710��"type.interface {}�"".autotmp_0709�ï"type.interface {}�"".autotmp_0707�o&type.[]interface {}�"".autotmp_0706��type.string�"".autotmp_0705��(type.[1]interface {}�"".autotmp_0704��type.int�"".autotmp_0703��type.string�"".autotmp_0702��type.string�"".autotmp_0701��(type.[2]interface {}�"".autotmp_0698�Ï(type.[1]interface {}�"".autotmp_0697�¯type.string�"".autotmp_0696�type.string�"".autotmp_0695�?(type.[2]interface {}�"".p�ÿBtype.*bootstrap/internal/obj.Prog�"".r� Ptype.*bootstrap/compile/internal/gc.Flow�
"".v1�Btype.*bootstrap/internal/obj.Addr�
"".c1��Btype.*bootstrap/internal/obj.Addr�6"€ÿ€×ÿ€øÿ€M�Ð�š*‹  Ã7 6Q’@ 6/7>.‡
  �H�S4u½¤A‡ F u½E¥pZ�Tgclocals·98c30486262de670fc13380a78a14761�Tgclocals·bfcf130adf5b09250b81c11f39ea6bbd���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".shortprop��€��è dH‹ %����HD$ÈH;Awè����ëåHì¸���H‹Œ$À���H‹)H‰ $H‰l$@H‰l$Hƒ|$�„!��HƒD$è����H‹T$@H‹D$1íH9èuƄ$È����HÄ¸���ÃH‹�H·˜ð���H·ªð���f9ë…~��H‹����Hƒû�„î���H‰ÅH‰T$HH¼$˜���1Àè����Hœ$˜���Hƒû�„=��HÇÂ���HÇÁ���H‰”$ˆ���H‰Œ$���H‰œ$€���H‰$H����H‰D$PH‰D$H‰l$XH‰l$è����H‹œ$€���HƒÃH‰$H‹L$HH����H‰D$PH‰D$H‰L$XH‰L$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$€���H‰\$H‹œ$ˆ���H‰\$H‹œ$���H‰\$ è����H‹T$@H·ªð���fýS D��fýR …)��fǂð���Q H‹����Hƒû�„ø���H¿ªð���H‰,$è����H‹\$H‰\$`H‹\$H‰\$hH\$pHÇ����HÇC����H\$pHƒû�„À���HÇÁ���HÇÂ���H‰œ$€���H‰Œ$ˆ���H‰”$���H����H‰$H\$`H‰\$è����H‹D$H‹L$H‹œ$€���H‰$H‰D$PH‰D$H‰L$XH‰L$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$€���H‰\$H‹œ$ˆ���H‰\$H‹œ$���H‰\$ è����Ƅ$È���HÄ¸���Éé9ÿÿÿfýS „ÌþÿÿéÐþÿÿfýU ufǂð���T é»þÿÿfýV tëé¯þÿÿ‰é¼ýÿÿH·˜ð���fûW u3H‰ÁHƒÁH·fƒût21ɀù�tH‹X Hƒû�|H‹X Hû€���Œ@ýÿÿƄ$È����HÄ¸���ÃHÇÁ���ëlj%����éÓüÿÿ$
������*��0runtime.morestack_noctxt���œ��"".findpre���¤€
�Fbootstrap/compile/internal/gc.Debug���æð� runtime.duffzero���ì��Btype.*bootstrap/internal/obj.Prog���ž��2runtime.writebarrieriface���Ö��Btype.*bootstrap/internal/obj.Prog���ˆ��2runtime.writebarrieriface���–��:go.string."shortprop\n%v\n%v"���Š��fmt.Printf���ð€
�Fbootstrap/compile/internal/gc.Debug���¦��8bootstrap/internal/obj.Aconv���î��type.string���” ��runtime.convT2E���ò ��2runtime.writebarrieriface���€
��(go.string." => %v\n"���ô
��fmt.Printf��� ð��"".autotmp_0747��"type.interface {}�"".autotmp_0745��&type.[]interface {}�"".autotmp_0742�o&type.[]interface {}�"".autotmp_0739�¯type.string�"".autotmp_0738�(type.[1]interface {}�"".autotmp_0737�ßBtype.*bootstrap/internal/obj.Prog�"".autotmp_0735�?(type.[2]interface {}�"".p�ïBtype.*bootstrap/internal/obj.Prog� "".~r1�type.bool�"".r��Ptype.*bootstrap/compile/internal/gc.Flow�4"ðPïðÚïðïð!�€�x„*/î  ø  B
 �&�MÁ5ANw
pÇ�Tgclocals·3be0b30e44224793f9e9b8c26d600a35�Tgclocals·731a55249c67e102e1ed282a3a0d8a33���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".shiftprop��€9��è8dH‹ %����H„$8ÿÿÿH;Awè����ëâHìH��H‹œ$P��L‹ I·Yhfƒû tSH‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����Ƅ$X���HÄH��ÃI¿ijH‰l$@H¼$¨���1Àè����Hœ$¨���H¬$ø���H‰ïH‰Þè����L‰L$hI·™ò���fƒû�t,I·™ò���I·ijf9ëtfDŽ$ø��� �I·™ò���f‰œ$ú���H‹����Hƒû�„¹���Hœ$€���HÇ����HÇC����Hœ$€���Hƒû�„ò ��HÇÂ���HÇÁ���H‰”$˜���H‰Œ$ ���H‰œ$���H‰$H����H‰D$pH‰D$L‰L$xL‰L$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$���H‰\$H‹œ$˜���H‰\$H‹œ$ ���H‰\$ è����L‹L$hH‹œ$P��H‰\$HH‹L$HH‹A 1íH9è…+ ��H‹A(1íH9èu1ÀH‰Â1íH9èuSH‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����Ƅ$X���HÄH��ÃH‰ÁH‹@1íH9è…™ ��H‹A1íH9脃 ��H‹X1íH9ë…t ��1íH9èuSH‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����Ƅ$X���HÄH��ÃH‰T$HH‹*H‰l$XH‹����Hƒû�„¾���H‹l$XHœ$€���HÇ����HÇC����Hœ$€���Hƒû�„Ç
��HÇÁ���HÇÂ���H‰Œ$˜���H‰”$ ���H‰œ$���H‰$H����H‰D$pH‰D$H‰l$xH‰l$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$���H‰\$H‹œ$˜���H‰\$H‹œ$ ���H‰\$ è����L‹L$hH‹\$XH‰$L‰L$Hƒ|$�„
��HƒD$hHÇD$����è����H‹T$@L‹L$hH‹D$XH‹L$Hƒù�…ó���I·Yfƒû …‘���H‰$L‰L$Hƒ|$�„Ã���HƒD$HÇD$����è����L‹L$hH‹D$XH‹\$Hƒû~SH‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����Ƅ$X���HÄH��ÃH·œ$ø���fƒû u3H‰$Hœ$ø���H‰\$HÇD$����è����L‹L$hH‹\$Hƒûkÿÿÿééüÿÿ‰%����é1ÿÿÿHƒùuSH‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����Ƅ$X���HÄH��ÃH·¨ð���fý ��fý è��fý …t��H¿˜ò���H9Ót/H·˜ò���fƒû�…‰��H·Xhfƒû …z��H¿XjH9Ó…l��H·Xfƒû tSH‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����Ƅ$X���HÄH��ÃH·hf‰¨ò���f‰PH·¨ð���fý ‰��fý …e��fǀð��� H‹����Hƒû�„Æ���H‰ÅHœ$€���HÇ����HÇC����Hœ$€���Hƒû�„��HÇÁ���HÇÂ���H‰Œ$˜���H‰”$ ���H‰œ$���H‰$H����H‰D$pH‰D$H‰l$xH‰l$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$���H‰\$H‹œ$˜���H‰\$H‹œ$ ���H‰\$ è����H‹T$@L‹L$hH‹D$XH¿˜ò���H9ÓuSH‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����Ƅ$X���HÄH��ÃH·˜ò���fƒû�u]H¿XjH9ÓuSH‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����Ƅ$X���HÄH��ÃH·Xfƒû uSH‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����Ƅ$X���HÄH��ÃH·Xfƒû …ó��H¿XH9Ó…å��H‰ÆH‰D$PH¿XjH9Ó„¦��H‹L$HH‹A 1íH9è…¥��H‹A(1íH9èu1À1íH9èuSH‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����Ƅ$X���HÄH��ÃH‰D$HH‹�H‹����Hƒû�„Æ���H‰D$`H‰ÅHœ$€���HÇ����HÇC����Hœ$€���Hƒû�„í��HÇÂ���HÇÁ���H‰”$˜���H‰Œ$ ���H‰œ$���H‰$H����H‰D$pH‰D$H‰l$xH‰l$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$���H‰\$H‹œ$˜���H‰\$H‹œ$ ���H‰\$ è����L‹L$hH‹D$`H‰$L‰L$Hƒ|$�„7��HƒD$hHÇD$����è����H‹t$PL‹L$hH‹D$Hƒø�„dþÿÿHƒø…­��fÇF��I¿©ò���H‰èHƒý�uI¿ijH‰èH‰ÁHƒáI·ifƒý…R��I‹Y HƒãHÁãH ËH‰ÙI·©ð���fýH … ��HƒÉ H‰÷Hƒþ�„ñ���HƒÇ1Àè����fÇF �H‰N H‹����Hƒû�„´���Hœ$€���HÇ����HÇC����Hœ$€���Hƒû�„›���HÇÂ���HÇÁ���H‰”$˜���H‰Œ$ ���H‰œ$���H‰$H����H‰D$pH‰D$H‰t$xH‰t$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$���H‰\$H‹œ$˜���H‰\$H‹œ$ ���H‰\$ è����Ƅ$X��HÄH��Éé^ÿÿÿ‰éÿÿÿfýI u HƒÉ@éëþÿÿfýJ …àþÿÿHƒÉ�é×þÿÿfƒý …¶þÿÿI¿YHƒãHÁãHƒËH ËH‰ÙéšþÿÿH‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����Ƅ$X���HÄH��É%����é½ýÿÿ‰é ýÿÿH‹Y(1íH9ë„Yüÿÿ1ÀéRüÿÿH‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����Ƅ$X���HÄH��Ééáùÿÿfý …™ùÿÿfǀð��� é‹ùÿÿfý ufǀð��� évùÿÿfý …kùÿÿfǀð��� é]ùÿÿfý „øÿÿfý „vøÿÿH‹����Hƒû�t6H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����Ƅ$X���HÄH��Ãfý „øÿÿfý „ øÿÿfý „øÿÿëŠfý &fý „î÷ÿÿfý „ã÷ÿÿfý „€ùÿÿé]ÿÿÿfý fý „iùÿÿfý „^ùÿÿé;ÿÿÿfý „¦÷ÿÿfý „Cùÿÿé ÿÿÿ‰%����éãõÿÿ‰é2õÿÿ1Àé…ôÿÿH‹Y1íH9ë„vôÿÿ1ÀéoôÿÿH‹Y(1íH9ë„Óóÿÿ1ÀéÌóÿÿ‰éóÿÿ’
������0��0runtime.morestack_noctxt���|€
�Fbootstrap/compile/internal/gc.Debug���–��\go.string."\tBOTCH: result not reg; FAILURE\n"���ô��fmt.Printf���ÆØ� runtime.duffzero���üè� runtime.duffcopy���ˆ€
�Fbootstrap/compile/internal/gc.Debug���Ð��Btype.*bootstrap/internal/obj.Prog���‚��2runtime.writebarrieriface�����2go.string."shiftprop\n%v"���„��fmt.Printf���Œ€
�Fbootstrap/compile/internal/gc.Debug���¦��>go.string."\tbranch; FAILURE\n"���„ ��fmt.Printf��� 
€
�Fbootstrap/compile/internal/gc.Debug���º
��<go.string."\tmerge; FAILURE\n"���˜ ��fmt.Printf���à €
�Fbootstrap/compile/internal/gc.Debug���² ��Btype.*bootstrap/internal/obj.Prog���ä ��2runtime.writebarrieriface���ò �� go.string."\n%v"���æ��fmt.Printf���Ì��"".copyu���ø��"".copyu���°€
�Fbootstrap/compile/internal/gc.Debug���Ê��Lgo.string."\targs modified; FAILURE\n"���¨��fmt.Printf���¤��"".copyu���ˆ€
�Fbootstrap/compile/internal/gc.Debug���¢��Jgo.string."\tBOTCH: noref; FAILURE\n"���€��fmt.Printf���Ž€
�Fbootstrap/compile/internal/gc.Debug���¨��Fgo.string."\tcan't swap; FAILURE\n"���†��fmt.Printf���¢€
�Fbootstrap/compile/internal/gc.Debug���ð��Btype.*bootstrap/internal/obj.Prog���¢��2runtime.writebarrieriface���°��$go.string."\t=>%v"���¤��fmt.Printf���ê€
�Fbootstrap/compile/internal/gc.Debug���„��Fgo.string."\tcan't swap; FAILURE\n"���â��fmt.Printf���À€
�Fbootstrap/compile/internal/gc.Debug���Ú��`go.string."\tshift result used twice; FAILURE\n"���¸��fmt.Printf���ü€
�Fbootstrap/compile/internal/gc.Debug���– ��fgo.string."\tshift result used in shift; FAILURE\n"���ô ��fmt.Printf���Ø"€
�Fbootstrap/compile/internal/gc.Debug���ò"��Jgo.string."\tinconclusive; FAILURE\n"���Ð#��fmt.Printf���Ž$€
�Fbootstrap/compile/internal/gc.Debug���æ%��Btype.*bootstrap/internal/obj.Prog���˜&��2runtime.writebarrieriface���¦&�� go.string."\n%v"���š'��fmt.Printf���€(��"".copyu���²*Ø� runtime.duffzero���Ô*€
�Fbootstrap/compile/internal/gc.Debug���œ,��Btype.*bootstrap/internal/obj.Prog���Î,��2runtime.writebarrieriface���Ü,��:go.string."\t=>%v\tSUCCEED\n"���Ð-��fmt.Printf���®/€
�Fbootstrap/compile/internal/gc.Debug���È/��>go.string."\treused; FAILURE\n"���¦0��fmt.Printf���¦1€
�Fbootstrap/compile/internal/gc.Debug���À1��bgo.string."\tBOTCH: where is it used?; FAILURE\n"���ž2��fmt.Printf���”4€
�Fbootstrap/compile/internal/gc.Debug���®4��@go.string."\tnon-dpi; FAILURE\n"���Œ5��fmt.Printf��� ��T"".autotmp_0794��*type.*[1]interface {}�"".autotmp_0793��&type.[]interface {}�"".autotmp_0792��type.int16�"".autotmp_0791��type.int16�"".autotmp_0790��type.int�"".autotmp_0789��*type.*[1]interface {}�"".autotmp_0788��&type.[]interface {}�"".autotmp_0787��*type.*[1]interface {}�"".autotmp_0786��&type.[]interface {}�"".autotmp_0785��type.int16�"".autotmp_0783��type.int�"".autotmp_0782��*type.*[1]interface {}�"".autotmp_0781��&type.[]interface {}�"".autotmp_0779�ï&type.[]interface {}�"".autotmp_0778�¿@type.bootstrap/internal/obj.Addr�"".autotmp_0777��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0776��(type.[1]interface {}�"".autotmp_0775��type.int�"".autotmp_0774��type.int�"".autotmp_0773��type.int�"".autotmp_0772��type.int�"".autotmp_0771��type.int�"".autotmp_0770��type.int�"".autotmp_0769��type.int�"".autotmp_0768��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0767��(type.[1]interface {}�"".autotmp_0766��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0765��(type.[1]interface {}�"".autotmp_0763��type.int�"".autotmp_0762��type.int�"".autotmp_0761��Btype.*bootstrap/internal/obj.Prog�"".autotmp_0760��(type.[1]interface {}�"".autotmp_0758�(type.[1]interface {}�
"".p1�ÏBtype.*bootstrap/internal/obj.Prog�
"".p2�ïBtype.*bootstrap/internal/obj.Prog�
"".p1�ßBtype.*bootstrap/internal/obj.Prog�
"".r1�ÿPtype.*bootstrap/compile/internal/gc.Flow�"".a�Ÿ@type.bootstrap/internal/obj.Addr�"".n�type.int�"".p�¿Btype.*bootstrap/internal/obj.Prog� "".~r1�type.bool�"".r��Ptype.*bootstrap/compile/internal/gc.Flow�Ê%hÇ‰Ç«Âíj]­ÿª{¶æ�À�Þì%   6
*%
¹ $ 67 6 ¾B
M 6B+,  6 <  6   Æ  6 6  6! 6Æ8

 
   ´ 
5 6  6E      1 6!D ]b] D ]1  �d�y‡A€°A3®>n‘A_›
A3§A«®�Tgclocals·ce5e4e35a1a4007172d4b6f7066ff15d�Tgclocals·c01e5bf1ea9287d89b24bafad62ad3f1���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".findpre��€��ôdH‹ %����H;awè����ëêHƒì(H‹t$0H‹F1íH9è…6��H‹F1íH9è„ ��H‹X1íH9ë…��H‰Â1íH9ê„´���H‹B 1íH9è…Þ���H‹B(1íH9èu1ÀH‰t$0H9ðtHÇD$@����HƒÄ(ÃH‰T$ H‹*H‰,$H‹\$8H‰\$HÇD$����è����H‹T$ H‹D$HƒømHƒøuHÇD$@����HƒÄ(ÃHƒøtìH‹B1íH9èu9H‹B1íH9èt*H‹X1íH9ëuH‰ÖH‰Â1íH9ê…LÿÿÿHÇD$@����HƒÄ(Ã1ÀëÝH‹Z1íH9ëtÒ1ÀëÎHƒøu
H‰T$@HƒÄ(ÃHƒøtðë•H‹Z(1íH9ë„ ÿÿÿ1Àéÿÿÿ1ÀéèþÿÿH‹^1íH9ë„Ùþÿÿ1ÀéÒþÿÿ
������ ��0runtime.morestack_noctxt�����"".copyu���0P��
"".r1�Ptype.*bootstrap/compile/internal/gc.Flow� "".~r2� Ptype.*bootstrap/compile/internal/gc.Flow�"".v�Btype.*bootstrap/internal/obj.Addr�"".r��Ptype.*bootstrap/compile/internal/gc.Flow�*PsOPGOPEOP"OPA�€�H¬ ;&4 2
 #��­Ó�Tgclocals·bd51743682bd6c0f7b9f2e8e6dffed99�Tgclocals·e1ae6533a9e39048ba0735a2264ce16a���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".findinc��€��èdH‹ %����H;awè����ëêHƒì(H‹t$0H‹F 1íH9è…p��H‹F(1íH9èu1ÀH‰Á1íH9é„°���H‹l$8H9é„¢���H‹A1íH9è…"��H‹A1íH9è„ ��H‹X1íH9ë…ý���H‰t$0H9ðtHÇD$H����HƒÄ(ÃH‰L$ H‹)H‰,$H‹\$@H‰\$HÇD$����è����H‹T$ H‹D$Hƒø�uFH‹B 1íH9èu,H‹B(1íH9èu1ÀH‰ÖH‰Á1íH9é…PÿÿÿHÇD$H����HƒÄ(ÃH‹Z(1íH9ëtÖ1ÀëÒHƒøuNH‹H·˜ð���fû u<H‰ÁHƒÁH·fƒût91ɀù�t$H‹X Hû�ðÿÿ~H‹X Hû���}
H‰T$HHƒÄ(ÃHÇD$H����HƒÄ(ÃHÇÁ���ëÀ1ÀéüþÿÿH‹Y1íH9ë„íþÿÿ1ÀéæþÿÿH‹^(1íH9ë„Žþÿÿ1Àé‡þÿÿ
������ ��0runtime.morestack_noctxt���ø��"".copyu���@P�� "".autotmp_0825��type.int�
"".r1�Ptype.*bootstrap/compile/internal/gc.Flow� "".~r3�0Ptype.*bootstrap/compile/internal/gc.Flow�"".v� Btype.*bootstrap/internal/obj.Addr�
"".r2�Ptype.*bootstrap/compile/internal/gc.Flow�"".r��Ptype.*bootstrap/compile/internal/gc.Flow�,POPjOPbOP OPH�À�PÞ 87. )21
 "��»…�Tgclocals·d69c4140875de858f5dc9e2e8acb0bc0�Tgclocals·e1ae6533a9e39048ba0735a2264ce16a���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".nochange��à
��Ô
dH‹ %����H„$`ÿÿÿH;Awè����ëâHì ��H‹´$8��H‹Œ$(��H‹¬$0��H9éuƄ$@��HÄ ��Ã1ÒH|$01Àè����H·žò���fƒû�tXH·žò���H·njf9ëtFH\$0H‰ÕHƒúƒ��HkíPHëfÇ �H\$0H‰ÕHƒúƒì��HkíPHëH·®ò���f‰kHÿÂH·nfƒý …e��H\$0H‰ÕHƒúƒL��HkíPHëfÇ �H\$0H‰ÕHƒúƒ'��HkíPHëH·nf‰kHÿÂHƒú�uƄ$@��HÄ ��Ã1íH9é„Í���H‹¬$0��H9鄼���H‰Œ$(��H‹)H‰¬$8��1ÀH‰T$ H9Ð}wH‹œ$8��H‰$H\$0H‰ÅH‰D$(Hƒøƒ™���HkíPHëH‰\$HÇD$����è����H‹T$ H‹Œ$(��H‹\$Hƒû~Ƅ$@���HÄ ��ÃH‹D$(HÿÀH‰T$ H9Ð|‰H‹A 1íH9èu+H‹A(1íH9èu1ÀH‰Á1íH9é…3ÿÿÿƄ$@��HÄ ��ÃH‹Y(1íH9ët×1ÀëÓè���� è���� è���� fƒý …ÔþÿÿH\$0H‰ÕHƒúsCHkíPHëfÇ �H\$0H‰ÕHƒús"HkíPHëH‹n HƒåHÅ� ��f‰kHÿÂéGþÿÿè���� è���� è���� è���� 
������0��0runtime.morestack_noctxt���¸ˆ� runtime.duffzero���Ä��"".copyu���Ì��$runtime.panicindex���Ú��$runtime.panicindex���è��$runtime.panicindex���ž
��$runtime.panicindex���¬
��$runtime.panicindex���º
��$runtime.panicindex���È
��$runtime.panicindex���@À��"".autotmp_0832��type.int�"".autotmp_0831��type.int�"".autotmp_0830��type.int�"".autotmp_0829��type.int�"".i�ïtype.int�"".a�ßFtype.[3]bootstrap/internal/obj.Addr�"".n�ÿtype.int� "".~r3�0type.bool�"".p� Btype.*bootstrap/internal/obj.Prog�
"".r2�Ptype.*bootstrap/compile/internal/gc.Flow�"".r��Ptype.*bootstrap/compile/internal/gc.Flow�B%À,¿ÀÛ¿ÀŸ¿ÀG¿Àš�°�˜ž 5   %
" U&
(   ��¡�Tgclocals·d69c4140875de858f5dc9e2e8acb0bc0�Tgclocals·6366f1fe55aa97d3cbf926112b238917���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".findu1��€��òdH‹ %����H;awè����ëêHƒì H‹D$(1íH9è„­���‹X8ƒû�t
ÆD$8�HƒÄ ÃÇ@8���H‰D$(H‹(H‰,$H‹\$0H‰\$HÇD$����è����H‹L$(H‹D$HƒøjHƒøu
ÆD$8HƒÄ ÃHƒøtðH‹Y(1íH9ët0H‹i(H‰,$H‹\$0H‰\$è����H‹L$(¶\$€û�t
ÆD$8HƒÄ ÃH‹A 1íH9è…SÿÿÿÆD$8�HƒÄ ÃHƒøu
ÆD$8�HƒÄ ÃHƒøt†ë”
������ ��0runtime.morestack_noctxt���Æ��"".copyu���Ö��"".findu1���0@�� "".~r2� type.bool�"".v�Btype.*bootstrap/internal/obj.Addr�"".r��Ptype.*bootstrap/compile/internal/gc.Flow�2@!?@J?@@?@?@?@�€�Lð  
4
 &
!,

 � �bž�Tgclocals·d3486bc7ce1948dc22d7ad1c0be2887a�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".finduse��à��ÂdH‹ %����H;awè����ëêHƒìH‹\$ H‹1íH9ètÇ@8����H‹@01íH9èuîH‹\$(H‰$H‹\$0H‰\$è����¶\$ˆ\$8HƒÄÃ
������ ��0runtime.morestack_noctxt���ž��"".findu1���@0�� "".~r3�0type.bool�"".v� Btype.*bootstrap/internal/obj.Addr�"".r�Ptype.*bootstrap/compile/internal/gc.Flow�"".g��Rtype.*bootstrap/compile/internal/gc.Graph�0F/�p�¤ 5�
�N"�Tgclocals·8d11a518189555fd7f3bac3cc6ad264c�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".xtramodes��€��ädH‹ %����HD$ðH;Awè����ëåHì���H‹„$ ���H‹8H‰|$8H‹´$¨���Hƒþ�„ç��H|$@è����fÇD$@ �H‰$H\$@H‰\$è����L‹Œ$ ���H‹t$8H‹”$¨���H‹|$1íH9ïtEH‹H·Xhfƒû u7H·XjH·l$Bf9ëu'H·¨ð���fý …¼��¶˜ú���Hƒã€û�„±���H‰óHƒþ�„���HƒÃH9ÓuH·ZH·njf9ëuƄ$°����HÄ���ÃL‰ $HÇD$����H\$@H‰\$è����H‹T$8H‹D$1íH9ètÃH‹(H‹œ$¨���Hƒû�t3H‹m H‰k¶ªú���HƒÍ @ˆªú���H‰$è����Ƅ$°���HÄ���Éëɉé\ÿÿÿH·Xfƒû tGH·Xfƒû …˜��H‹X HƒãHƒû�…†��H·žð���fûQ „O��H·žð���fûR „<��H‰|$(H‹O 1íH9é…��H‹O(1íH9éu1ÉH‰ $L‰L$H‰D$0H‰D$è����L‹Œ$ ���H‹L$0H‹t$8H‹”$¨���¶\$€û�„À��H‰óHƒþ�„¬��HƒÃH9Ó…��H·\$BH·njf9ë…þ���H·ifƒý ¤���fƒýuTHƒú�tJH‹i H‰jH·™ò���fƒû�tHƒú�t*H·©ò���f‰jH‹\$(H‰$è����Ƅ$°���HÄ���Éë҉ë²fƒý u´€=�����tƄ$°����HÄ���ÃH‰×Hƒú�t1Àè����fÇ �H¿iHƒåH‰jétÿÿÿ‰ëÞfƒý „Xÿÿÿfƒý …\ÿÿÿ€=�����tƄ$°����HÄ���ÃH‰×Hƒú�t1Àè����fÇ �éÿÿÿ‰ëëH‹œ$˜���H‰$I‹i H‰l$H\$@H‰\$è����H‹t$8H‹L$0H‹”$¨���¶\$€û�tHH·™ò���fƒû�t#H·™ò���H·l$Bf9ëtƄ$°����HÄ���ö®ú���HƒÍ@@ˆ®ú���ézþÿÿéuþÿÿ‰éMþÿÿé×üÿÿH‹_(1íH9ë„ìýÿÿ1ÉéåýÿÿH‰óHƒþ�t\HƒÃH9ÓuH‹X HƒãðHƒû�„ ýÿÿH·Xfƒû tH·Xfƒû…ƒüÿÿH‹X Hû�ðÿÿŽrüÿÿH‹X Hû���Œdýÿÿé\üÿÿ‰ë fýW …MüÿÿH·Xfƒû …>üÿÿH‰|$(H‰<$L‰L$H‰D$Hƒ|$�„p��HƒD$è����L‹Œ$ ���H‹t$8H‹”$¨���H‹|$1íH9ï„ïûÿÿH‹G 1íH9è…��H‹G(1íH9èu1ÀH‹(H·ð���fƒû
u0H‰ÁH‹@ 1íH9è…Õ���H‹A(1íH9èuÒ1ÀH‹(H·ð���fƒû
tÐL9È…‰ûÿÿH‰|$ H‹Hƒú�„•���H·hjf‰jH‹h H‰j¶®ú���HƒÍ @ˆ®ú���H‹œ$˜���H‰$L‰L$H‹\$(H‹+H‰l$Hƒ|$�tCHƒD$hè����¶\$€û�u,H‹\$(H‰$è����H‹\$ H‰$è����Ƅ$°���HÄ���Ãëà‰%����봉édÿÿÿH‹Y(1íH9ë„ùþÿÿ1ÀéòþÿÿH‹_(1íH9ë„ãþÿÿ1ÀéÜþÿÿ‰%����é„þÿÿ‰éúÿÿ"
������*��0runtime.morestack_noctxt���”è� runtime.duffcopy���È��"".findpre���¶��"".findinc���À��"".excise���Œ��"".nochange���Ú
��"".excise���¢ �Dbootstrap/compile/internal/gc.Nacl���è Ø� runtime.duffzero���Ò �Dbootstrap/compile/internal/gc.Nacl���˜ Ø� runtime.duffzero���ü ��"".finduse���ì��"".findinc���Î��"".finduse���þ��"".excise���š��"".excise���@ ��"".autotmp_0848��type.int16�"".autotmp_0846��type.uint8�"".autotmp_0845��Ptype.*bootstrap/compile/internal/gc.Flow�"".autotmp_0844��type.bool�"".autotmp_0843��type.uint8�"".autotmp_0842��Ptype.*bootstrap/compile/internal/gc.Flow�
"".r2�ßPtype.*bootstrap/compile/internal/gc.Flow�
"".p1�¿Btype.*bootstrap/internal/obj.Prog�
"".r1�ÏPtype.*bootstrap/compile/internal/gc.Flow�"".v�Ÿ@type.bootstrap/internal/obj.Addr�"".p�¯Btype.*bootstrap/internal/obj.Prog� "".~r3�0type.bool�"".a� Btype.*bootstrap/internal/obj.Addr�"".r�Ptype.*bootstrap/compile/internal/gc.Flow�"".g��Rtype.*bootstrap/compile/internal/gc.Graph�h" àŸ pŸ ÌŸ &Ÿ WŸ ŽŸ ‘Ÿ _�À �ÔÌ*- š%&  Ra.*'  "%

   1@!
Œ`\ D ] ;  , y�6�cü¦§Ñ¸ñt�Tgclocals·bf5e60959dd90b6bca375a141e63aa0d�Tgclocals·d30db371c4a5ca394ca81b49a252222d���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".copyu��àT��àTdH‹ %����HD$øH;Awè����ëåHìˆ���H‹¼$ ���H‹´$���H‹”$˜���H·®ð���fý1 ��fý _ ��fƒý Á ��fƒýG��fƒýK��fƒý…y��H·fƒû uwH·Zfû� ~ H·Zfû
HDŽ$¨������HÄˆ���ÃH·ZfƒûÿuHDŽ$¨������HÄˆ���ÃH·Zfû ~ H·Zfû HDŽ$¨������HÄˆ���ÃH·^fƒû u-H·fƒû u#H·^H·jf9ëuHDŽ$¨������HÄˆ���Ã1íH9ïtdH‰4$Hƒ<$�tPHƒ$hH‰T$H‰|$HÇD$���è����H‹\$ Hƒû�tHDŽ$¨������HÄˆ���ÃHDŽ$¨�������HÄˆ���É%����ë§H‰4$Hƒ<$�tAHƒ$hH‰T$è����¶\$€û�tHDŽ$¨������HÄˆ���ÃHDŽ$¨������HÄˆ���É%����ë¶fƒý…º��1íH9ï„l��H‰4$Hƒ<$�„Q��Hƒ$H‰T$H‰|$HÇD$���è����H‹\$ Hƒû�tHDŽ$¨������HÄˆ���ÃH‹œ$���H‰$H‹œ$˜���H‰\$H‹œ$ ���H‰\$HÇD$���è����H‹\$ Hƒû�tHDŽ$¨������HÄˆ���ÃH‹œ$���H‰$Hƒ<$�„Ÿ���Hƒ$hH‹œ$˜���H‰\$è����¶\$€û�u|H‹œ$���H‰$Hƒ<$�t`Hƒ$hH‹œ$˜���H‰\$H‹œ$ ���H‰\$HÇD$���è����H‹\$ Hƒû�tHDŽ$¨������HÄˆ���ÃHDŽ$¨�������HÄˆ���É%����ë—ëá‰%����éUÿÿÿ‰%����é£þÿÿH‰4$Hƒ<$�„(��Hƒ$hH‰T$è����H‹”$˜���H‹„$���¶\$€û�„ô���¶˜ú���€û�tHDŽ$¨������HÄˆ���ÃH·˜ò���fƒû�u H·hjf‰¨ò���H‰$Hƒ<$�„Ÿ���Hƒ$H‰T$è����¶\$€û�tHDŽ$¨������HÄˆ���ÃH‹Œ$���H‹„$˜���H·fƒû u9H·Xfƒû�u.1À<�tHDŽ$¨������HÄˆ���ÃHDŽ$¨������HÄˆ���ÃH·™ò���H·hf9ët1Àë¾HÇÀ���뵉%����éUÿÿÿH‰$Hƒ<$�„ì���Hƒ$H‰T$è����H‹´$���H‹”$˜���¶\$€û�tHDŽ$¨������HÄˆ���ÃH‰ñH‰ÐH·fƒû uzH·Xfƒû�uo1À<�tHDŽ$¨������HÄˆ���ÃH‰4$Hƒ<$�tAHƒ$hH‰T$è����¶\$€û�tHDŽ$¨������HÄˆ���ÃHDŽ$¨�������HÄˆ���É%����ë¶H·™ò���H·hf9ët1ÀézÿÿÿHÇÀ���énÿÿÿ‰%����éÿÿÿ‰%����éÌýÿÿH¿®ð���H‰,$è����H‹\$H‰\$PH‹\$H‰\$XH\$`HÇ����HÇC����H\$`Hƒû�„µ���HÇÂ���HÇÁ���H‰\$pH‰T$xH‰Œ$€���H����H‰$H\$PH‰\$è����H‹L$H‹D$H‹\$pH‰$H‰L$@H‰L$H‰D$HH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$pH‰\$H‹\$xH‰\$H‹œ$€���H‰\$ è����HDŽ$¨������HÄˆ���ÉéDÿÿÿfƒýujH·fƒû u8H·Zfû� uHDŽ$¨������HÄˆ���ÃH·Zfû t H·Zfû tHDŽ$¨�������HÄˆ���ÃHDŽ$¨������HÄˆ���Ãfƒýu^H·fƒû u@H·Zfû� uHDŽ$¨������HÄˆ���ÃH·Zfû uHDŽ$¨������HÄˆ���ÃHDŽ$¨�������HÄˆ���Ãfƒý…þÿÿHDŽ$¨�������HÄˆ���Ãfƒý
à��fƒý …À���1íH9ïtdH‰4$Hƒ<$�tPHƒ$hH‰T$H‰|$HÇD$���è����H‹\$ Hƒû�tHDŽ$¨������HÄˆ���ÃHDŽ$¨�������HÄˆ���É%����ë§H‰4$Hƒ<$�tAHƒ$hH‰T$è����¶\$€û�tHDŽ$¨������HÄˆ���ÃHDŽ$¨�������HÄˆ���É%����ë¶fƒý
…,ýÿÿ¶žú���Hƒã`€û�tKH·fƒû uAH·^fƒû„¼��H·^fƒû „­��H·^jH·jf9ëuHDŽ$¨������HÄˆ���Ã1íH9ï„��H‰4$Hƒ<$�„þ���Hƒ$H‰T$H‰|$HÇD$���è����H‹\$ Hƒû�tHDŽ$¨������HÄˆ���ÃH‹œ$���H‰$Hƒ<$�„Ÿ���Hƒ$hH‹œ$˜���H‰\$è����¶\$€û�u|H‹œ$���H‰$Hƒ<$�t`Hƒ$hH‹œ$˜���H‰\$H‹œ$ ���H‰\$HÇD$���è����H‹\$ Hƒû�tHDŽ$¨������HÄˆ���ÃHDŽ$¨�������HÄˆ���É%����ë—ëá‰%����éUÿÿÿ‰%����éöþÿÿH‰4$Hƒ<$�„K��Hƒ$hH‰T$è����H‹”$˜���H‹Œ$���¶\$€û�tu¶™ú���€û�tHDŽ$¨������HÄˆ���ÃH‰ $Hƒ<$�tAHƒ$H‰T$è����¶\$€û�tHDŽ$¨������HÄˆ���ÃHDŽ$¨������HÄˆ���É%����ë¶H‰ $Hƒ<$�„’���Hƒ$H‰T$è����¶\$€û�tHDŽ$¨������HÄˆ���ÃH‹œ$���H‰$Hƒ<$�tIHƒ$hH‹œ$˜���H‰\$è����¶\$€û�tHDŽ$¨������HÄˆ���ÃHDŽ$¨�������HÄˆ���É%����뮉%����ébÿÿÿ‰%����é©þÿÿH·^H·jf9ë…cýÿÿHDŽ$¨������HÄˆ���Ãfƒý „øûÿÿfƒý u/1íH9ïtHDŽ$¨������HÄˆ���ÃHDŽ$¨������HÄˆ���Ãfƒý …×ùÿÿH·fƒû uH·ZfƒûÿuHDŽ$¨������HÄˆ���ÃHDŽ$¨�������HÄˆ���Ãfý Efƒýfƒý„eûÿÿfƒý„[ûÿÿétùÿÿfý „¯õÿÿfý „¤õÿÿfý „™õÿÿéNùÿÿfý fý „‚õÿÿfý „wõÿÿé,ùÿÿfý „gõÿÿfý „\õÿÿfý „Qõÿÿéùÿÿfý'  ��fý" ¸��fý fý „$õÿÿfý „õÿÿéÎøÿÿfý „ õÿÿfý! uHDŽ$¨������HÄˆ���Ãfý" …øÿÿ1íH9ï„ ���H‰4$Hƒ<$�„…���Hƒ$H‰T$H‰|$HÇD$���è����H‹\$ Hƒû�tHDŽ$¨������HÄˆ���ÃH‹œ$���H‰$H‹œ$˜���H‰\$H‹œ$ ���H‰\$HÇD$���è����H‹\$ H‰œ$¨���HÄˆ���É%����éoÿÿÿH‰4$Hƒ<$�„Ÿ���Hƒ$H‰T$è����¶\$€û�tHDŽ$¨������HÄˆ���ÃH‹Œ$���H‹„$˜���H·fƒû u9H·Xfƒû�u.1À<�tHDŽ$¨������HÄˆ���ÃHDŽ$¨�������HÄˆ���ÃH·™ò���H·hf9ët1Àë¾HÇÀ���뵉%����éUÿÿÿfý$ fý# „‰þÿÿfý$ „~þÿÿé÷ÿÿfý% „nþÿÿfý& „cþÿÿfý' „Xþÿÿéðöÿÿfý, Hfý) fý( „:þÿÿfý) „/þÿÿéÇöÿÿfý* „þÿÿfý+ „þÿÿfý, „ þÿÿé¡öÿÿfý. fý- „òýÿÿfý. „çýÿÿéöÿÿfý/ „×ýÿÿfý0 „Ìýÿÿfý1 „ÁýÿÿéYöÿÿfýH 9��fý; —���fý6 Hfý3 fý2 „þøÿÿfý3 „óøÿÿéöÿÿfý4 „ãøÿÿfý5 „Øøÿÿfý6 „Íøÿÿéôõÿÿfý8 fý7 „¶øÿÿfý8 „«øÿÿéÒõÿÿfý9 „›øÿÿfý: „òÿÿfý; „÷ñÿÿé¬õÿÿfý@ Hfý= fý< „Ùñÿÿfý= „Îñÿÿéƒõÿÿfý> „¾ñÿÿfý? „³ñÿÿfý@ „¨ñÿÿé]õÿÿfýB fýA „‘ñÿÿfýB „†ñÿÿé;õÿÿfýC „vñÿÿfýE „ù÷ÿÿfýH „`ñÿÿéõÿÿfýR —���fýM HfýJ fýI „7ñÿÿfýJ „,ñÿÿéáôÿÿfýK „ñÿÿfýL „ñÿÿfýM „ñÿÿé»ôÿÿfýO fýN „ïðÿÿfýO „äðÿÿé™ôÿÿfýP „ÔðÿÿfýQ „W÷ÿÿfýR „L÷ÿÿésôÿÿfýW HfýT fýS „.÷ÿÿfýT „#÷ÿÿéJôÿÿfýU „÷ÿÿfýV „÷ÿÿfýW „ýöÿÿé$ôÿÿfý] f��fýX …K��H·fƒû tHDŽ$¨�������HÄˆ���ÃH·^fƒû…z��1íH9ï„¥���H‹^ H¿JHÇÅ���Hƒù@ƒ„���HÓåH!ëHƒû�tHDŽ$¨������HÄˆ���ÃH‰4$Hƒ<$�tPHƒ$hH‰T$H‰|$HÇD$���è����H‹\$ Hƒû�tHDŽ$¨������HÄˆ���ÃHDŽ$¨�������HÄˆ���É%����ë§1íéuÿÿÿH‰4$Hƒ<$�„¯���Hƒ$hH‰T$è����H‹”$���¶\$€û�t8¶šú���Hƒã@€û�tHDŽ$¨������HÄˆ���ÃHDŽ$¨������HÄˆ���ÃH‹Z H‹Œ$˜���H¿IHÇÅ���Hƒù@s4HÓåH!ëHƒû�tHDŽ$¨������HÄˆ���ÃHDŽ$¨�������HÄˆ���Ã1íëȉ%����éEÿÿÿ1íH9ï„¥���H‹^xH¿JHÇÅ���Hƒù@ƒ„���HÓåH!ëHƒû�tHDŽ$¨������HÄˆ���ÃH‰4$Hƒ<$�tPHƒ$H‰T$H‰|$HÇD$���è����H‹\$ Hƒû�tHDŽ$¨������HÄˆ���ÃHDŽ$¨�������HÄˆ���É%����ë§1íéuÿÿÿH‰4$Hƒ<$�„Ù���Hƒ$H‰T$è����H‹´$˜���H‹”$���¶\$€û�tr¶šú���Hƒã@€û�tHDŽ$¨������HÄˆ���ÃH‹ZxH¿NHÇÅ���Hƒù@s4HÓåH!ëHƒû�tHDŽ$¨������HÄˆ���ÃHDŽ$¨������HÄˆ���Ã1íëÈH‹ZxH¿NHÇÅ���Hƒù@s$HÓåH!ëHƒû�„\þÿÿHDŽ$¨������HÄˆ���Ã1íë؉%����éÿÿÿfý] „ü÷ÿÿé³ðÿÿfý` „îìÿÿfýa „á÷ÿÿfýc „Ö÷ÿÿéðÿÿD
������*��0runtime.morestack_noctxt���È��"".copysub���ô��"".copyau���ì��"".copysub���’
��"".copysub1���¬ ��"".copyas���À ��"".copysub���¨��"".copyas���”��"".copyau���ˆ��"".copyau���‚��"".copyau���”��8bootstrap/internal/obj.Aconv���Ð��type.string���ö��runtime.convT2E���Î��2runtime.writebarrieriface���Ü��Dgo.string."copyu: can't find %v\n"���Ä��fmt.Printf���ä��"".copysub���!��"".copyau���¾$��"".copysub���Ø%��"".copyas���ì&��"".copysub���Ô(��"".copyas���ü)��"".copyau���®+��"".copyau���¾,��"".copyau���¦5��"".copysub���Ì6��"".copysub1���Ê7��"".copyau���ŠI��"".copysub���ÌJ��"".copyau���þN��"".copysub���ÀP��"".copyau���@��F"".autotmp_0883��type.bool�"".autotmp_0882��type.bool�"".autotmp_0881��type.bool�"".autotmp_0880�"type.interface {}�"".autotmp_0878�/&type.[]interface {}�"".autotmp_0876��type.bool�"".autotmp_0875��type.int�"".autotmp_0874��type.bool�"".autotmp_0873��type.int�"".autotmp_0872��type.bool�"".autotmp_0871��type.int�"".autotmp_0870��type.int�"".autotmp_0869��type.bool�"".autotmp_0868��type.bool�"".autotmp_0867��type.bool�"".autotmp_0866��type.bool�"".autotmp_0865��type.int�"".autotmp_0864��type.bool�"".autotmp_0863��type.int�"".autotmp_0862��type.int�"".autotmp_0861��type.bool�"".autotmp_0860��type.bool�"".autotmp_0858��type.bool�"".autotmp_0857��type.int�"".autotmp_0856��type.bool�"".autotmp_0855��type.int�"".autotmp_0854��type.bool�"".autotmp_0853��type.int�"".autotmp_0851��type.int�"".autotmp_0850�otype.string�"".autotmp_0849�O(type.[1]interface {}� "".~r3�0type.int�"".s� Btype.*bootstrap/internal/obj.Addr�"".v�Btype.*bootstrap/internal/obj.Addr�"".p��Btype.*bootstrap/internal/obj.Prog�È"“+7M@hR–~U>v47Â6+/a@mU–z7DGG*2ñ`HG>òSFc=TFk5=F�°*�ª ª:<ö

 $3 $ õ
 7?8K  <  (+ 8!$ %  ×éÖ
 
'
  6
‰
Ð
3 $ Ë


 78K   8 $ (4   -ê
€

 ý ˆƒ¶!µºµ¶!µºµ¶ Eº  7I (+ ¿°«¬!«°«¬!«°«¬!«$”!” ¦µºµ¶!µºµ¶ ¥ ¦ µºµ¶!µºµ¶ ¥”!

 &3 0*89  &3 8" & ¢ ï¶ Eï��ã× gп�Tgclocals·c4cb29e091cd67244c9e48bdbef7ac3b�Tgclocals·1eb9d8ec9969f1d922533aa863dff6f6���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".copyas��à��ÊH‹L$H‹D$H‰ÂH·fƒû …Ã���H·Xfû� Œ—���H·Zfû ‡���HÇÂ���€ú�t(H·H·(f9ëuH·YH·hf9ëuÆD$ÃÆD$�ÃH·fƒûuðH·H·(f9ëuã¶Y¶h@8ëuÖH‹Y H‹h H9ëuÉH·YH·hf9ëuºH‹YH‹hH9ëu­ÆD$ÃH·Zfû |H·Zfû Ž]ÿÿÿ1Òé]ÿÿÿ�0��� "".~r2� type.bool�"".v�Btype.*bootstrap/internal/obj.Addr�"".a��Btype.*bootstrap/internal/obj.Addr�ð�ð�<È
= "
    .��Tgclocals·d3486bc7ce1948dc22d7ad1c0be2887a�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".sameaddr�� ��ˆH‹T$H‹L$H·H·)f9ëtÆD$�ÃH‰ÈH·fƒû uVH·Yfû� |2H·Xfû &HÇÀ���<�tH·ZH·if9ëuÆD$ÃÆD$�ÃH·Xfû | H·Xfû ~Â1ÀëÅ�0��� "".~r2� type.bool�"".v�Btype.*bootstrap/internal/obj.Addr�"".a��Btype.*bootstrap/internal/obj.Addr��� ø
 ?(��Tgclocals·d3486bc7ce1948dc22d7ad1c0be2887a�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".copyau��à��ØdH‹ %����H;awè����ëêHƒìH‹\$ H‰$H‹\$(H‰\$è����H‹L$(H‹D$ ¶\$€û�t
ÆD$0HƒÄÃH·fƒû u.H·fƒû u.H·Xfƒû�t#H·XH·if9ëu
ÆD$0HƒÄÃÆD$0�HƒÄÃH·fƒûuH·XH·if9ëuÝÆD$0HƒÄÃH·fƒûtxH·fƒûtnH·fƒû uµH‹XHƒãH·iHí� ��H¿íH9ëu
ÆD$0HƒÄÃH‹XHƒãHƒû�t€H‹XHÁûHƒãH·iHí� ��H¿íH9ë…[ÿÿÿÆD$0HƒÄÃH·XH·if9ëu
ÆD$0HƒÄÃH‹XH¿iH9ë…&ÿÿÿÆD$0HƒÄÃ
������ ��0runtime.morestack_noctxt���\��"".copyas���00�� "".~r2� type.bool�"".v�Btype.*bootstrap/internal/obj.Addr�"".a��Btype.*bootstrap/internal/obj.Addr�F05/07/0 /0"/0D/0</0/0/�ð�Xž,


.
)



3

� �-Ã�Tgclocals·d3486bc7ce1948dc22d7ad1c0be2887a�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".copyau1�� ��ˆH‹D$H·fƒû uH·Xfƒû�uÆD$�ÃH‹l$H·ò���H·hf9ëtÆD$�ÃÆD$ëø�0��� "".~r2� type.bool�"".v�Btype.*bootstrap/internal/obj.Addr�"".p��Btype.*bootstrap/internal/obj.Prog�P�P�è0��Tgclocals·d3486bc7ce1948dc22d7ad1c0be2887a�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".copysub�� ��ždH‹ %����H;awè����ëêHƒìH‹\$8Hƒû�„Æ���H‹\$ H‰$H‹\$(H‰\$è����H‹T$(H‹L$0H‹D$ ¶\$€û�„ï���H·fƒû …‘���H‹XHƒãH·jHí� ��H¿íH9ëuH‹XHƒãðH¿iHƒåH ëH‰XH‹XHƒãHƒû�t@H‹XHÁûHƒãH·jHí� ��H¿íH9ëuH‹XHãÿðÿÿH¿iHƒåHÁåH ëH‰XHÇD$@����HƒÄÃH·fƒûtH·fƒût H·if‰hëÓH‹XH¿jH9ëu H¿iH‰hH·XH·jf9ëu­H·if‰hë¢ë 
������ ��0runtime.morestack_noctxt���z��"".copyau���P0��
"".~r4�@type.int�"".f�0type.int�"".s� Btype.*bootstrap/internal/obj.Addr�"".v�Btype.*bootstrap/internal/obj.Addr�"".a��Btype.*bootstrap/internal/obj.Addr�0â/0S�Ð�Hþ5/
  � �<”�Tgclocals·586682ab6bcae4efd801c91610f373fc�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".copysub1��€��îH‹T$H‹\$ Hƒû�t:H‹D$H‰ÑH·fƒû u6H·Xfƒû�u+1À<�tHƒú�tL‹D$I·hf‰ªò���HÇD$(����ÉëáH·™ò���H·hf9ët1ÀëÁHÇÀ���ë¸�P���
"".~r4�@type.int�"".f�0type.int�"".s� Btype.*bootstrap/internal/obj.Addr�"".v�Btype.*bootstrap/internal/obj.Addr�
"".p1��Btype.*bootstrap/internal/obj.Prog�€�€� ² #
(��Tgclocals·586682ab6bcae4efd801c91610f373fc�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".isbranch��`��`H‹D$H·˜ð���fû" |H·˜ð���fû1 ÆD$ÃÆD$�ëø� ��� "".~r1�type.bool�"".p��Btype.*bootstrap/internal/obj.Prog�0�0� ¢+��Tgclocals·06cab038d51064a089bda21fa03e00f7�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".predicable��À��°H‹L$H·©ð���fƒý
_fƒýKfƒý�uÆD$�ÃfƒýtôH·™ð���fû" |&H·™ð���fû1 HÇÀ���<�tÆD$�ÃÆD$Ã1Àëìfƒýtµfƒý
t¯ë¹fý^ fƒý t fý^ t™ë£fý_ tfý` t‰ë“� ��� "".~r1�type.bool�"".p��Btype.*bootstrap/internal/obj.Prog� � �Dª)  
��Tgclocals·06cab038d51064a089bda21fa03e00f7�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".modifiescpsr��€��êH‹L$H·©ð���fýK Tfý 6fƒýuÆD$Ãfý tófý t춙ú���Hƒã€û�tÆD$ÃÆD$�Ãfý tÉfý tÂfýK t»ëÍfýN fýL t«fýM t¤fýN të¯fýP fýO tfýP t†ë˜fý] „yÿÿÿfýc „nÿÿÿë€� ��� "".~r1�type.bool�"".p��Btype.*bootstrap/internal/obj.Prog�À�À�LÞ !! ��Tgclocals·06cab038d51064a089bda21fa03e00f7�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".joinsplit��€ ��ö
dH‹ %����H;awè����ëêHƒìH‹\$ H‰$Hƒ<$�„��H‹\$H‰\$è����H‹\$ H‰$Hƒ<$�„R��Hƒ$H‹\$H‰\$è����H‹L$ H‹D$HÇA����H‹X1íH9ët"H‹X1íH9ë…Ü��H‹hH‹]1íH9ë…É��H‹X 1íH9ëtAH‹X(1íH9ët6H‰ $Hƒ<$�t"Hƒ$H‰D$H‰D$è����HÇD$(���HƒÄÉ%����ëÕH‰ $Hƒ<$�„b��Hƒ$H‰D$H‰D$è����H‹T$ H‹D$H‹(H·ð���fƒû
t H‹jHÿÅH‰jH‹X 1íH9ëu@H‹X(1íH9ëu5H‰$Hƒ<$�t!Hƒ$H‹h0H‰l$è����HÇD$(���HƒÄÉ%����ëÖH‹X(1íH9ët5H‰$Hƒ<$�t!Hƒ$H‹h(H‰l$è����HÇD$(���HƒÄÉ%����ëÖH‹(H‰,$è����H‹T$H‹L$ ¶\$€û�t5H‰ $Hƒ<$�t!Hƒ$H‹j H‰l$è����HÇD$(���HƒÄÉ%����ëÖH‹B H‹YHƒûŒLþÿÿH‰ $Hƒ<$�t"Hƒ$H‰D$H‰D$è����HÇD$(���HƒÄÉ%����ëՉ%����é’þÿÿH‰ $Hƒ<$�t"Hƒ$H‰D$H‰D$è����HÇD$(����HƒÄÉ%����ëՉ%����é¢ýÿÿ‰%����ésýÿÿ
������ ��0runtime.morestack_noctxt���r��.runtime.writebarrierptr���Â��.runtime.writebarrierptr���ª��.runtime.writebarrierptr���ž��.runtime.writebarrierptr���Ò��.runtime.writebarrierptr���Ò��.runtime.writebarrierptr���˜��"".modifiescpsr���ü��.runtime.writebarrierptr���Œ ��.runtime.writebarrierptr���
��.runtime.writebarrierptr���0 �� "".~r2� type.int�"".j�"type.*"".Joininfo�"".r��Ptype.*bootstrap/compile/internal/gc.Flow�> Ì “ ? T G A &�À�–#2-
 -      
 1   � �8ˆ�Tgclocals·d3486bc7ce1948dc22d7ad1c0be2887a�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".successor��`��HH‹D$H‹X 1íH9ët
H‹h H‰l$ÃH‹h(H‰l$Ã� ��� "".~r1�Ptype.*bootstrap/compile/internal/gc.Flow�"".r��Ptype.*bootstrap/compile/internal/gc.Flow�0�0�î 
��Tgclocals·06cab038d51064a089bda21fa03e00f7�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".applypred��€ ��è dH‹ %����H;awè����ëêHƒì H‹l$0H‹]Hƒû�uHƒÄ ÃH‹\$8Hƒû…p��L‹D$(M‹�I·¨ð���H‹����Hí" ��H¿íH;-����ƒ:��Hkí HëH‹kH‰l$H‹\$0H‹H‹(H·ð���fƒû …��H‹l$0H‹]H9Ã…ã��H‹\$@Hƒû„Ô��H‹\$8Hƒû…o��H‹Hƒû�„[��L‹T$(M‹M·Šð���L‹����Ié" ��M¿ÉL; ����ƒ%��MkÉ MÈI‹(f‰«ð���H‹X H‹h0H9ëtSH‰$Hƒ<$�„ì���Hƒ$ H‰D$H‹h0H‰l$è����H‹D$H‹h0H‰,$Hƒ<$�„°���Hƒ$H‰D$è����H‹D$H‹l$0H‹]H9ÃuHƒÄ ÃH‹X 1íH9ëtuH‹@ H‹(H·ð���fƒû „ìþÿÿH‰D$H‹(H‰,$è����H‹D$¶\$€û�t7H‹Hƒû�t*L‹�A¶¨ú���L‹D$Håð���@¶íL Å@ˆ«ú���éÿÿÿ‰ëÒé ÿÿÿH‹@(érþÿÿ‰%����éDÿÿÿ‰%����éÿÿÿè���� ‰éžþÿÿH‹Hƒû�tIL‹T$(M‹M·Šð���L‹����Ié" ��M¿ÉL; ����sMkÉ MÈI‹hf‰«ð���é“þÿÿè���� ‰ë³H‰D$H‰$è����H‹D$épþÿÿè���� L‹D$(M‹�I·¨ð���H‹����Hí" ��H¿íH;-����sHkí HëH‹kH‰l$éýÿÿè���� $
������ ��0runtime.morestack_noctxt��� ��"".predinfo���Ä�"".predinfo���Ò��"".predinfo���ö�"".predinfo���Œ��.runtime.writebarrierptr���Ú��.runtime.writebarrierptr���ô��"".predicable���Ö��$runtime.panicindex���¨ ��"".predinfo���Ì �"".predinfo���ˆ
��$runtime.panicindex���°
��"".excise���Î
��$runtime.panicindex���€ ��"".predinfo���¤ �"".predinfo���Ü ��$runtime.panicindex���@@�� "".r�Ptype.*bootstrap/compile/internal/gc.Flow�"".pred�type.int�"".branch�0type.int�"".cond� type.int�"".j�"type.*"".Joininfo�"".rstart��Ptype.*bootstrap/compile/internal/gc.Flow�@?@Ú?@÷�€�”þ?
!M ,'- .  F  %;��ÅåmZ�Tgclocals·331a9501009422848173176a88d5cb4a�Tgclocals·e1ae6533a9e39048ba0735a2264ce16a���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".predicate��€��ødH‹ %����H;awè����ëêHƒì@H����H‰$è����H‹\$H‰\$8H����H‰$è����H‹t$8H‹\$H‰\$0H‹\$HH‹1íH9ê„©���H‹H·˜ð���fû" Œy��H·˜ð���fû1 f��HÇÀ���<�tfH‰T$(H‹j H‰,$H‰t$è����H‹\$H‰\$ H‹\$(H‹k(H‰,$H‹\$0H‰\$è����H‹|$0H‹t$8H‹T$(H‹L$ H‹D$H‹nH‹]0H‹/H9ëtH‹R01íH9ê…WÿÿÿHƒÄ@ÃH‹^H‹oH9ëu$Hƒùu Hƒø�taHƒøt[Hƒø�u Hƒù�tOHƒùtIHƒùtHƒùu¯H‰$H‰t$HÇD$����HÇD$���è����H‹\$(H‰$è����H‹t$8H‹T$(érÿÿÿH‰$H‰t$HÇD$����HÇD$���è����H‹\$(H‰$H‹\$0H‰\$HÇD$���HÇD$���è����H‹\$(H‰$è����H‹t$8H‹T$(é ÿÿÿ1Àéšþÿÿ
������ ��0runtime.morestack_noctxt���:�� type."".Joininfo���L��"runtime.newobject���n�� type."".Joininfo���€��"runtime.newobject���Ú��"".joinsplit���¦��"".joinsplit���Ú��"".applypred���ö��"".excise���Ô��"".applypred���¨��"".applypred���Ä��"".excise���€�� "".autotmp_0899��type.int� "".&j2�"type.*"".Joininfo� "".&j1�"type.*"".Joininfo�"".r�/Ptype.*bootstrap/compile/internal/gc.Flow�
"".t1�?type.int�"".g��Rtype.*bootstrap/compile/internal/gc.Graph�€ù€ì�€�XÆ4!5. $  # * ��%mÔ�Tgclocals·15395a9df917b4c9aa74d5c6c7e1ebf4�Tgclocals·f9dc738b8c889e03e2131f074da558bd���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".isdconst��@��:H‹l$H·]�fƒûtÆD$�ÃÆD$ëø� ��� "".~r1�type.bool�"".a��Btype.*bootstrap/internal/obj.Addr� � �† ��Tgclocals·06cab038d51064a089bda21fa03e00f7�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".isfloatreg��`��TH‹D$H·Xfû |H·Xfû ÆD$ÃÆD$�ëø� ��� "".~r1�type.bool�"".a��Btype.*bootstrap/internal/obj.Addr�0�0� Œ+��Tgclocals·06cab038d51064a089bda21fa03e00f7�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".stackaddr��à��ÔH‹L$H‰ÈH·fƒû uTH·Yfû� |0H·Xfû $HÇÀ���<�tH·Yfû uÆD$ÃÆD$�ëøH·Xfû | H·Xfû ~Ä1ÀëÇ� ��� "".~r1�type.bool�"".a��Btype.*bootstrap/internal/obj.Addr�p�p� ”k��Tgclocals·06cab038d51064a089bda21fa03e00f7�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".smallindir��À��¢H‹L$H‹D$H·fƒû u6H·fƒûu,H·XH·if9ëuH‹XHƒû�|H‹XHû���}ÆD$ÃÆD$�ëø�0��� "".~r2� type.bool� "".reg�Btype.*bootstrap/internal/obj.Addr�"".a��Btype.*bootstrap/internal/obj.Addr�`�`� œ
V��Tgclocals·d3486bc7ce1948dc22d7ad1c0be2887a�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".excise�� ��ˆH‹\$H‹ fǁð���
�Ɓú����H‰ÏHƒÇ1Àè����1íH‰i`fǁò�����H‰ÏHƒÇh1Àè����ÃDØ� runtime.duffzero���~Ø� runtime.duffzero������"".r��Ptype.*bootstrap/compile/internal/gc.Flow�P�P�¦; ��Tgclocals·519efd86263089ddb84df3cfe7fd2992�Tgclocals·3280bececceccd33cb74587feedb1f9f���X/tmp/go/src/cmd/compile/internal/arm/peep.goþ"".proginfo��à��ØdH‹ %����H;awè����ëêHƒìpH‹D$xH‰ÂHƒø�„ù��H���H¿ªð���H����Hýu ��ƒÐ��Hkí HëHƒø�„¸��H‰ÇH‰Þè����H‰D$0‹ƒû�…©���H‰ÕH\$HHÇ����HÇC����H\$HHƒû�„p��HÇÂ���HÇÁ���H‰T$`H‰L$hH‰\$XH‰$H����H‰D$8H‰D$H‰l$@H‰l$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$ è����H‹T$xH‹D$0H·Zfƒû u,H‹Z01íH9ët!‹ã���ƒû�t‹(åÿûÿÿ‰(‹(Í���‰(‹ã���ƒû�t"H·šò���fƒû�u‹(åÿïÿÿ‰(‹(Í� ��‰(¶šú���Hƒã€û�t‹ã���ƒû�t
‹(Í�€��‰(H·ªð���fýN AfýL u1H‹hH‰l$(HÇ$ ��è����H‹D$H‹\$0H‹l$(H ÅH‰kHƒÄpÃfýN tÈëòfýO t¿fýP t¸ëâ‰é‰þÿÿ‰�éAþÿÿè���� ‰�é�þÿÿ
������ ��0runtime.morestack_noctxt���z��"".progtable���̐� runtime.duffcopy���ˆ��Btype.*bootstrap/internal/obj.Prog���º��2runtime.writebarrieriface���È��Dgo.string."unknown instruction %v"���ª��Fbootstrap/compile/internal/gc.Fatal���°��"".RtoB���¾��$runtime.panicindex���à��"".autotmp_0911�/&type.[]interface {}�"".autotmp_0909�type.uint64�"".autotmp_0908��type.uint32�"".autotmp_0907��type.uint32�"".autotmp_0906��type.uint32�"".autotmp_0905��type.uint32�"".autotmp_0902�O(type.[1]interface {}�"".info�Jtype.*bootstrap/internal/obj.ProgInfo�"".p��Btype.*bootstrap/internal/obj.Prog�àÜßà9�°�f”8©#




,/ ��Ü8ÃG�Tgclocals·fbd5b7009fdd3864023723132632a4f4�Tgclocals·9cb7eb1aa89c15750a009182d02ada3a���X/tmp/go/src/cmd/compile/internal/arm/prog.goþ"".regnames��€��bH‹\$HÇ ���H‹����H‰\$H‹����H‰\$H‹����H‰\$ Ã��"".regname���6�"".regname���N �"".regname���@��� "".~r1�type.[]string�"".n��type.*int�@�@� š 4��Tgclocals·13d3af77a5bf02af6db4588efb2ea811�Tgclocals·3280bececceccd33cb74587feedb1f9f���V/tmp/go/src/cmd/compile/internal/arm/reg.goþ"".excludedregs��€��èdH‹ %����H;awè����ëêHƒì HÇ$ ��è����H‹\$H‰\$HÇ$ ��è����H‹\$H‰\$HÇ$ ��è����H‹D$H‹\$H‹l$H ëH ÃH‰\$(HƒÄ Ã
������ ��0runtime.morestack_noctxt���F��"".RtoB���t��"".RtoB���¢��"".RtoB���@��"".autotmp_0920�type.uint64�"".autotmp_0919�type.uint64� "".~r0��type.uint64�@Y? �€� ¢f�
�"^�Tgclocals·a7a3692b8e27e823add69ec4239ba55f�Tgclocals·3280bececceccd33cb74587feedb1f9f���V/tmp/go/src/cmd/compile/internal/arm/reg.goþ"".doregbits�� ��HÇD$����Ã� ��� "".~r1�type.uint64�"".r��type.int���¬��Tgclocals·9308e7ef08d2cc2f72ae1228688dacf9�Tgclocals·3280bececceccd33cb74587feedb1f9f���V/tmp/go/src/cmd/compile/internal/arm/reg.goþ"".RtoB��à��ÞH‹D$H=� ��|FH= ��>H= ��|H= ��t
HÇD$����ÃH‰ÁHé� ��HÇÅ���Hƒù@s HÓåH‰l$Ã1íëóH= ��|JH= ��BH= ��|0H= ��(H‰ÁHé ��HƒÁHÇÅ���Hƒù@s HÓåH‰l$Ã1íëóHÇD$����ÃHÇD$����Ã� ��� "".~r1�type.uint64�"".r��type.int�°�°�,Î
$(
��Tgclocals·9308e7ef08d2cc2f72ae1228688dacf9�Tgclocals·3280bececceccd33cb74587feedb1f9f���V/tmp/go/src/cmd/compile/internal/arm/reg.goþ"".BtoR��À��ºdH‹ %����H;awè����ëêHƒìH‹D$H%ü��Hƒø�uHÇD$ ����HƒÄÃH‰D$H‰$è����H‹\$HÃ� ��H‰\$ HƒÄÃ
������ ��0runtime.morestack_noctxt���†��Fbootstrap/compile/internal/gc.Bitno��� �� "".~r1�type.int�"".b��type.uint64�  #�`�ò '�
�B�Tgclocals·9308e7ef08d2cc2f72ae1228688dacf9�Tgclocals·3280bececceccd33cb74587feedb1f9f���V/tmp/go/src/cmd/compile/internal/arm/reg.goþ"".BtoF��à��ÆdH‹ %����H;awè����ëêHƒìH‹D$»��üÿH!ÃHƒû�uHÇD$ ����HƒÄÃH‰\$H‰$è����H‹\$HƒëHÃ ��H‰\$ HƒÄÃ
������ ��0runtime.morestack_noctxt���Š��Fbootstrap/compile/internal/gc.Bitno��� �� "".~r1�type.int�"".b��type.uint64�  '�p�† 5�
�D,�Tgclocals·9308e7ef08d2cc2f72ae1228688dacf9�Tgclocals·3280bececceccd33cb74587feedb1f9f���V/tmp/go/src/cmd/compile/internal/arm/reg.goþ"".init��À��²dH‹ %����H;awè����ëê¶����€û�t¶����€ûuÃè���� Æ����è����è����è����è����Æ����Ã
������ ��0runtime.morestack_noctxt���2��"".initdone·���J��"".initdone·���`��"runtime.throwinit���p�"".initdone·���|��fmt.init���†��>bootstrap/internal/obj/arm.init�����6bootstrap/internal/obj.init���š��Dbootstrap/compile/internal/gc.init���¦�"".initdone·��������`�`�’`�
�/1�Tgclocals·3280bececceccd33cb74587feedb1f9f�Tgclocals·3280bececceccd33cb74587feedb1f9f���V/tmp/go/src/cmd/compile/internal/arm/reg.goþ4type..hash.[2]interface {}�à��ÎdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸
������ ��0runtime.morestack_noctxt���ü��(runtime.nilinterhash���@`�� "".autotmp_0932�type.int�"".autotmp_0931�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[2]interface {}�`ˆ_` �°�°�
�}3�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþ0type..eq.[2]interface {}�à��ÈdH‹ %����H;awè����ëêHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHkíHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHkíHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ
������ ��0runtime.morestack_noctxt���Â��runtime.efaceeq���@°��"".autotmp_0936�?"type.interface {}�"".autotmp_0935�"type.interface {}�"".autotmp_0934�_type.int�"".autotmp_0933�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[2]interface {}�"".p��*type.*[2]interface {}�&°´¯° ¯°�ð�ð� � P�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþ4type..hash.[3]interface {}�à��ÎdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸
������ ��0runtime.morestack_noctxt���ü��(runtime.nilinterhash���@`�� "".autotmp_0939�type.int�"".autotmp_0938�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[3]interface {}�`ˆ_` �°�°�
�}3�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþ0type..eq.[3]interface {}�à��ÈdH‹ %����H;awè����ëêHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHkíHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHkíHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ
������ ��0runtime.morestack_noctxt���Â��runtime.efaceeq���@°��"".autotmp_0943�?"type.interface {}�"".autotmp_0942�"type.interface {}�"".autotmp_0941�_type.int�"".autotmp_0940�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[3]interface {}�"".p��*type.*[3]interface {}�&°´¯° ¯°�ð�ð� � P�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþ4type..hash.[1]interface {}�à��ÎdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸
������ ��0runtime.morestack_noctxt���ü��(runtime.nilinterhash���@`�� "".autotmp_0946�type.int�"".autotmp_0945�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[1]interface {}�`ˆ_` �°�°�
�}3�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþ0type..eq.[1]interface {}�à��ÈdH‹ %����H;awè����ëêHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHkíHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHkíHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ
������ ��0runtime.morestack_noctxt���Â��runtime.efaceeq���@°��"".autotmp_0950�?"type.interface {}�"".autotmp_0949�"type.interface {}�"".autotmp_0948�_type.int�"".autotmp_0947�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[1]interface {}�"".p��*type.*[1]interface {}�&°´¯° ¯°�ð�ð� � P�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþ4type..hash.[4]interface {}�à��ÎdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸
������ ��0runtime.morestack_noctxt���ü��(runtime.nilinterhash���@`�� "".autotmp_0953�type.int�"".autotmp_0952�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[4]interface {}�`ˆ_` �°�°�
�}3�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþ0type..eq.[4]interface {}�à��ÈdH‹ %����H;awè����ëêHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHkíHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHkíHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ
������ ��0runtime.morestack_noctxt���Â��runtime.efaceeq���@°��"".autotmp_0957�?"type.interface {}�"".autotmp_0956�"type.interface {}�"".autotmp_0955�_type.int�"".autotmp_0954�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[4]interface {}�"".p��*type.*[4]interface {}�&°´¯° ¯°�ð�ð� � P�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþRtype..hash.[3]bootstrap/internal/obj.Addr�à��ÎdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíPHëH‰$HÇD$P���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸
������ ��0runtime.morestack_noctxt���ü��Ltype..hash.bootstrap/internal/obj.Addr���@`�� "".autotmp_0960�type.int�"".autotmp_0959�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��Htype.*[3]bootstrap/internal/obj.Addr�`ˆ_` �°�°�
�}3�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþNtype..eq.[3]bootstrap/internal/obj.Addr�à��ÚdH‹ %����H;awè����ëêHƒì01ÀHÇD$ ���H‹l$ H9è}lH‰D$(H‹L$8Hƒù�tjH‹\$@H‰ÅHkíPHéHƒû�tQH‰ÅHkíPHëH‰ $H‰\$HÇD$P���è����¶\$€û�u
ÆD$P�HƒÄ0ÃH‹D$(HÿÀH‹l$ H9è|”ÆD$PHƒÄ0É뫉ë’
������ ��0runtime.morestack_noctxt���â��Htype..eq.bootstrap/internal/obj.Addr���@`�� "".autotmp_0962�type.int�"".autotmp_0961�type.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�Htype.*[3]bootstrap/internal/obj.Addr�"".p��Htype.*[3]bootstrap/internal/obj.Addr�`n_`_` �°�°�
�p@�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·3280bececceccd33cb74587feedb1f9f���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþbtype..hash.[10]bootstrap/compile/internal/gc.Node�à��ÔdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$
���H‹l$ H9è}hH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tGHií���HëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|˜H‰L$PHƒÄ0Éëµ
������ ��0runtime.morestack_noctxt���‚��Ztype..hash.bootstrap/compile/internal/gc.Node���@`�� "".autotmp_0967�type.int�"".autotmp_0966�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��Xtype.*[10]bootstrap/compile/internal/gc.Node�`‹_`
�°�°� �€0�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþ^type..eq.[10]bootstrap/compile/internal/gc.Node�€��ædH‹ %����H;awè����ëêHƒì01ÀHÇD$
���H‹l$ H9è}rH‰D$(H‹L$8Hƒù�tpH‹\$@H‰ÅHií���HéHƒû�tTH‰ÅHií���HëH‰ $H‰\$HÇD$���è����¶\$€û�u
ÆD$P�HƒÄ0ÃH‹D$(HÿÀH‹l$ H9è|ŽÆD$PHƒÄ0É먉ëŒ
������ ��0runtime.morestack_noctxt���î��Vtype..eq.bootstrap/compile/internal/gc.Node���@`�� "".autotmp_0969�type.int�"".autotmp_0968�type.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�Xtype.*[10]bootstrap/compile/internal/gc.Node�"".p��Xtype.*[10]bootstrap/compile/internal/gc.Node�`t_`_`�À�À�
�vJ�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·3280bececceccd33cb74587feedb1f9f���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþbtype..hash.[20]bootstrap/compile/internal/gc.Node�à��ÔdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}hH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tGHií���HëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|˜H‰L$PHƒÄ0Éëµ
������ ��0runtime.morestack_noctxt���‚��Ztype..hash.bootstrap/compile/internal/gc.Node���@`�� "".autotmp_0974�type.int�"".autotmp_0973�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��Xtype.*[20]bootstrap/compile/internal/gc.Node�`‹_`
�°�°� �€0�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþ^type..eq.[20]bootstrap/compile/internal/gc.Node�€��ædH‹ %����H;awè����ëêHƒì01ÀHÇD$ ���H‹l$ H9è}rH‰D$(H‹L$8Hƒù�tpH‹\$@H‰ÅHií���HéHƒû�tTH‰ÅHií���HëH‰ $H‰\$HÇD$���è����¶\$€û�u
ÆD$P�HƒÄ0ÃH‹D$(HÿÀH‹l$ H9è|ŽÆD$PHƒÄ0É먉ëŒ
������ ��0runtime.morestack_noctxt���î��Vtype..eq.bootstrap/compile/internal/gc.Node���@`�� "".autotmp_0976�type.int�"".autotmp_0975�type.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�Xtype.*[20]bootstrap/compile/internal/gc.Node�"".p��Xtype.*[20]bootstrap/compile/internal/gc.Node�`t_`_`�À�À�
�vJ�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·3280bececceccd33cb74587feedb1f9f���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþ`type..hash.[8309]bootstrap/internal/obj.ProgInfo�à��ÎdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$ u ��H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkí HëH‰$HÇD$ ���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸
������ ��0runtime.morestack_noctxt���ü��Ttype..hash.bootstrap/internal/obj.ProgInfo���@`�� "".autotmp_0981�type.int�"".autotmp_0980�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��Vtype.*[8309]bootstrap/internal/obj.ProgInfo�`ˆ_` �°�°�
�}3�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþ\type..eq.[8309]bootstrap/internal/obj.ProgInfo� ��”L‹L$H‹|$1ÒHÇÆu ��H9ò}]L‰ÉIƒù�tdH‰ÕHkí HéH‰øHƒÿ�tMH‰ÕHkí Hè‹‹(9ëu5H‹YH‹hH9ëu(H‹YH‹hH9ëuH‹YH‹hH9ëuHÿÂH9ò|£ÆD$ ÃÆD$ �Éë¯A‰ë—�@��� "".~r3�0type.bool�"".s� type.uintptr�"".q�Vtype.*[8309]bootstrap/internal/obj.ProgInfo�"".p��Vtype.*[8309]bootstrap/internal/obj.ProgInfo�����Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·3280bececceccd33cb74587feedb1f9f���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþftype..hash.[3]bootstrap/compile/internal/gc.Typedef�à��ÎdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkí HëH‰$HÇD$ ���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸
������ ��0runtime.morestack_noctxt���ü��`type..hash.bootstrap/compile/internal/gc.Typedef���@`�� "".autotmp_0988�type.int�"".autotmp_0987�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��\type.*[3]bootstrap/compile/internal/gc.Typedef�`ˆ_` �°�°�
�}3�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþbtype..eq.[3]bootstrap/compile/internal/gc.Typedef� ��‚dH‹ %����H;awè����ëêHƒìh1ÀHÇD$(���H‹l$(H9èØ���H‰D$0H‹L$pHƒù�„ó���H‹\$xH‰ÅHkí HéHƒû�„Ó���H‰ÅHkí HëH‰L$@Hƒù�„³���H‹1H‹IH‰\$8Hƒû�„–���H‹H‹CH9Áu}H‰t$XH‰4$H‰L$`H‰L$H‰T$HH‰T$H‰D$PH‰D$è����H‹L$@H‹D$8¶\$ €û�t=H‹YH‹hH9ëu0H‹YH‹hH9ëu#H‹D$0HÿÀH‹l$(H9èŒ(ÿÿÿƄ$ˆ���HƒÄhÃƄ$ˆ����HƒÄhÉécÿÿÿ‰éFÿÿÿ‰é&ÿÿÿ‰éÿÿÿ
������ ��0runtime.morestack_noctxt���†�� runtime.eqstring���@Ð��"".autotmp_0994�?type.string�"".autotmp_0993�type.string�"".autotmp_0992�_Vtype.*bootstrap/compile/internal/gc.Typedef�"".autotmp_0991�OVtype.*bootstrap/compile/internal/gc.Typedef�"".autotmp_0990�type.int�"".autotmp_0989�otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�\type.*[3]bootstrap/compile/internal/gc.Typedef�"".p��\type.*[3]bootstrap/compile/internal/gc.Typedef�&ÐýÏÐ ÏÐ+�Ð�Ð��ÂŽ�Tgclocals·fa7203fd5ed88aea99b7be572f707eb0�Tgclocals·65526a5f07004f02424fe51b799cdd23���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþ*type..hash.[32]string�à��ÎdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸
������ ��0runtime.morestack_noctxt���ü��runtime.strhash���@`�� "".autotmp_0997�type.int�"".autotmp_0996�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p�� type.*[32]string�`ˆ_` �°�°�
�}3�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþ&type..eq.[32]string�à��ÈdH‹ %����H;awè����ëêHƒìX1ÀHÇD$( ���H‹l$(H9荒���H‰D$0H‹\$`Hƒû�„–���H‰ÅHkíHëH‹3H‹KH‹\$hHƒû�tvH‰ÅHkíHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ
������ ��0runtime.morestack_noctxt���Â�� runtime.eqstring���@°��"".autotmp_1001�?type.string�"".autotmp_1000�type.string�"".autotmp_0999�_type.int�"".autotmp_0998�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q� type.*[32]string�"".p�� type.*[32]string�&°´¯° ¯°�ð�ð� � P�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���€/tmp/go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.goþTgclocals·ec2e3ee5882e175936f1461181453b3c�h��h ��� �������������
�����€�� ��¢��¢��� ���€����þTgclocals·2fee43fa95b7549f98133275d8b71648�h��h ����������������������������������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þZgo.string."sgen: invalid alignment %d for %v"�p��d��������!�������sgen: invalid alignment %d for %v�� �Zgo.string."sgen: invalid alignment %d for %v"���þjgo.string."sgen: unaligned size %d (align=%d) for %v"�€��t��������)�������sgen: unaligned size %d (align=%d) for %v�� �jgo.string."sgen: unaligned size %d (align=%d) for %v"���þ|go.string."sgen: unaligned offset src %d or dst %d (align %d)"���†��������2�������sgen: unaligned offset src %d or dst %d (align %d)�� �|go.string."sgen: unaligned offset src %d or dst %d (align %d)"���þ(go.string."duffcopy"�@��2���������������duffcopy�� �(go.string."duffcopy"���þTgclocals·46529931cf8f969dbaed08803d4cc9c6�Ð��Ð���À�����������������������������€ð����������������������ð���������������������€�ðÿ����������������������ðÿ���������������������������� ªª~UªªêW¥ªª~U��������� ªª~UªªêW¥ªª~U�ˆ�������� ªª~UªªêW¥ªª~U������ªªêW¥ªª~UªªêW¥ªª~U�ˆ����ªªêW¥ªª~UªªêW¥ªª~U ˆ����ªªêW¥ªª~UªªêW¥ªª~Uˆ����ªªêW¥ªª~UªªêW¥ªª~U�€����ªªêW¥ªª~UªªêW¥ªª~U���������������������������������������������€���������������������€"���������������������‚"���������������������€����������������������€������������������������þTgclocals·b09f6a017048bedf8658cad4fe938817�°��°���
���Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z���þgo.string."n"�0��$���������������n�� �go.string."n"���þgo.string."res"�0��(���������������res�� �go.string."res"���þ6go.string."cgen64 %v of %v"�@��@���������������cgen64 %v of %v�� �6go.string."cgen64 %v of %v"���þ*go.string."cgen64 %v"�@��4�������� �������cgen64 %v�� �*go.string."cgen64 %v"���þRgo.string."cgen64: not implemented: %v\n"�`��Z���������������cgen64: not implemented: %v
�� �Rgo.string."cgen64: not implemented: %v\n"���þTgclocals·989e8e9387340bd52a32244b045fe79a�ð!��ð!l���†������������������������������������� �������������������"Â?�����������������"À?�����€�������������������€�������������������������������������€��€�����������������€€�����������������‚€�����������������‚ˆ���������������� ‚ˆ���������������� ˆ���������������� �ˆ���������������� ����������������� ������������������� �������������������ˆ€�����������������ˆ‚�����������������ˆ‚����������������ˆ‚�����"�����������‚�����"����������������"�����������������"������������������"�������������������"������������������� ������������€€������������������€€������ð ���������€€������ð ���������€€����������������€€�����������������€€�����������������€ �����������������  �����������������  ����������������  �����ˆ�����������  ����ˆ�����������  ��€�ˆ����������� €��€�ˆ�����������€€��€�ˆ�����������€€���€�ˆ�����������€€�����ˆ�����������  ��€��ˆ�����������  ��€ �ˆ�����������€ ��€ �ˆ�����������€€��€ �ˆ�����������€€��� �ˆ�����������  ����ˆ�����������  ���ˆ�����������  ��ˆ�����������  �"�ˆ����������� €�"�ˆ�����������€€�"�ˆ�����������€€�"��ˆ�����������€€�"���ˆ�����������€€����ˆ�����������€€�� ��ˆ�����������€€�� � ˆ���������€�€€�� � ˆ���������€€€�� � ˆ���������€€€� � ˆ���������€€€"� � ˆ���������€€€" � ˆ�������
��€€€� � ˆ�������
�€€€� � ˆ�������
€€€€� � ˆ�������
ˆ€€€� � ˆ�������
ˆ€�€€� � ˆ�������‚ˆ€�€€� � ˆ�������‚ˆ�€�€€� � ˆ�������‚�€�€€� � ˆ�������‚��€�€€� � ˆ���������€�€€� � ˆ�����������€€� � ˆ�����������€€���� ˆ�����������€€����ˆ�����������€€���€ˆ����������€€���€ˆ��������� €€���€ˆ��������� €€��€ˆ��������� €€€�€ˆ��������� €€ˆ€�€ˆ��������� €€ˆ��€ˆ�������"�� €€��€ˆ�������"� €€��€ˆ�������"�" €€��€ˆ�������" " €€��€ˆ�������" " �€€��€ˆ�������"" �€€��€ˆ�������" �€€��€ˆ�������"� �€€��€ˆ�������� �€€��€ˆ��������� �€€��€ˆ�����������€€��€ˆ�����������€€����€ˆ����������€  �����ˆ����������€€ �����ˆ����������€€€�����ˆ�����������€€����ˆ�����������€€���ˆ�����������€€����ˆ�����������€€�����ˆð���������€€�����ˆð�����������€€�����ˆ�������������€�����ˆ�������������������ˆ�������������������€��������þTgclocals·a9bd9421831cbb3ed211c8a5d0986c6d�ð��ðl������
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
����þ.go.string."cmp64 %v %v"�@��8�������� �������cmp64 %v %v�� �.go.string."cmp64 %v %v"���þTgclocals·944bd49c955525366d40a7d517424208�à��à���(������������ ������� ������(������¨������ª�����€ª�����‚ª�����‚ª������‚*������€*������ˆ*������Š*������¨*€ÿ���ˆ*€ÿ���ˆ*€�ÿ���Š
������Š������Š�������
���������������þTgclocals·8ef67a51ac520bf9d59c4eacdad6ef69�¸��¸���
���Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þ:go.string."needzero class %d"�P��D���������������needzero class %d�� �:go.string."needzero class %d"���þPgo.string."var %v has size %d offset %d"�`��Z���������������var %v has size %d offset %d�� �Pgo.string."var %v has size %d offset %d"���þTgclocals·a98537178876e5520d17663891f26c26������$�����������*À �����*À�����*�������*ÿ���*�ÿ���"�������(��������þTgclocals·32dd6b3b5829b8bd98ed964596384130�P��P�������������������������������þ(go.string."duffzero"�@��2���������������duffzero�� �(go.string."duffzero"���þTgclocals·f6dcde45bff02c6c4b088b594fd52a4c�(��(�����������������þTgclocals·635797d90e0129b5b06f111c889a19bc�(��(��� ���V��V��V���þTgclocals·d2e041a10de0e1336f76d4c7057931a0�0��0���������� ����������þTgclocals·241ab3fa7f540b0b4fadeeb80d5d1115�0��0������VU��VU��VU��VU���þ0go.string."cgen_hmul %v"�@��:�������� �������cgen_hmul %v�� �0go.string."cgen_hmul %v"���þTgclocals·984e839251f7fc9aa0d3bfc120373948�P��P�������������"���*���(���(¼��(<������þTgclocals·b1337c81c44feb0fba737fdc772421aa�P��P������*���*���*���*���*���*���*���*����þ2go.string."cgen_shift %v"�@��<�������� �������cgen_shift %v�� �2go.string."cgen_shift %v"���þTgclocals·a7bb74f38573e125ddea66dd28a82df3�Ð��Ð���N�������������������/������������������������������€�����������€������������������������������ ���������"����������""����������*"����������*"��¨ªª_���*"���������""
���������""��������""���������""��������� "���������ˆ "���������( "����������"�����������"���������������������þTgclocals·0022b01428c23fbd4676a834f74282bd�Ð��Ð���
���¥��¥��¥��¥��¥��¥��¥��¥��¥��¥��¥��¥��¥��¥��¥��¥��¥��¥��¥��¥��¥��¥��¥��¥���þ,go.string."\nclearfat"�@��4�������� �������
clearfat�� �,go.string."\nclearfat"���þTgclocals·65863dab9cd537c87b442f94225d663d�˜��˜ ���V����������������€ªªúU©ªª_�� ªªúU©ªª_��¢ªªúU©ªª_�€¢ªªúU©ªª_�€ ªªúU©ªª_�€¨ªªúU©ªª_�‚¨ªªúU©ªª_�  ªªúU©ªª_�ˆ ªªúU©ªª_�€€ªªúU©ªª_��þTgclocals·6f47602543bbdb7d5b79f6fa9870dc4b�h��h ����������������������������������������þ>go.string."generated nil check"�P��H���������������generated nil check�� �>go.string."generated nil check"���þ@go.string."invalid nil check %v"�P��J���������������invalid nil check %v�� �@go.string."invalid nil check %v"���þTgclocals·af69e3ee05c79270d2683695093a8727�H��H���������� ��� ð� ð�� ���"���(����þTgclocals·ce3ac48024ab99dccf70ef1fe4c8779e�H��H����������������������������þTgclocals·e1ae6533a9e39048ba0735a2264ce16a� �� ��������������þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·e475e3c2360b557d64285d9b9a4e5064�0��0�������������
�������þTgclocals·5a22a36049d210204767952bd66c7181�0��0������%���%���%���%����þTgclocals·3d4c0ba1c04bc9638c8725bdf75895c7�@��@�������������
���Š���ª���ˆ����þTgclocals·91000369b945870969e6b8bb863f5f8d�@��@��� ���©��©��©��©��©��©���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9939bf55a3a4024feaa9d0dd993681b9���������&����þTgclocals·e1ae6533a9e39048ba0735a2264ce16a� �� ��������������þTgclocals·ac5bea9c8a91f5fb1d31bdacc5067b57� �� �������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9308e7ef08d2cc2f72ae1228688dacf9�������������þ,go.string."split64 %v"�@��6��������
�������split64 %v�� �,go.string."split64 %v"���þ2go.string."split64 clean"�@��<�������� �������split64 clean�� �2go.string."split64 clean"���þTgclocals·659cd4e35798a18da32ef1266e73263e� ��  ���8������������¼�������<������ ���������������� ªª~U�� ªª~U��������� ªª~U��þTgclocals·fb263d3b9ea51436fb00af80bb1e1f02�X��X ������*���*���*���*���*���*���*���*���*����þ,go.string."splitclean"�@��6��������
�������splitclean�� �,go.string."splitclean"���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þ8go.string."gmove %v -> %v\n"�@��@���������������gmove %v -> %v
�� �8go.string."gmove %v -> %v\n"���þ4go.string."gmove %v -> %v"�@��>���������������gmove %v -> %v�� �4go.string."gmove %v -> %v"���þ`go.string."gmove UINT64, TFLOAT not implemented"�p��j��������$�������gmove UINT64, TFLOAT not implemented�� �`go.string."gmove UINT64, TFLOAT not implemented"���þTgclocals·d110886f25d7977bd8c039b7088f1dbd�¨ ��¨ 1���P����������������������ÿ����������ÿ�����������ÿ��������������������������������������� ���������� ������������� ���������� ����������������������������������� ����������� ���������� �� ������� � ��������� ���������� ������������������� �����������"����������� � ����������� ���������������������€����������€��������������€�����������������������������€����������€�������������� ����������€ �����€����€ �����€€���€ �����€€��€ �����€€ �€ �����€€ �� �����€€ ���������€ ���������� ���������� ��������������������������������������������������������€��������þTgclocals·ce177223b2e38a1fe70078464f6ea8cb�˜��˜1������
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·d3486bc7ce1948dc22d7ad1c0be2887a���������
����þNgo.string."gins OINDEX not implemented"�`��X���������������gins OINDEX not implemented�� �Ngo.string."gins OINDEX not implemented"���þ@go.string."bad operands to gcmp"�P��J���������������bad operands to gcmp�� �@go.string."bad operands to gcmp"���þ>go.string."bad operands to mul"�P��H���������������bad operands to mul�� �>go.string."bad operands to mul"���þ<go.string."gins double memory"�P��F���������������gins double memory�� �<go.string."gins double memory"���þ:go.string."gins arith to mem"�P��D���������������gins arith to mem�� �:go.string."gins arith to mem"���þ8go.string."rsb with no from"�P��B���������������rsb with no from�� �8go.string."rsb with no from"���þ go.string."%v\n"�0��(���������������%v
�� � go.string."%v\n"���þTgclocals·c1efc01ceca94629de9fe185093fc2d0�0��0������������� ��Â���þTgclocals·2bfc7858cfa5e35210149333ceefab62�0��0������)���)���)���)����þ8go.string."bad in raddr: %v"�P��B���������������bad in raddr: %v�� �8go.string."bad in raddr: %v"���þ@go.string."bad in raddr: <null>"�P��J���������������bad in raddr: <null>�� �@go.string."bad in raddr: <null>"���þTgclocals·eeb5bbe8126f8da85dfb72b9d55d6413�0��0�������������€¼��€<���þTgclocals·0900b3ce34468e7211fedd5d94de68ce�0��0������
���
���
���
����þ>go.string."bad shift value: %d"�P��H���������������bad shift value: %d�� �>go.string."bad shift value: %d"���þTgclocals·403a8d79fd24b295e8557f6970497aa3�(��(����������ð��ð����þTgclocals·8578e84dc155d986e2160d18f3ccbf93�(��(���
���™���™���™����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·ac761f567a62f10104e9892510b7a338������ ���™���þ8go.string."optoas: t is nil"�P��B���������������optoas: t is nil�� �8go.string."optoas: t is nil"���þlgo.string."optoas: no entry %v-%v etype %v simtype %v"�€��v��������*�������optoas: no entry %v-%v etype %v simtype %v�� �lgo.string."optoas: no entry %v-%v etype %v simtype %v"���þTgclocals·b6c5faec6fa09c18c4ede855ee52a438�0��0��� �������‚ÿÿ€ÿÿ€�ÿÿ�þTgclocals·617d0491d47c86b7a175b79a4586e4e3�0��0������ ��� ��� ��� ����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·29f0050a5ee7c2b9348a75428171d7de� �� ��������������þTgclocals·bd51743682bd6c0f7b9f2e8e6dffed99� �� ������
���
����þ0go.string."can't happen"�@��:�������� �������can't happen�� �0go.string."can't happen"���þTgclocals·d8ffec8297a4c4e851177b7689c42183�@��@����������
������(���Š���ˆ����þTgclocals·cf97a2c316dc1bc9632901366ae7dcf2�@��@������)���)���)���)���)���)����þ"go.string."loop1"�0��,���������������loop1�� �"go.string."loop1"���þTgclocals·902fbd1cf22e50be110ac0b145dd9951�0��0���������� ���"���(����þTgclocals·fbd5b7009fdd3864023723132632a4f4�0��0�������������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·06cab038d51064a089bda21fa03e00f7�������������þ:go.string."gotit: %v->%v\n%v"�P��B���������������gotit: %v->%v
%v�� �:go.string."gotit: %v->%v\n%v"���þ&go.string." excise"�0��0��������������� excise�� �&go.string." excise"���þgo.string."\n"�0��$���������������
�� �go.string."\n"���þ*go.string."%v last\n"�@��2���������������%v last
�� �*go.string."%v last\n"���þTgclocals·94577bc6671f72795ab5c76cfa6c87bb�°��°
���*�����������ª�������ª� �����ª�"Âÿ��ª�"Àÿ��*�������*ð�����*ð�������ð������ð�������þTgclocals·a89e82532b08703817da6ad245f4f6c1�`��`
�������������������������������������þTgclocals·b6d8126175c6d45931aea4006676e7c9� �� ����������
����þTgclocals·bd51743682bd6c0f7b9f2e8e6dffed99� �� ������
���
����þ>go.string."act set; return 1\n"�P��F���������������act set; return 1
�� �>go.string."act set; return 1\n"���þ<go.string."copy %v->%v f=%d\n"�P��D���������������copy %v->%v f=%d
�� �<go.string."copy %v->%v f=%d\n"���þgo.string."%v"�0��&���������������%v�� �go.string."%v"���þ2go.string."; merge; f=%d"�@��<�������� �������; merge; f=%d�� �2go.string."; merge; f=%d"���þ>go.string."; %vrar; return 0\n"�P��F���������������; %vrar; return 0
�� �>go.string."; %vrar; return 0\n"���þ>go.string."; %vset; return 1\n"�P��F���������������; %vset; return 1
�� �>go.string."; %vset; return 1\n"���þZgo.string."; %vused+set and f=%d; return 0\n"�p��b�������� �������; %vused+set and f=%d; return 0
�� �Zgo.string."; %vused+set and f=%d; return 0\n"���þRgo.string."; %vused and f=%d; return 0\n"�`��Z���������������; %vused and f=%d; return 0
�� �Rgo.string."; %vused and f=%d; return 0\n"���þDgo.string."; sub fail; return 0\n"�P��L���������������; sub fail; return 0
�� �Dgo.string."; sub fail; return 0\n"���þ,go.string."; sub%v/%v"�@��6��������
�������; sub%v/%v�� �,go.string."; sub%v/%v"���þHgo.string."; %vused+set; return 1\n"�P��P���������������; %vused+set; return 1
�� �Hgo.string."; %vused+set; return 1\n"���þ@go.string."; %vset and !f; f=%d"�P��J���������������; %vset and !f; f=%d�� �@go.string."; %vset and !f; f=%d"���þTgclocals·ea20fa0aa3433519b80e22628dbc8123�ð��ð���,������������€�������ˆ�ÿ���ˆ��ÿ��Â�����Â�������������Àƒ�����Àƒ�������€ÿ�����€�ÿ����€������ˆÿ����ˆ�ÿ�����þTgclocals·2c9c15e249b87392a90db44af1ebeb56�€��€���
���j���j���j���j���j���j���j���j���j���j���j���j���j���j����þ<go.string."constprop %v->%v\n"�P��D���������������constprop %v->%v
�� �<go.string."constprop %v->%v\n"���þ:go.string."; merge; return\n"�P��B���������������; merge; return
�� �:go.string."; merge; return\n"���þ:go.string."; %vset; return\n"�P��B���������������; %vset; return
�� �:go.string."; %vset; return\n"���þTgclocals·bfcf130adf5b09250b81c11f39ea6bbd�p��p ��� ��������€���ˆÿ�ˆ�ÿÂ�Â�����€��ˆÿˆ�ÿÀƒ�Àƒ���þTgclocals·98c30486262de670fc13380a78a14761�p��p ������*���*���*���*���*���*���*���*���*���*���*���*����þ:go.string."shortprop\n%v\n%v"�@��@���������������shortprop
%v
%v�� �:go.string."shortprop\n%v\n%v"���þ(go.string." => %v\n"�0��0��������������� => %v
�� �(go.string." => %v\n"���þTgclocals·731a55249c67e102e1ed282a3a0d8a33�H��H�������������
�Â?�Â?�À?�ò��ò���þTgclocals·3be0b30e44224793f9e9b8c26d600a35�H��H����������������������������þ\go.string."\tBOTCH: result not reg; FAILURE\n"�p��b�������� ������� BOTCH: result not reg; FAILURE
�� �\go.string."\tBOTCH: result not reg; FAILURE\n"���þ2go.string."shiftprop\n%v"�@��:�������� �������shiftprop
%v�� �2go.string."shiftprop\n%v"���þ>go.string."\tbranch; FAILURE\n"�P��D��������������� branch; FAILURE
�� �>go.string."\tbranch; FAILURE\n"���þ<go.string."\tmerge; FAILURE\n"�P��B��������������� merge; FAILURE
�� �<go.string."\tmerge; FAILURE\n"���þ go.string."\n%v"�0��(���������������
%v�� � go.string."\n%v"���þLgo.string."\targs modified; FAILURE\n"�`��R��������������� args modified; FAILURE
�� �Lgo.string."\targs modified; FAILURE\n"���þJgo.string."\tBOTCH: noref; FAILURE\n"�P��P��������������� BOTCH: noref; FAILURE
�� �Jgo.string."\tBOTCH: noref; FAILURE\n"���þ@go.string."\tnon-dpi; FAILURE\n"�P��F��������������� non-dpi; FAILURE
�� �@go.string."\tnon-dpi; FAILURE\n"���þFgo.string."\tcan't swap; FAILURE\n"�P��L��������������� can't swap; FAILURE
�� �Fgo.string."\tcan't swap; FAILURE\n"���þ$go.string."\t=>%v"�0��,��������������� =>%v�� �$go.string."\t=>%v"���þ`go.string."\tshift result used twice; FAILURE\n"�p��f��������"������� shift result used twice; FAILURE
�� �`go.string."\tshift result used twice; FAILURE\n"���þfgo.string."\tshift result used in shift; FAILURE\n"�p��l��������%������� shift result used in shift; FAILURE
�� �fgo.string."\tshift result used in shift; FAILURE\n"���þbgo.string."\tBOTCH: where is it used?; FAILURE\n"�p��h��������#������� BOTCH: where is it used?; FAILURE
�� �bgo.string."\tBOTCH: where is it used?; FAILURE\n"���þJgo.string."\tinconclusive; FAILURE\n"�P��P��������������� inconclusive; FAILURE
�� �Jgo.string."\tinconclusive; FAILURE\n"���þ>go.string."\treused; FAILURE\n"�P��D��������������� reused; FAILURE
�� �>go.string."\treused; FAILURE\n"���þ:go.string."\t=>%v\tSUCCEED\n"�@��>��������������� =>%v SUCCEED
�� �:go.string."\t=>%v\tSUCCEED\n"���þTgclocals·c01e5bf1ea9287d89b24bafad62ad3f1�à��à ���@������������ ��P¥ÿ�Â��P¥ÿ�����P¥ÿ" ��P¥ÿ"Â��P¥ÿ"���P¥ÿ���P¥ÿŠÂ ��P¥ÿŠÂ��P¥ÿ
���P¥ÿ�À ��P¥ÿ�À��P¥ÿ�þTgclocals·ce5e4e35a1a4007172d4b6f7066ff15d�x��x ����������������������������������������������þTgclocals·e1ae6533a9e39048ba0735a2264ce16a� �� ��������������þTgclocals·bd51743682bd6c0f7b9f2e8e6dffed99� �� ������
���
����þTgclocals·e1ae6533a9e39048ba0735a2264ce16a� �� ��������������þTgclocals·d69c4140875de858f5dc9e2e8acb0bc0� �� ������*���*����þTgclocals·6366f1fe55aa97d3cbf926112b238917�0��0���<�����������Uú_¥ÿUú�þTgclocals·d69c4140875de858f5dc9e2e8acb0bc0� �� ������*���*����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·d3486bc7ce1948dc22d7ad1c0be2887a���������
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·8d11a518189555fd7f3bac3cc6ad264c���������*����þTgclocals·d30db371c4a5ca394ca81b49a252222d�H��H����������€Uú¨Uú�UúˆUú
UúUú�þTgclocals·bf5e60959dd90b6bca375a141e63aa0d�H��H������*���*���*���*���*���*���*����þDgo.string."copyu: can't find %v\n"�P��L���������������copyu: can't find %v
�� �Dgo.string."copyu: can't find %v\n"���þTgclocals·1eb9d8ec9969f1d922533aa863dff6f6�(��(���������� /�� ���þTgclocals·c4cb29e091cd67244c9e48bdbef7ac3b�(��(������*���*���*����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·d3486bc7ce1948dc22d7ad1c0be2887a���������
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·d3486bc7ce1948dc22d7ad1c0be2887a���������
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·d3486bc7ce1948dc22d7ad1c0be2887a���������
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·d3486bc7ce1948dc22d7ad1c0be2887a���������
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·586682ab6bcae4efd801c91610f373fc������
���j����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·586682ab6bcae4efd801c91610f373fc������
���j����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·06cab038d51064a089bda21fa03e00f7�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·06cab038d51064a089bda21fa03e00f7�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·06cab038d51064a089bda21fa03e00f7�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·d3486bc7ce1948dc22d7ad1c0be2887a���������
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·06cab038d51064a089bda21fa03e00f7�������������þTgclocals·e1ae6533a9e39048ba0735a2264ce16a� �� ��������������þTgclocals·331a9501009422848173176a88d5cb4a� �� ������Z���Z����þTgclocals·f9dc738b8c889e03e2131f074da558bd�(��(���������� ���*����þTgclocals·15395a9df917b4c9aa74d5c6c7e1ebf4�(��(����������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·06cab038d51064a089bda21fa03e00f7�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·06cab038d51064a089bda21fa03e00f7�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·06cab038d51064a089bda21fa03e00f7�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·d3486bc7ce1948dc22d7ad1c0be2887a���������
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·519efd86263089ddb84df3cfe7fd2992�������������þDgo.string."unknown instruction %v"�P��N���������������unknown instruction %v�� �Dgo.string."unknown instruction %v"���þTgclocals·9cb7eb1aa89c15750a009182d02ada3a�0��0���������� ��Â������þTgclocals·fbd5b7009fdd3864023723132632a4f4�0��0�������������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·13d3af77a5bf02af6db4588efb2ea811�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·a7a3692b8e27e823add69ec4239ba55f��������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9308e7ef08d2cc2f72ae1228688dacf9�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9308e7ef08d2cc2f72ae1228688dacf9�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9308e7ef08d2cc2f72ae1228688dacf9�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9308e7ef08d2cc2f72ae1228688dacf9�������������þgo.string."arm"�0��(���������������arm�� �go.string."arm"���þgo.string."int"�0��(���������������int�� �go.string."int"���þ go.string."uint"�0��*���������������uint�� � go.string."uint"���þ&go.string."uintptr"�0��0���������������uintptr�� �&go.string."uintptr"���þgo.string.".R0"�0��(���������������.R0�� �go.string.".R0"���þgo.string.".R1"�0��(���������������.R1�� �go.string.".R1"���þgo.string.".R2"�0��(���������������.R2�� �go.string.".R2"���þgo.string.".R3"�0��(���������������.R3�� �go.string.".R3"���þgo.string.".R4"�0��(���������������.R4�� �go.string.".R4"���þgo.string.".R5"�0��(���������������.R5�� �go.string.".R5"���þgo.string.".R6"�0��(���������������.R6�� �go.string.".R6"���þgo.string.".R7"�0��(���������������.R7�� �go.string.".R7"���þgo.string.".R8"�0��(���������������.R8�� �go.string.".R8"���þgo.string.".R9"�0��(���������������.R9�� �go.string.".R9"���þ go.string.".R10"�0��*���������������.R10�� � go.string.".R10"���þ go.string.".R11"�0��*���������������.R11�� � go.string.".R11"���þ go.string.".R12"�0��*���������������.R12�� � go.string.".R12"���þ go.string.".R13"�0��*���������������.R13�� � go.string.".R13"���þ go.string.".R14"�0��*���������������.R14�� � go.string.".R14"���þ go.string.".R15"�0��*���������������.R15�� � go.string.".R15"���þgo.string.".F0"�0��(���������������.F0�� �go.string.".F0"���þgo.string.".F1"�0��(���������������.F1�� �go.string.".F1"���þgo.string.".F2"�0��(���������������.F2�� �go.string.".F2"���þgo.string.".F3"�0��(���������������.F3�� �go.string.".F3"���þgo.string.".F4"�0��(���������������.F4�� �go.string.".F4"���þgo.string.".F5"�0��(���������������.F5�� �go.string.".F5"���þgo.string.".F6"�0��(���������������.F6�� �go.string.".F6"���þgo.string.".F7"�0��(���������������.F7�� �go.string.".F7"���þgo.string.".F8"�0��(���������������.F8�� �go.string.".F8"���þgo.string.".F9"�0��(���������������.F9�� �go.string.".F9"���þ go.string.".F10"�0��*���������������.F10�� � go.string.".F10"���þ go.string.".F11"�0��*���������������.F11�� � go.string.".F11"���þ go.string.".F12"�0��*���������������.F12�� � go.string.".F12"���þ go.string.".F13"�0��*���������������.F13�� � go.string.".F13"���þ go.string.".F14"�0��*���������������.F14�� � go.string.".F14"���þ go.string.".F15"�0��*���������������.F15�� � go.string.".F15"���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þ,"".thechar��type.int�5��������þ*"".thestring�� type.string� ���������������� �go.string."arm"���þ*"".thelinkarch��Jtype.*bootstrap/internal/obj.LinkArch������������Dbootstrap/internal/obj/arm.Linkarm���þ,"".MAXWIDTH��type.int64�ÿÿÿÿ�����þ*"".typedefs��0Xtype.[]bootstrap/compile/internal/gc.Typedef�0�������������������������""".statictmp_0926���þ*"".resvd��0type.[]int�0�������������������������""".statictmp_0927���þ*"".ncon_n�� Ntype.bootstrap/compile/internal/gc.Node���þ*"".sclean��ÀVtype.[10]bootstrap/compile/internal/gc.Node���þ,"".nsclean��type.int���þ*"".clean��€-Vtype.[20]bootstrap/compile/internal/gc.Node���þ,"".cleani��type.int���þ,"".gactive��type.uint32���þ*"".predinfo��0ˆtype.[]struct { opcode int; notopcode int; scond int; notscond int }�0�������������������������""".statictmp_0928���þ,"".progtable��Àº Ttype.[8309]bootstrap/internal/obj.ProgInfo�ˆ² ���������������������������������� ���������������������������������������������������������������������������������������������� ������������������������������� ������������������������������������������������������������������������������������������������������������������������������P���������������������������������������������������������������������������������������������������������������������������������������������������������€����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ����������������������������� ����������������������������� ����������������������������� ����������������������������� ����������������������������� ����������������������������� ����������������������������� ����������������������������� „������������������������������ „������������������������������ „������������������������������ „������������������������������ ����������������������������� ����������������������������� ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������€����������������������������� ����������������������������� �����������������������������������������������������������€�����������������������������€�����������������������������������������������������������€„�������������������������������…������������������������������€„������������������������������…�����������������������������€„������������������������������…�����������������������������€„������������������������������…�����������������������������€„������������������������������…��������������������������������������������������������������…��������������������������������������������������������������������������������������������� ����������������������������� ����������������������������� ����������������������������� ����������������������������� ����������������������������� ����������������������������� ����������������������������� ����������������������������� ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ”����������������������������������������������������������������������������������������������������������������������������� ����������������������������� ”����������������������������� ����������������������������� ”��þ*"".regname��0type.[]string�0�������� ������� ����������""".statictmp_0929���þ*""".statictmp_0926��ÀZtype.[3]bootstrap/compile/internal/gc.Typedef�À��������������� �����������������������������
����������������������������� ��������������� �go.string."int"���@ � go.string."uint"���€ �&go.string."uintptr"���þ,""".statictmp_0927�� type.[2]int� ������
�������þ,""".statictmp_0928��€Œtype.[16]struct { opcode int; notopcode int; scond int; notscond int }�€" ������# ���������������������# ������" ���������������������$ ������& ��������������������% ������' ��������������������& ������$ ��������������������' ������% ��������������������( ������) ��������������������) ������( ��������������������* ������+ ��������������������+ ������* ��������������������, ������- ������������� �������- ������, ������ ��������������. ������/ ������
������� �������/ ������. ������ �������
�������0 ������1 ������ ������� �������1 ������0 ������ ������� ��������þ*""".statictmp_0929��€type.[32]string�€������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������@� �go.string.".R0"���  �go.string.".R1"���@ �go.string.".R2"���` �go.string.".R3"���€ �go.string.".R4"���  �go.string.".R5"���À �go.string.".R6"���à �go.string.".R7"���€ �go.string.".R8"���  �go.string.".R9"���À � go.string.".R10"���à � go.string.".R11"���€ � go.string.".R12"���  � go.string.".R13"���À � go.string.".R14"���à � go.string.".R15"���€ �go.string.".F0"���  �go.string.".F1"���À �go.string.".F2"���à �go.string.".F3"���€ �go.string.".F4"���  �go.string.".F5"���À �go.string.".F6"���à �go.string.".F7"���€ �go.string.".F8"���  �go.string.".F9"���À � go.string.".F10"���à � go.string.".F11"���€ � go.string.".F12"���  � go.string.".F13"���À � go.string.".F14"���à � go.string.".F15"���þ,"".initdone·��type.uint8���þ"".cgenindex·f��������������"".cgenindex���þJbootstrap/compile/internal/gc.Is64·f��������������Dbootstrap/compile/internal/gc.Is64���þJbootstrap/compile/internal/gc.Cgen·f��������������Dbootstrap/compile/internal/gc.Cgen���þ(runtime.newobject·f��������������"runtime.newobject���þRbootstrap/compile/internal/gc.Tempname·f��������������Lbootstrap/compile/internal/gc.Tempname���þ"".split64·f��������������"".split64���þ"".gmove·f��������������"".gmove���þ "".splitclean·f��������������"".splitclean���þRbootstrap/compile/internal/gc.Regalloc·f��������������Lbootstrap/compile/internal/gc.Regalloc���þRbootstrap/compile/internal/gc.Nodconst·f��������������Lbootstrap/compile/internal/gc.Nodconst���þ"".gins·f��������������"".gins���þPbootstrap/compile/internal/gc.Regfree·f��������������Jbootstrap/compile/internal/gc.Regfree���þPbootstrap/compile/internal/gc.Gbranch·f��������������Jbootstrap/compile/internal/gc.Gbranch���þ,runtime.throwreturn·f��������������&runtime.throwreturn���þ"".igenindex·f��������������"".igenindex���þ"".blockcopy·f��������������"".blockcopy���þ$runtime.convT2E·f��������������runtime.convT2E���þ8runtime.writebarrieriface·f��������������2runtime.writebarrieriface���þLbootstrap/compile/internal/gc.Fatal·f��������������Fbootstrap/compile/internal/gc.Fatal���þ*runtime.panicindex·f��������������$runtime.panicindex���þJbootstrap/compile/internal/gc.Agen·f��������������Dbootstrap/compile/internal/gc.Agen���þPbootstrap/compile/internal/gc.Gvardef·f��������������Jbootstrap/compile/internal/gc.Gvardef���þPbootstrap/compile/internal/gc.Sysfunc·f��������������Jbootstrap/compile/internal/gc.Sysfunc���þRbootstrap/compile/internal/gc.Afunclit·f��������������Lbootstrap/compile/internal/gc.Afunclit���þLbootstrap/compile/internal/gc.Agenr·f��������������Fbootstrap/compile/internal/gc.Agenr���þ"".raddr·f��������������"".raddr���þLbootstrap/compile/internal/gc.Patch·f��������������Fbootstrap/compile/internal/gc.Patch���þ"".cgen64·f��������������"".cgen64���þJbootstrap/compile/internal/gc.Dump·f��������������Dbootstrap/compile/internal/gc.Dump���þLbootstrap/compile/internal/gc.Oconv·f��������������Fbootstrap/compile/internal/gc.Oconv���þ"".ncon·f��������������"".ncon���þXbootstrap/compile/internal/gc.(*Node).Int·f��������������Rbootstrap/compile/internal/gc.(*Node).Int���þ"".gshift·f��������������"".gshift���þ"".gregshift·f��������������"".gregshift���þ"".optoas·f��������������"".optoas���þ"".cmp64·f��������������"".cmp64���þ$"".linkarchinit·f��������������"".linkarchinit���þ "".betypeinit·f��������������"".betypeinit���þ"".Main·f��������������"".Main���þ:runtime.writebarrierstring·f��������������4runtime.writebarrierstring���þ4runtime.writebarrierptr·f��������������.runtime.writebarrierptr���þ8runtime.writebarrierslice·f��������������2runtime.writebarrierslice���þ"".cgen_hmul·f��������������"".cgen_hmul���þ "".cgen_shift·f��������������"".cgen_shift���þ"".clearfat·f��������������"".clearfat���þ"".defframe·f��������������"".defframe���þ"".excise·f��������������"".excise���þ$"".expandchecks·f��������������"".expandchecks���þ"".getg·f��������������"".getg���þ"".ginscmp·f��������������"".ginscmp���þ"".ginscon·f��������������"".ginscon���þ"".ginsnop·f��������������"".ginsnop���þ"".peep·f��������������"".peep���þ"".proginfo·f��������������"".proginfo���þ"".regtyp·f��������������"".regtyp���þ"".sameaddr·f��������������"".sameaddr���þ "".smallindir·f��������������"".smallindir���þ"".stackaddr·f��������������"".stackaddr���þ""".sudoaddable·f��������������"".sudoaddable���þ"".sudoclean·f��������������"".sudoclean���þ$"".excludedregs·f��������������"".excludedregs���þ"".RtoB·f��������������"".RtoB���þ"".BtoR·f��������������"".BtoR���þ"".BtoF·f��������������"".BtoF���þ"".doregbits·f��������������"".doregbits���þ"".regnames·f��������������"".regnames���þJbootstrap/compile/internal/gc.Main·f��������������Dbootstrap/compile/internal/gc.Main���þJbootstrap/compile/internal/gc.Exit·f��������������Dbootstrap/compile/internal/gc.Exit���þHbootstrap/compile/internal/gc.Rnd·f��������������Bbootstrap/compile/internal/gc.Rnd���þLbootstrap/compile/internal/gc.Nconv·f��������������Fbootstrap/compile/internal/gc.Nconv���þ"".zerorange·f��������������"".zerorange���þ"".appendpp·f��������������"".appendpp���þLbootstrap/compile/internal/gc.Naddr·f��������������Fbootstrap/compile/internal/gc.Naddr���þNbootstrap/compile/internal/gc.Clearp·f��������������Hbootstrap/compile/internal/gc.Clearp���þ4runtime.writebarrierfat·f��������������.runtime.writebarrierfat���þZbootstrap/compile/internal/gc.Componentgen·f��������������Tbootstrap/compile/internal/gc.Componentgen���þLbootstrap/compile/internal/gc.Warnl·f��������������Fbootstrap/compile/internal/gc.Warnl���þNbootstrap/compile/internal/gc.Nodreg·f��������������Hbootstrap/compile/internal/gc.Nodreg���þLbootstrap/compile/internal/gc.Brrev·f��������������Fbootstrap/compile/internal/gc.Brrev���þ"".addindex·f��������������"".addindex���þ^bootstrap/compile/internal/gc.(*Node).SetInt·f��������������Xbootstrap/compile/internal/gc.(*Node).SetInt���þ "".dotaddable·f��������������"".dotaddable���þJbootstrap/compile/internal/gc.Igen·f��������������Dbootstrap/compile/internal/gc.Igen���þdbootstrap/compile/internal/gc.(*Node).Convconst·f��������������^bootstrap/compile/internal/gc.(*Node).Convconst���þfmt.Printf·f��������������fmt.Printf���þVbootstrap/compile/internal/gc.Simsimtype·f��������������Pbootstrap/compile/internal/gc.Simsimtype���þXbootstrap/compile/internal/gc.Complexmove·f��������������Rbootstrap/compile/internal/gc.Complexmove���þLbootstrap/compile/internal/gc.Ismem·f��������������Fbootstrap/compile/internal/gc.Ismem���þ"".samaddr·f��������������"".samaddr���þJbootstrap/compile/internal/gc.Prog·f��������������Dbootstrap/compile/internal/gc.Prog���þTbootstrap/compile/internal/gc.Dotoffset·f��������������Nbootstrap/compile/internal/gc.Dotoffset���þPbootstrap/compile/internal/gc.Isconst·f��������������Jbootstrap/compile/internal/gc.Isconst���þ\bootstrap/compile/internal/gc.Cgen_checknil·f��������������Vbootstrap/compile/internal/gc.Cgen_checknil���þTbootstrap/compile/internal/gc.Flowstart·f��������������Nbootstrap/compile/internal/gc.Flowstart���þNbootstrap/compile/internal/gc.Dumpit·f��������������Hbootstrap/compile/internal/gc.Dumpit���þ"".copyprop·f��������������"".copyprop���þ"".subprop·f��������������"".subprop���þ"".shortprop·f��������������"".shortprop���þ"".xtramodes·f��������������"".xtramodes���þPbootstrap/compile/internal/gc.Flowend·f��������������Jbootstrap/compile/internal/gc.Flowend���þ"".copysub·f��������������"".copysub���þNbootstrap/internal/obj.(*Link).Dconv·f��������������Hbootstrap/internal/obj.(*Link).Dconv���þ"".copysub1·f��������������"".copysub1���þ"".copyau·f��������������"".copyau���þ"".copyas·f��������������"".copyas���þ"".copy1·f��������������"".copy1���þ"".copyu·f��������������"".copyu���þ"".constprop·f��������������"".constprop���þ"".findpre·f��������������"".findpre���þ>bootstrap/internal/obj.Aconv·f��������������8bootstrap/internal/obj.Aconv���þ"".shiftprop·f��������������"".shiftprop���þ"".findinc·f��������������"".findinc���þ"".nochange·f��������������"".nochange���þ"".findu1·f��������������"".findu1���þ"".finduse·f��������������"".finduse���þ"".copyau1·f��������������"".copyau1���þ"".isbranch·f��������������"".isbranch���þ "".predicable·f��������������"".predicable���þ$"".modifiescpsr·f��������������"".modifiescpsr���þ"".joinsplit·f��������������"".joinsplit���þ"".successor·f��������������"".successor���þ"".applypred·f��������������"".applypred���þ"".predicate·f��������������"".predicate���þ"".isdconst·f��������������"".isdconst���þ "".isfloatreg·f��������������"".isfloatreg���þLbootstrap/compile/internal/gc.Bitno·f��������������Fbootstrap/compile/internal/gc.Bitno���þ"".init·f��������������"".init���þ(runtime.throwinit·f��������������"runtime.throwinit���þfmt.init·f��������������fmt.init���þDbootstrap/internal/obj/arm.init·f��������������>bootstrap/internal/obj/arm.init���þ<bootstrap/internal/obj.init·f��������������6bootstrap/internal/obj.init���þJbootstrap/compile/internal/gc.init·f��������������Dbootstrap/compile/internal/gc.init���þbruntime.gcbits.0xcc000000000000000000000000000000� �� Ì����������������þ0go.string."interface {}"�@��:�������� �������interface {}�� �0go.string."interface {}"���þ"type.interface {}�À��À�������çW ��������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0xcc000000000000000000000000000000���P��0go.string."interface {}"���p��4go.weak.type.*interface {}���€��"runtime.zerovalue���À�"type.interface {}���þbruntime.gcbits.0x48844400000000000000000000000000� �� H„D��������������þ4go.string."[]interface {}"�@��>���������������[]interface {}�� �4go.string."[]interface {}"���þ&type.[]interface {}� �� �������p“ê/�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��4go.string."[]interface {}"���p��8go.weak.type.*[]interface {}���€��"runtime.zerovalue�����"type.interface {}���þRgo.typelink.[]interface {}/[]interface {}��������������&type.[]interface {}���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ<type..hashfunc.[2]interface {}��������������4type..hash.[2]interface {}���þ8type..eqfunc.[2]interface {}��������������0type..eq.[2]interface {}���þ2type..alg.[2]interface {}� �� �������������������<type..hashfunc.[2]interface {}�����8type..eqfunc.[2]interface {}���þbruntime.gcbits.0xcccc0000000000000000000000000000� �� ÌÌ���������������þ6go.string."[2]interface {}"�@��@���������������[2]interface {}�� �6go.string."[2]interface {}"���þ(type.[2]interface {}�À��À �������,Y¤ñ�������������������������������������������������������������������������������� ��2type..alg.[2]interface {}���0��bruntime.gcbits.0xcccc0000000000000000000000000000���P��6go.string."[2]interface {}"���p��:go.weak.type.*[2]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[2]interface {}/[2]interface {}��������������(type.[2]interface {}���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ<type..hashfunc.[3]interface {}��������������4type..hash.[3]interface {}���þ8type..eqfunc.[3]interface {}��������������0type..eq.[3]interface {}���þ2type..alg.[3]interface {}� �� �������������������<type..hashfunc.[3]interface {}�����8type..eqfunc.[3]interface {}���þbruntime.gcbits.0xcccccc00000000000000000000000000� �� ÌÌÌ��������������þ6go.string."[3]interface {}"�@��@���������������[3]interface {}�� �6go.string."[3]interface {}"���þ(type.[3]interface {}�À��À0�������ÝÏÙ�������������������������������������������������������������������������������� ��2type..alg.[3]interface {}���0��bruntime.gcbits.0xcccccc00000000000000000000000000���P��6go.string."[3]interface {}"���p��:go.weak.type.*[3]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[3]interface {}/[3]interface {}��������������(type.[3]interface {}���þbruntime.gcbits.0x88000000000000000000000000000000� �� ˆ����������������þ8go.string."*[2]interface {}"�P��B���������������*[2]interface {}�� �8go.string."*[2]interface {}"���þ*type.*[2]interface {}� �� �������¾s-q�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*[2]interface {}"���p��<go.weak.type.**[2]interface {}���€��"runtime.zerovalue�����(type.[2]interface {}���þ8go.string."*[3]interface {}"�P��B���������������*[3]interface {}�� �8go.string."*[3]interface {}"���þ*type.*[3]interface {}� �� �������°þ¹�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*[3]interface {}"���p��<go.weak.type.**[3]interface {}���€��"runtime.zerovalue�����(type.[3]interface {}���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ<type..hashfunc.[1]interface {}��������������4type..hash.[1]interface {}���þ8type..eqfunc.[1]interface {}��������������0type..eq.[1]interface {}���þ2type..alg.[1]interface {}� �� �������������������<type..hashfunc.[1]interface {}�����8type..eqfunc.[1]interface {}���þ6go.string."[1]interface {}"�@��@���������������[1]interface {}�� �6go.string."[1]interface {}"���þ(type.[1]interface {}�À��À�������P‘[ú�������������������������������������������������������������������������������� ��2type..alg.[1]interface {}���0��bruntime.gcbits.0xcc000000000000000000000000000000���P��6go.string."[1]interface {}"���p��:go.weak.type.*[1]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[1]interface {}/[1]interface {}��������������(type.[1]interface {}���þ8go.string."*[1]interface {}"�P��B���������������*[1]interface {}�� �8go.string."*[1]interface {}"���þ*type.*[1]interface {}� �� �������¿¨5�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*[1]interface {}"���p��<go.weak.type.**[1]interface {}���€��"runtime.zerovalue�����(type.[1]interface {}���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ<type..hashfunc.[4]interface {}��������������4type..hash.[4]interface {}���þ8type..eqfunc.[4]interface {}��������������0type..eq.[4]interface {}���þ2type..alg.[4]interface {}� �� �������������������<type..hashfunc.[4]interface {}�����8type..eqfunc.[4]interface {}���þbruntime.gcbits.0xcccccccc000000000000000000000000� �� ÌÌÌÌ�������������þ6go.string."[4]interface {}"�@��@���������������[4]interface {}�� �6go.string."[4]interface {}"���þ(type.[4]interface {}�À��À@�������P2ï�������������������������������������������������������������������������������� ��2type..alg.[4]interface {}���0��bruntime.gcbits.0xcccccccc000000000000000000000000���P��6go.string."[4]interface {}"���p��:go.weak.type.*[4]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[4]interface {}/[4]interface {}��������������(type.[4]interface {}���þ8go.string."*[4]interface {}"�P��B���������������*[4]interface {}�� �8go.string."*[4]interface {}"���þ*type.*[4]interface {}� �� �������ˆ-l�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*[4]interface {}"���p��<go.weak.type.**[4]interface {}���€��"runtime.zerovalue�����(type.[4]interface {}���þ&go.string."[]int64"�0��0���������������[]int64�� �&go.string."[]int64"���þtype.[]int64� �� �������–Žvˆ�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��&go.string."[]int64"���p��*go.weak.type.*[]int64���€��"runtime.zerovalue�����type.int64���þ6go.typelink.[]int64/[]int64��������������type.[]int64���þ^runtime.gcbits.0x000000000000000000000000000000� �� �����������������þ*go.string."[10]int64"�@��4�������� �������[10]int64�� �*go.string."[10]int64"���þtype.[10]int64�À��ÀP�������Žëh8�‘������������������������������������������������������������������������
������� �� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��*go.string."[10]int64"���p��.go.weak.type.*[10]int64���€��"runtime.zerovalue�����type.int64��� ��type.[]int64���þ>go.typelink.[10]int64/[10]int64��������������type.[10]int64���þ,go.string."*[10]int64"�@��6��������
�������*[10]int64�� �,go.string."*[10]int64"���þtype.*[10]int64� �� �������~óŸ�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."*[10]int64"���p��0go.weak.type.**[10]int64���€��"runtime.zerovalue�����type.[10]int64���þ,go.string."[]obj.Addr"�@��6��������
�������[]obj.Addr�� �,go.string."[]obj.Addr"���þDtype.[]bootstrap/internal/obj.Addr� �� �������þçÜ �����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��,go.string."[]obj.Addr"���p��Vgo.weak.type.*[]bootstrap/internal/obj.Addr���€��"runtime.zerovalue�����@type.bootstrap/internal/obj.Addr���þhgo.typelink.[]obj.Addr/[]bootstrap/internal/obj.Addr��������������Dtype.[]bootstrap/internal/obj.Addr���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þZtype..hashfunc.[3]bootstrap/internal/obj.Addr��������������Rtype..hash.[3]bootstrap/internal/obj.Addr���þVtype..eqfunc.[3]bootstrap/internal/obj.Addr��������������Ntype..eq.[3]bootstrap/internal/obj.Addr���þPtype..alg.[3]bootstrap/internal/obj.Addr� �� �������������������Ztype..hashfunc.[3]bootstrap/internal/obj.Addr�����Vtype..eqfunc.[3]bootstrap/internal/obj.Addr���þbruntime.gcbits.0x444488cccc444488cccc444488cccc00� �� DDˆÌÌDDˆÌÌDDˆÌÌ��þ.go.string."[3]obj.Addr"�@��8�������� �������[3]obj.Addr�� �.go.string."[3]obj.Addr"���þFtype.[3]bootstrap/internal/obj.Addr�À��Àð�������½ÓbÜ�������������������������������������������������������������������������������� ��Ptype..alg.[3]bootstrap/internal/obj.Addr���0��bruntime.gcbits.0x444488cccc444488cccc444488cccc00���P��.go.string."[3]obj.Addr"���p��Xgo.weak.type.*[3]bootstrap/internal/obj.Addr���€��"runtime.zerovalue�����@type.bootstrap/internal/obj.Addr��� ��Dtype.[]bootstrap/internal/obj.Addr���þlgo.typelink.[3]obj.Addr/[3]bootstrap/internal/obj.Addr��������������Ftype.[3]bootstrap/internal/obj.Addr���þbruntime.gcbits.0x88480000000000000000000000000000� �� ˆH���������������þ0go.string."arm.Joininfo"�@��:�������� �������arm.Joininfo�� �0go.string."arm.Joininfo"���þ"go.string."start"�0��,���������������start�� �"go.string."start"���þ go.string."last"�0��*���������������last�� � go.string."last"���þgo.string."end"�0��(���������������end�� �go.string."end"���þgo.string."len"�0��(���������������len�� �go.string."len"���þ(go.string."Joininfo"�@��2���������������Joininfo�� �(go.string."Joininfo"���þ type."".Joininfo��Ð��Ð �������¢ŒO,������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������, �� runtime.algarray���0��bruntime.gcbits.0x88480000000000000000000000000000���P��0go.string."arm.Joininfo"���p��"type.*"".Joininfo���€��"runtime.zerovalue���À� type."".Joininfo���À��"go.string."start"���Ð��"go.importpath."".���à��Ptype.*bootstrap/compile/internal/gc.Flow����� go.string."last"��� ��"go.importpath."".���°��Ptype.*bootstrap/compile/internal/gc.Flow���à��go.string."end"���ð��"go.importpath."".���€��Ptype.*bootstrap/compile/internal/gc.Flow���°��go.string."len"���À��"go.importpath."".���Ð��type.int���`€� type."".Joininfo���€��(go.string."Joininfo"�����"go.importpath."".��� Ð� type."".Joininfo���þ2go.string."*arm.Joininfo"�@��<�������� �������*arm.Joininfo�� �2go.string."*arm.Joininfo"���þ"type.*"".Joininfo�� �� �������Yž g�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��2go.string."*arm.Joininfo"���p��4go.weak.type.**"".Joininfo���€��"runtime.zerovalue����� type."".Joininfo���þ(go.string."[]string"�@��2���������������[]string�� �(go.string."[]string"���þtype.[]string� �� �������Ó¨ó
�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��(go.string."[]string"���p��,go.weak.type.*[]string���€��"runtime.zerovalue�����type.string���þ:go.typelink.[]string/[]string��������������type.[]string���þ0go.string."[]gc.Typedef"�@��:�������� �������[]gc.Typedef�� �0go.string."[]gc.Typedef"���þXtype.[]bootstrap/compile/internal/gc.Typedef� �� �������T¦kç�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��0go.string."[]gc.Typedef"���p��jgo.weak.type.*[]bootstrap/compile/internal/gc.Typedef���€��"runtime.zerovalue�����Ttype.bootstrap/compile/internal/gc.Typedef���þ€go.typelink.[]gc.Typedef/[]bootstrap/compile/internal/gc.Typedef��������������Xtype.[]bootstrap/compile/internal/gc.Typedef���þ"go.string."[]int"�0��,���������������[]int�� �"go.string."[]int"���þtype.[]int� �� �������Žfù�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��"go.string."[]int"���p��&go.weak.type.*[]int���€��"runtime.zerovalue�����type.int���þ.go.typelink.[]int/[]int��������������type.[]int���þ*go.string."[]gc.Node"�@��4�������� �������[]gc.Node�� �*go.string."[]gc.Node"���þRtype.[]bootstrap/compile/internal/gc.Node� �� �������*÷\¿�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��*go.string."[]gc.Node"���p��dgo.weak.type.*[]bootstrap/compile/internal/gc.Node���€��"runtime.zerovalue�����Ntype.bootstrap/compile/internal/gc.Node���þtgo.typelink.[]gc.Node/[]bootstrap/compile/internal/gc.Node��������������Rtype.[]bootstrap/compile/internal/gc.Node���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þjtype..hashfunc.[10]bootstrap/compile/internal/gc.Node��������������btype..hash.[10]bootstrap/compile/internal/gc.Node���þftype..eqfunc.[10]bootstrap/compile/internal/gc.Node��������������^type..eq.[10]bootstrap/compile/internal/gc.Node���þ`type..alg.[10]bootstrap/compile/internal/gc.Node� �� �������������������jtype..hashfunc.[10]bootstrap/compile/internal/gc.Node�����ftype..eqfunc.[10]bootstrap/compile/internal/gc.Node���þftype..gcprog.[10]bootstrap/compile/internal/gc.Node�$��$
�������ªªêW�þ.go.string."[10]gc.Node"�@��8�������� �������[10]gc.Node�� �.go.string."[10]gc.Node"���þVtype.[10]bootstrap/compile/internal/gc.Node�À��À ������¾¿B�Q������������������������������������������������������������������������
������� ��`type..alg.[10]bootstrap/compile/internal/gc.Node���@��ftype..gcprog.[10]bootstrap/compile/internal/gc.Node���P��.go.string."[10]gc.Node"���p��hgo.weak.type.*[10]bootstrap/compile/internal/gc.Node���€��"runtime.zerovalue�����Ntype.bootstrap/compile/internal/gc.Node��� ��Rtype.[]bootstrap/compile/internal/gc.Node���þ|go.typelink.[10]gc.Node/[10]bootstrap/compile/internal/gc.Node��������������Vtype.[10]bootstrap/compile/internal/gc.Node���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þjtype..hashfunc.[20]bootstrap/compile/internal/gc.Node��������������btype..hash.[20]bootstrap/compile/internal/gc.Node���þftype..eqfunc.[20]bootstrap/compile/internal/gc.Node��������������^type..eq.[20]bootstrap/compile/internal/gc.Node���þ`type..alg.[20]bootstrap/compile/internal/gc.Node� �� �������������������jtype..hashfunc.[20]bootstrap/compile/internal/gc.Node�����ftype..eqfunc.[20]bootstrap/compile/internal/gc.Node���þftype..gcprog.[20]bootstrap/compile/internal/gc.Node�$��$�������ªªêW�þ.go.string."[20]gc.Node"�@��8�������� �������[20]gc.Node�� �.go.string."[20]gc.Node"���þVtype.[20]bootstrap/compile/internal/gc.Node�À��À@ ������©%y�Q������������������������������������������������������������������������������� ��`type..alg.[20]bootstrap/compile/internal/gc.Node���@��ftype..gcprog.[20]bootstrap/compile/internal/gc.Node���P��.go.string."[20]gc.Node"���p��hgo.weak.type.*[20]bootstrap/compile/internal/gc.Node���€��"runtime.zerovalue�����Ntype.bootstrap/compile/internal/gc.Node��� ��Rtype.[]bootstrap/compile/internal/gc.Node���þ|go.typelink.[20]gc.Node/[20]bootstrap/compile/internal/gc.Node��������������Vtype.[20]bootstrap/compile/internal/gc.Node���þ’go.string."struct { opcode int; notopcode int; scond int; notscond int }"� ��œ��������=�������struct { opcode int; notopcode int; scond int; notscond int }�� �’go.string."struct { opcode int; notopcode int; scond int; notscond int }"���þ$go.string."opcode"�0��.���������������opcode�� �$go.string."opcode"���þ*go.string."notopcode"�@��4�������� �������notopcode�� �*go.string."notopcode"���þ"go.string."scond"�0��,���������������scond�� �"go.string."scond"���þ(go.string."notscond"�@��2���������������notscond�� �(go.string."notscond"���þ„type.struct { opcode int; notopcode int; scond int; notscond int }�€��€ �������ôûV�™�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������$ �� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��’go.string."struct { opcode int; notopcode int; scond int; notscond int }"���p��–go.weak.type.*struct { opcode int; notopcode int; scond int; notscond int }���€��"runtime.zerovalue���À�„type.struct { opcode int; notopcode int; scond int; notscond int }���À��$go.string."opcode"���Ð��"go.importpath."".���à��type.int�����*go.string."notopcode"��� ��"go.importpath."".���°��type.int���à��"go.string."scond"���ð��"go.importpath."".���€��type.int���°��(go.string."notscond"���À��"go.importpath."".���Ð��type.int���þ–go.string."[]struct { opcode int; notopcode int; scond int; notscond int }"� �� ��������?�������[]struct { opcode int; notopcode int; scond int; notscond int }�� �–go.string."[]struct { opcode int; notopcode int; scond int; notscond int }"���þˆtype.[]struct { opcode int; notopcode int; scond int; notscond int }� �� �������>G"k�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��–go.string."[]struct { opcode int; notopcode int; scond int; notscond int }"���p��šgo.weak.type.*[]struct { opcode int; notopcode int; scond int; notscond int }���€��"runtime.zerovalue�����„type.struct { opcode int; notopcode int; scond int; notscond int }���þ–go.typelink.[]struct { opcode int; notopcode int; scond int; notscond int }/[]struct { opcode int; notopcode int; scond int; notscond int }��������������ˆtype.[]struct { opcode int; notopcode int; scond int; notscond int }���þ4go.string."[]obj.ProgInfo"�@��>���������������[]obj.ProgInfo�� �4go.string."[]obj.ProgInfo"���þLtype.[]bootstrap/internal/obj.ProgInfo� �� �������É„ �����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��4go.string."[]obj.ProgInfo"���p��^go.weak.type.*[]bootstrap/internal/obj.ProgInfo���€��"runtime.zerovalue�����Htype.bootstrap/internal/obj.ProgInfo���þxgo.typelink.[]obj.ProgInfo/[]bootstrap/internal/obj.ProgInfo��������������Ltype.[]bootstrap/internal/obj.ProgInfo���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þhtype..hashfunc.[8309]bootstrap/internal/obj.ProgInfo��������������`type..hash.[8309]bootstrap/internal/obj.ProgInfo���þdtype..eqfunc.[8309]bootstrap/internal/obj.ProgInfo��������������\type..eq.[8309]bootstrap/internal/obj.ProgInfo���þ^type..alg.[8309]bootstrap/internal/obj.ProgInfo� �� �������������������htype..hashfunc.[8309]bootstrap/internal/obj.ProgInfo�����dtype..eqfunc.[8309]bootstrap/internal/obj.ProgInfo���þ<go.string."[8309]obj.ProgInfo"�P��F���������������[8309]obj.ProgInfo�� �<go.string."[8309]obj.ProgInfo"���þTtype.[8309]bootstrap/internal/obj.ProgInfo�À��À �����×
£ã�‘������������������������������������������������������������������������u ������ ��^type..alg.[8309]bootstrap/internal/obj.ProgInfo���0��^runtime.gcbits.0x000000000000000000000000000000���P��<go.string."[8309]obj.ProgInfo"���p��fgo.weak.type.*[8309]bootstrap/internal/obj.ProgInfo���€��"runtime.zerovalue�����Htype.bootstrap/internal/obj.ProgInfo��� ��Ltype.[]bootstrap/internal/obj.ProgInfo���þˆgo.typelink.[8309]obj.ProgInfo/[8309]bootstrap/internal/obj.ProgInfo��������������Ttype.[8309]bootstrap/internal/obj.ProgInfo���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·65526a5f07004f02424fe51b799cdd23� �� ��� �������
����þTgclocals·fa7203fd5ed88aea99b7be572f707eb0� �� �������������þntype..hashfunc.[3]bootstrap/compile/internal/gc.Typedef��������������ftype..hash.[3]bootstrap/compile/internal/gc.Typedef���þjtype..eqfunc.[3]bootstrap/compile/internal/gc.Typedef��������������btype..eq.[3]bootstrap/compile/internal/gc.Typedef���þdtype..alg.[3]bootstrap/compile/internal/gc.Typedef� �� �������������������ntype..hashfunc.[3]bootstrap/compile/internal/gc.Typedef�����jtype..eqfunc.[3]bootstrap/compile/internal/gc.Typedef���þbruntime.gcbits.0x48444844484400000000000000000000� �� HDHDHD�����������þ2go.string."[3]gc.Typedef"�@��<�������� �������[3]gc.Typedef�� �2go.string."[3]gc.Typedef"���þZtype.[3]bootstrap/compile/internal/gc.Typedef�À��À`�������+¶X«�������������������������������������������������������������������������������� ��dtype..alg.[3]bootstrap/compile/internal/gc.Typedef���0��bruntime.gcbits.0x48444844484400000000000000000000���P��2go.string."[3]gc.Typedef"���p��lgo.weak.type.*[3]bootstrap/compile/internal/gc.Typedef���€��"runtime.zerovalue�����Ttype.bootstrap/compile/internal/gc.Typedef��� ��Xtype.[]bootstrap/compile/internal/gc.Typedef���þ„go.typelink.[3]gc.Typedef/[3]bootstrap/compile/internal/gc.Typedef��������������Ztype.[3]bootstrap/compile/internal/gc.Typedef���þ$go.string."[2]int"�0��.���������������[2]int�� �$go.string."[2]int"���þtype.[2]int�À��À�������èÐu�‘������������������������������������������������������������������������������� À� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��$go.string."[2]int"���p��(go.weak.type.*[2]int���€��"runtime.zerovalue�����type.int��� ��type.[]int���þ2go.typelink.[2]int/[2]int��������������type.[2]int���þšgo.string."[16]struct { opcode int; notopcode int; scond int; notscond int }"�°��¤��������A�������[16]struct { opcode int; notopcode int; scond int; notscond int }�� �šgo.string."[16]struct { opcode int; notopcode int; scond int; notscond int }"���þŒtype.[16]struct { opcode int; notopcode int; scond int; notscond int }�À��À�������SŸ}Þ�‘������������������������������������������������������������������������������� �� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��šgo.string."[16]struct { opcode int; notopcode int; scond int; notscond int }"���p��žgo.weak.type.*[16]struct { opcode int; notopcode int; scond int; notscond int }���€��"runtime.zerovalue�����„type.struct { opcode int; notopcode int; scond int; notscond int }��� ��ˆtype.[]struct { opcode int; notopcode int; scond int; notscond int }���þžgo.typelink.[16]struct { opcode int; notopcode int; scond int; notscond int }/[16]struct { opcode int; notopcode int; scond int; notscond int }��������������Œtype.[16]struct { opcode int; notopcode int; scond int; notscond int }���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ2type..hashfunc.[32]string��������������*type..hash.[32]string���þ.type..eqfunc.[32]string��������������&type..eq.[32]string���þ(type..alg.[32]string� �� �������������������2type..hashfunc.[32]string�����.type..eqfunc.[32]string���þ,&type..gc.[32]string�B����þ.type..gcprog.[32]string��� ��������þ,go.string."[32]string"�@��6��������
�������[32]string�� �,go.string."[32]string"���þtype.[32]string�À��À�������Ÿ–ù£�Q������������������������������������������������������������������������ ������� ��(type..alg.[32]string���0��&type..gc.[32]string���@��.type..gcprog.[32]string���P��,go.string."[32]string"���p��0go.weak.type.*[32]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þBgo.typelink.[32]string/[32]string��������������type.[32]string���þ0go.string."*[3]obj.Addr"�@��:�������� �������*[3]obj.Addr�� �0go.string."*[3]obj.Addr"���þHtype.*[3]bootstrap/internal/obj.Addr� �� �������!¥P�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��0go.string."*[3]obj.Addr"���p��Zgo.weak.type.**[3]bootstrap/internal/obj.Addr���€��"runtime.zerovalue�����Ftype.[3]bootstrap/internal/obj.Addr���þ0go.string."*[10]gc.Node"�@��:�������� �������*[10]gc.Node�� �0go.string."*[10]gc.Node"���þXtype.*[10]bootstrap/compile/internal/gc.Node� �� �������„ ©{�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��0go.string."*[10]gc.Node"���p��jgo.weak.type.**[10]bootstrap/compile/internal/gc.Node���€��"runtime.zerovalue�����Vtype.[10]bootstrap/compile/internal/gc.Node���þ0go.string."*[20]gc.Node"�@��:�������� �������*[20]gc.Node�� �0go.string."*[20]gc.Node"���þXtype.*[20]bootstrap/compile/internal/gc.Node� �� �������XlY�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��0go.string."*[20]gc.Node"���p��jgo.weak.type.**[20]bootstrap/compile/internal/gc.Node���€��"runtime.zerovalue�����Vtype.[20]bootstrap/compile/internal/gc.Node���þ>go.string."*[8309]obj.ProgInfo"�P��H���������������*[8309]obj.ProgInfo�� �>go.string."*[8309]obj.ProgInfo"���þVtype.*[8309]bootstrap/internal/obj.ProgInfo� �� ��������Ãv�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��>go.string."*[8309]obj.ProgInfo"���p��hgo.weak.type.**[8309]bootstrap/internal/obj.ProgInfo���€��"runtime.zerovalue�����Ttype.[8309]bootstrap/internal/obj.ProgInfo���þ4go.string."*[3]gc.Typedef"�@��>���������������*[3]gc.Typedef�� �4go.string."*[3]gc.Typedef"���þ\type.*[3]bootstrap/compile/internal/gc.Typedef� �� �������1B�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��4go.string."*[3]gc.Typedef"���p��ngo.weak.type.**[3]bootstrap/compile/internal/gc.Typedef���€��"runtime.zerovalue�����Ztype.[3]bootstrap/compile/internal/gc.Typedef���þ.go.string."*[32]string"�@��8�������� �������*[32]string�� �.go.string."*[32]string"���þ type.*[32]string� �� �������ë‰b�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��.go.string."*[32]string"���p��2go.weak.type.**[32]string���€��"runtime.zerovalue�����type.[32]string���þ&go.string."runtime"�0��0���������������runtime�� �&go.string."runtime"���þ,go.importpath.runtime.� �� ���������������� �&go.string."runtime"���þDgo.string."bootstrap/internal/obj"�P��N���������������bootstrap/internal/obj�� �Dgo.string."bootstrap/internal/obj"���þJgo.importpath.bootstrap/internal/obj.� �� ���������������� �Dgo.string."bootstrap/internal/obj"���þgo.string."fmt"�0��(���������������fmt�� �go.string."fmt"���þ$go.importpath.fmt.� �� ���������������� �go.string."fmt"���þLgo.string."bootstrap/internal/obj/arm"�`��V���������������bootstrap/internal/obj/arm�� �Lgo.string."bootstrap/internal/obj/arm"���þRgo.importpath.bootstrap/internal/obj/arm.� �� ���������������� �Lgo.string."bootstrap/internal/obj/arm"���þRgo.string."bootstrap/compile/internal/gc"�`��\���������������bootstrap/compile/internal/gc�� �Rgo.string."bootstrap/compile/internal/gc"���þXgo.importpath.bootstrap/compile/internal/gc.� �� ���������������� �Rgo.string."bootstrap/compile/internal/gc"���þ:type..hash.[2]interface {}·f��������������4type..hash.[2]interface {}���þ.runtime.nilinterhash·f��������������(runtime.nilinterhash���þ6type..eq.[2]interface {}·f��������������0type..eq.[2]interface {}���þ$runtime.efaceeq·f��������������runtime.efaceeq���þ:type..hash.[3]interface {}·f��������������4type..hash.[3]interface {}���þ6type..eq.[3]interface {}·f��������������0type..eq.[3]interface {}���þ:type..hash.[1]interface {}·f��������������4type..hash.[1]interface {}���þ6type..eq.[1]interface {}·f��������������0type..eq.[1]interface {}���þ:type..hash.[4]interface {}·f��������������4type..hash.[4]interface {}���þ6type..eq.[4]interface {}·f��������������0type..eq.[4]interface {}���þXtype..hash.[3]bootstrap/internal/obj.Addr·f��������������Rtype..hash.[3]bootstrap/internal/obj.Addr���þRtype..hash.bootstrap/internal/obj.Addr·f��������������Ltype..hash.bootstrap/internal/obj.Addr���þTtype..eq.[3]bootstrap/internal/obj.Addr·f��������������Ntype..eq.[3]bootstrap/internal/obj.Addr���þNtype..eq.bootstrap/internal/obj.Addr·f��������������Htype..eq.bootstrap/internal/obj.Addr���þhtype..hash.[10]bootstrap/compile/internal/gc.Node·f��������������btype..hash.[10]bootstrap/compile/internal/gc.Node���þ`type..hash.bootstrap/compile/internal/gc.Node·f��������������Ztype..hash.bootstrap/compile/internal/gc.Node���þdtype..eq.[10]bootstrap/compile/internal/gc.Node·f��������������^type..eq.[10]bootstrap/compile/internal/gc.Node���þ\type..eq.bootstrap/compile/internal/gc.Node·f��������������Vtype..eq.bootstrap/compile/internal/gc.Node���þhtype..hash.[20]bootstrap/compile/internal/gc.Node·f��������������btype..hash.[20]bootstrap/compile/internal/gc.Node���þdtype..eq.[20]bootstrap/compile/internal/gc.Node·f��������������^type..eq.[20]bootstrap/compile/internal/gc.Node���þftype..hash.[8309]bootstrap/internal/obj.ProgInfo·f��������������`type..hash.[8309]bootstrap/internal/obj.ProgInfo���þZtype..hash.bootstrap/internal/obj.ProgInfo·f��������������Ttype..hash.bootstrap/internal/obj.ProgInfo���þbtype..eq.[8309]bootstrap/internal/obj.ProgInfo·f��������������\type..eq.[8309]bootstrap/internal/obj.ProgInfo���þltype..hash.[3]bootstrap/compile/internal/gc.Typedef·f��������������ftype..hash.[3]bootstrap/compile/internal/gc.Typedef���þftype..hash.bootstrap/compile/internal/gc.Typedef·f��������������`type..hash.bootstrap/compile/internal/gc.Typedef���þhtype..eq.[3]bootstrap/compile/internal/gc.Typedef·f��������������btype..eq.[3]bootstrap/compile/internal/gc.Typedef���þ&runtime.eqstring·f�������������� runtime.eqstring���þ0type..hash.[32]string·f��������������*type..hash.[32]string���þ$runtime.strhash·f��������������runtime.strhash���þ,type..eq.[32]string·f��������������&type..eq.[32]string���þ"runtime.zerovalue������ÿÿgo13ld�