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

1 2

  /prebuilts/go/darwin-x86/src/cmd/internal/sys/
arch.go 32 IntSize int
55 IntSize: 4,
65 IntSize: 8,
75 IntSize: 4,
85 IntSize: 4,
95 IntSize: 8,
105 IntSize: 4,
115 IntSize: 4,
125 IntSize: 8,
135 IntSize: 8
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/sys/
arch.go 32 IntSize int
55 IntSize: 4,
65 IntSize: 8,
75 IntSize: 4,
85 IntSize: 4,
95 IntSize: 8,
105 IntSize: 4,
115 IntSize: 4,
125 IntSize: 8,
135 IntSize: 8
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
opt.go 14 if f.Config.IntSize == 4 && f.Config.arch != "amd64p32" {
config.go 18 IntSize int64 // 4 or 8
145 c.IntSize = 8
157 c.IntSize = 4
170 c.IntSize = 4
182 c.IntSize = 4
194 c.IntSize = 8
211 c.IntSize = 8
228 c.IntSize = 8
241 c.IntSize = 8
258 c.IntSize =
    [all...]
decompose.go 28 case t.IsInteger() && t.Size() == 8 && f.Config.IntSize == 4:
98 // floats are never decomposed, even ones bigger than IntSize
99 case t.Size() > f.Config.IntSize:
110 case v.Type.IsInteger() && v.Type.Size() == 8 && v.Block.Func.Config.IntSize == 4:
125 // floats are never decomposed, even ones bigger than IntSize
126 case v.Type.Size() > v.Block.Func.Config.IntSize:
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
opt.go 14 if f.Config.IntSize == 4 && f.Config.arch != "amd64p32" {
config.go 18 IntSize int64 // 4 or 8
145 c.IntSize = 8
157 c.IntSize = 4
170 c.IntSize = 4
182 c.IntSize = 4
194 c.IntSize = 8
211 c.IntSize = 8
228 c.IntSize = 8
241 c.IntSize = 8
258 c.IntSize =
    [all...]
decompose.go 28 case t.IsInteger() && t.Size() == 8 && f.Config.IntSize == 4:
98 // floats are never decomposed, even ones bigger than IntSize
99 case t.Size() > f.Config.IntSize:
110 case v.Type.IsInteger() && v.Type.Size() == 8 && v.Block.Func.Config.IntSize == 4:
125 // floats are never decomposed, even ones bigger than IntSize
126 case v.Type.Size() > v.Block.Func.Config.IntSize:
  /prebuilts/go/darwin-x86/src/strconv/
atoi.go 34 const intSize = 32 << (^uint(0) >> 63)
36 // IntSize is the size in bits of an int or uint value.
37 const IntSize = intSize
48 bitSize = int(IntSize)
160 bitSize = int(IntSize)
atoi_test.go 283 switch IntSize {
306 switch IntSize {
  /prebuilts/go/linux-x86/src/strconv/
atoi.go 34 const intSize = 32 << (^uint(0) >> 63)
36 // IntSize is the size in bits of an int or uint value.
37 const IntSize = intSize
48 bitSize = int(IntSize)
160 bitSize = int(IntSize)
atoi_test.go 283 switch IntSize {
306 switch IntSize {
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
decodesym.go 213 return int(decodeInuxi(arch, s.P[commonsize()+2*SysArch.PtrSize:], SysArch.IntSize))
217 off := commonsize() + 2*SysArch.PtrSize + 2*SysArch.IntSize
258 return int64(decodeInuxi(arch, s.P[off+2*SysArch.PtrSize:], SysArch.IntSize))
263 return int64(decodeInuxi(arch, s.P[commonsize()+2*SysArch.PtrSize:], SysArch.IntSize))
345 off += 2*SysArch.PtrSize + 2*SysArch.IntSize
359 off += SysArch.PtrSize + 2*SysArch.IntSize
symtab.go 321 Symgrow(t, nsections*(2*int64(SysArch.IntSize)+int64(SysArch.PtrSize)))
340 off = setuintxx(ctxt, t, off, sect.Vaddr-textbase, int64(SysArch.IntSize))
341 off = setuintxx(ctxt, t, off, sect.Length, int64(SysArch.IntSize))
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
decodesym.go 213 return int(decodeInuxi(arch, s.P[commonsize()+2*SysArch.PtrSize:], SysArch.IntSize))
217 off := commonsize() + 2*SysArch.PtrSize + 2*SysArch.IntSize
258 return int64(decodeInuxi(arch, s.P[off+2*SysArch.PtrSize:], SysArch.IntSize))
263 return int64(decodeInuxi(arch, s.P[commonsize()+2*SysArch.PtrSize:], SysArch.IntSize))
345 off += 2*SysArch.PtrSize + 2*SysArch.IntSize
359 off += SysArch.PtrSize + 2*SysArch.IntSize
symtab.go 321 Symgrow(t, nsections*(2*int64(SysArch.IntSize)+int64(SysArch.PtrSize)))
340 off = setuintxx(ctxt, t, off, sect.Vaddr-textbase, int64(SysArch.IntSize))
341 off = setuintxx(ctxt, t, off, sect.Length, int64(SysArch.IntSize))
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 247 unsigned IntSize = Target.getIntWidth();
251 uint64_t Width = Ptrs * PtrSize + Ints * IntSize;
  /prebuilts/go/darwin-x86/src/cmd/cgo/
main.go 34 IntSize int64
342 intSize := intSizeMap[goarch]
343 if intSize == 0 {
344 fatalf("unknown intSize for $GOARCH %q", goarch)
353 IntSize: intSize,
out.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
main.go 34 IntSize int64
342 intSize := intSizeMap[goarch]
343 if intSize == 0 {
344 fatalf("unknown intSize for $GOARCH %q", goarch)
353 IntSize: intSize,
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
XmmArith.cpp     [all...]
  /external/v8/tools/
grokdump.py     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
ssa.go 477 if s.config.IntSize == 8 {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
ssa.go 477 if s.config.IntSize == 8 {
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 527 milliseconds

1 2