HomeSort by relevance Sort by last modified time
    Searched refs:Xoffset (Results 1 - 25 of 69) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
pgen_test.go 38 Node{Class: PFUNC, Xoffset: 0},
39 Node{Class: PFUNC, Xoffset: 10},
43 Node{Class: PFUNC, Xoffset: 20},
44 Node{Class: PFUNC, Xoffset: 10},
48 Node{Class: PFUNC, Xoffset: 10},
49 Node{Class: PFUNC, Xoffset: 10},
53 Node{Class: PPARAM, Xoffset: 10},
54 Node{Class: PPARAMOUT, Xoffset: 20},
58 Node{Class: PPARAMOUT, Xoffset: 10},
59 Node{Class: PPARAM, Xoffset: 20}
    [all...]
obj.go 325 off = int(nam.Xoffset)
377 s.WriteInt(Ctxt, nam.Xoffset, wid, i)
380 s.WriteInt(Ctxt, nam.Xoffset, wid, u.Int64())
386 s.WriteFloat32(Ctxt, nam.Xoffset, float32(f))
388 s.WriteFloat64(Ctxt, nam.Xoffset, f)
396 s.WriteFloat32(Ctxt, nam.Xoffset, float32(r))
397 s.WriteFloat32(Ctxt, nam.Xoffset+4, float32(i))
399 s.WriteFloat64(Ctxt, nam.Xoffset, r)
400 s.WriteFloat64(Ctxt, nam.Xoffset+8, i)
405 s.WriteAddr(Ctxt, nam.Xoffset, Widthptr, symdata, 0
    [all...]
sinit.go 17 Xoffset int64 // struct, array only
330 n.Xoffset = l.Xoffset + int64(array_array)
332 n.Xoffset = l.Xoffset + int64(array_nel)
334 n.Xoffset = l.Xoffset + int64(array_cap)
344 n.Xoffset = l.Xoffset + e.Xoffset
    [all...]
gen.go 127 if n.Xoffset == BADWIDTH {
138 stackcopy.Xoffset = n.Xoffset
176 n.Xoffset = 0
217 n.Xoffset = 0
unsafe.go 63 v += r.Xoffset
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
pgen_test.go 38 Node{Class: PFUNC, Xoffset: 0},
39 Node{Class: PFUNC, Xoffset: 10},
43 Node{Class: PFUNC, Xoffset: 20},
44 Node{Class: PFUNC, Xoffset: 10},
48 Node{Class: PFUNC, Xoffset: 10},
49 Node{Class: PFUNC, Xoffset: 10},
53 Node{Class: PPARAM, Xoffset: 10},
54 Node{Class: PPARAMOUT, Xoffset: 20},
58 Node{Class: PPARAMOUT, Xoffset: 10},
59 Node{Class: PPARAM, Xoffset: 20}
    [all...]
obj.go 325 off = int(nam.Xoffset)
377 s.WriteInt(Ctxt, nam.Xoffset, wid, i)
380 s.WriteInt(Ctxt, nam.Xoffset, wid, u.Int64())
386 s.WriteFloat32(Ctxt, nam.Xoffset, float32(f))
388 s.WriteFloat64(Ctxt, nam.Xoffset, f)
396 s.WriteFloat32(Ctxt, nam.Xoffset, float32(r))
397 s.WriteFloat32(Ctxt, nam.Xoffset+4, float32(i))
399 s.WriteFloat64(Ctxt, nam.Xoffset, r)
400 s.WriteFloat64(Ctxt, nam.Xoffset+8, i)
405 s.WriteAddr(Ctxt, nam.Xoffset, Widthptr, symdata, 0
    [all...]
sinit.go 17 Xoffset int64 // struct, array only
330 n.Xoffset = l.Xoffset + int64(array_array)
332 n.Xoffset = l.Xoffset + int64(array_nel)
334 n.Xoffset = l.Xoffset + int64(array_cap)
344 n.Xoffset = l.Xoffset + e.Xoffset
    [all...]
gen.go 127 if n.Xoffset == BADWIDTH {
138 stackcopy.Xoffset = n.Xoffset
176 n.Xoffset = 0
217 n.Xoffset = 0
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/
ggen.go 36 if n.Type.Width%int64(gc.Widthptr) != 0 || n.Xoffset%int64(gc.Widthptr) != 0 || n.Type.Width == 0 {
37 gc.Fatalf("var %L has size %d offset %d", n, int(n.Type.Width), int(n.Xoffset))
39 if lo != hi && n.Xoffset+n.Type.Width >= lo-int64(2*gc.Widthptr) {
41 lo = gc.Rnd(n.Xoffset, int64(gc.Widthptr))
50 hi = n.Xoffset + n.Type.Width
52 lo = n.Xoffset
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips/
ggen.go 29 // iterate through declarations - they are sorted in decreasing xoffset order.
37 if n.Type.Width%int64(gc.Widthptr) != 0 || n.Xoffset%int64(gc.Widthptr) != 0 || n.Type.Width == 0 {
38 gc.Fatalf("var %L has size %d offset %d", n, int(n.Type.Width), int(n.Xoffset))
41 if lo != hi && n.Xoffset+n.Type.Width >= lo-int64(2*gc.Widthreg) {
43 lo = n.Xoffset
52 hi = n.Xoffset + n.Type.Width
54 lo = n.Xoffset
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips64/
ggen.go 29 // iterate through declarations - they are sorted in decreasing xoffset order.
37 if n.Type.Width%int64(gc.Widthptr) != 0 || n.Xoffset%int64(gc.Widthptr) != 0 || n.Type.Width == 0 {
38 gc.Fatalf("var %L has size %d offset %d", n, int(n.Type.Width), int(n.Xoffset))
41 if lo != hi && n.Xoffset+n.Type.Width >= lo-int64(2*gc.Widthreg) {
43 lo = n.Xoffset
52 hi = n.Xoffset + n.Type.Width
54 lo = n.Xoffset
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
ggen.go 29 // iterate through declarations - they are sorted in decreasing xoffset order.
37 if n.Type.Width%int64(gc.Widthptr) != 0 || n.Xoffset%int64(gc.Widthptr) != 0 || n.Type.Width == 0 {
38 gc.Fatalf("var %L has size %d offset %d", n, int(n.Type.Width), int(n.Xoffset))
41 if lo != hi && n.Xoffset+n.Type.Width >= lo-int64(2*gc.Widthreg) {
43 lo = n.Xoffset
52 hi = n.Xoffset + n.Type.Width
54 lo = n.Xoffset
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
ggen.go 36 if n.Type.Width%int64(gc.Widthptr) != 0 || n.Xoffset%int64(gc.Widthptr) != 0 || n.Type.Width == 0 {
37 gc.Fatalf("var %L has size %d offset %d", n, int(n.Type.Width), int(n.Xoffset))
39 if lo != hi && n.Xoffset+n.Type.Width >= lo-int64(2*gc.Widthptr) {
41 lo = n.Xoffset
50 hi = n.Xoffset + n.Type.Width
52 lo = n.Xoffset
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm/
ggen.go 36 if n.Type.Width%int64(gc.Widthptr) != 0 || n.Xoffset%int64(gc.Widthptr) != 0 || n.Type.Width == 0 {
37 gc.Fatalf("var %L has size %d offset %d", n, int(n.Type.Width), int(n.Xoffset))
39 if lo != hi && n.Xoffset+n.Type.Width >= lo-int64(2*gc.Widthptr) {
41 lo = gc.Rnd(n.Xoffset, int64(gc.Widthptr))
50 hi = n.Xoffset + n.Type.Width
52 lo = n.Xoffset
  /prebuilts/go/linux-x86/src/cmd/compile/internal/mips/
ggen.go 29 // iterate through declarations - they are sorted in decreasing xoffset order.
37 if n.Type.Width%int64(gc.Widthptr) != 0 || n.Xoffset%int64(gc.Widthptr) != 0 || n.Type.Width == 0 {
38 gc.Fatalf("var %L has size %d offset %d", n, int(n.Type.Width), int(n.Xoffset))
41 if lo != hi && n.Xoffset+n.Type.Width >= lo-int64(2*gc.Widthreg) {
43 lo = n.Xoffset
52 hi = n.Xoffset + n.Type.Width
54 lo = n.Xoffset
  /prebuilts/go/linux-x86/src/cmd/compile/internal/mips64/
ggen.go 29 // iterate through declarations - they are sorted in decreasing xoffset order.
37 if n.Type.Width%int64(gc.Widthptr) != 0 || n.Xoffset%int64(gc.Widthptr) != 0 || n.Type.Width == 0 {
38 gc.Fatalf("var %L has size %d offset %d", n, int(n.Type.Width), int(n.Xoffset))
41 if lo != hi && n.Xoffset+n.Type.Width >= lo-int64(2*gc.Widthreg) {
43 lo = n.Xoffset
52 hi = n.Xoffset + n.Type.Width
54 lo = n.Xoffset
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
ggen.go 29 // iterate through declarations - they are sorted in decreasing xoffset order.
37 if n.Type.Width%int64(gc.Widthptr) != 0 || n.Xoffset%int64(gc.Widthptr) != 0 || n.Type.Width == 0 {
38 gc.Fatalf("var %L has size %d offset %d", n, int(n.Type.Width), int(n.Xoffset))
41 if lo != hi && n.Xoffset+n.Type.Width >= lo-int64(2*gc.Widthreg) {
43 lo = n.Xoffset
52 hi = n.Xoffset + n.Type.Width
54 lo = n.Xoffset
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
ggen.go 36 if n.Type.Width%int64(gc.Widthptr) != 0 || n.Xoffset%int64(gc.Widthptr) != 0 || n.Type.Width == 0 {
37 gc.Fatalf("var %L has size %d offset %d", n, int(n.Type.Width), int(n.Xoffset))
39 if lo != hi && n.Xoffset+n.Type.Width >= lo-int64(2*gc.Widthptr) {
41 lo = n.Xoffset
50 hi = n.Xoffset + n.Type.Width
52 lo = n.Xoffset
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/
ggen.go 36 // iterate through declarations - they are sorted in decreasing xoffset order.
44 if n.Type.Width%int64(gc.Widthptr) != 0 || n.Xoffset%int64(gc.Widthptr) != 0 || n.Type.Width == 0 {
45 gc.Fatalf("var %L has size %d offset %d", n, int(n.Type.Width), int(n.Xoffset))
48 if lo != hi && n.Xoffset+n.Type.Width >= lo-int64(2*gc.Widthreg) {
50 lo = n.Xoffset
59 hi = n.Xoffset + n.Type.Width
61 lo = n.Xoffset
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/s390x/
ggen.go 35 // iterate through declarations - they are sorted in decreasing xoffset order.
43 if n.Type.Width%int64(gc.Widthptr) != 0 || n.Xoffset%int64(gc.Widthptr) != 0 || n.Type.Width == 0 {
44 gc.Fatalf("var %L has size %d offset %d", n, int(n.Type.Width), int(n.Xoffset))
47 if lo != hi && n.Xoffset+n.Type.Width >= lo-int64(2*gc.Widthreg) {
49 lo = n.Xoffset
58 hi = n.Xoffset + n.Type.Width
60 lo = n.Xoffset
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/
ggen.go 36 // iterate through declarations - they are sorted in decreasing xoffset order.
44 if n.Type.Width%int64(gc.Widthptr) != 0 || n.Xoffset%int64(gc.Widthptr) != 0 || n.Type.Width == 0 {
45 gc.Fatalf("var %L has size %d offset %d", n, int(n.Type.Width), int(n.Xoffset))
48 if lo != hi && n.Xoffset+n.Type.Width >= lo-int64(2*gc.Widthreg) {
50 lo = n.Xoffset
59 hi = n.Xoffset + n.Type.Width
61 lo = n.Xoffset
  /prebuilts/go/linux-x86/src/cmd/compile/internal/s390x/
ggen.go 35 // iterate through declarations - they are sorted in decreasing xoffset order.
43 if n.Type.Width%int64(gc.Widthptr) != 0 || n.Xoffset%int64(gc.Widthptr) != 0 || n.Type.Width == 0 {
44 gc.Fatalf("var %L has size %d offset %d", n, int(n.Type.Width), int(n.Xoffset))
47 if lo != hi && n.Xoffset+n.Type.Width >= lo-int64(2*gc.Widthreg) {
49 lo = n.Xoffset
58 hi = n.Xoffset + n.Type.Width
60 lo = n.Xoffset
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/
ggen.go 34 // iterate through declarations - they are sorted in decreasing xoffset order.
42 if n.Type.Width%int64(gc.Widthptr) != 0 || n.Xoffset%int64(gc.Widthptr) != 0 || n.Type.Width == 0 {
43 gc.Fatalf("var %L has size %d offset %d", n, int(n.Type.Width), int(n.Xoffset))
46 if lo != hi && n.Xoffset+n.Type.Width >= lo-int64(2*gc.Widthreg) {
48 lo = n.Xoffset
57 hi = n.Xoffset + n.Type.Width
59 lo = n.Xoffset
  /prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/
ggen.go 34 // iterate through declarations - they are sorted in decreasing xoffset order.
42 if n.Type.Width%int64(gc.Widthptr) != 0 || n.Xoffset%int64(gc.Widthptr) != 0 || n.Type.Width == 0 {
43 gc.Fatalf("var %L has size %d offset %d", n, int(n.Type.Width), int(n.Xoffset))
46 if lo != hi && n.Xoffset+n.Type.Width >= lo-int64(2*gc.Widthreg) {
48 lo = n.Xoffset
57 hi = n.Xoffset + n.Type.Width
59 lo = n.Xoffset

Completed in 1011 milliseconds

1 2 3