Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 95 for isint32 (0.11 sec)

  1. src/cmd/internal/obj/mips/asm0.go

    	return op | i&0xFFFF | uint32(r2&31)<<21 | uint32(r3&31)<<16
    }
    
    func OP_SRR(op uint32, s uint32, r2 int16, r3 int16) uint32 {
    	return op | (s&31)<<6 | uint32(r2&31)<<16 | uint32(r3&31)<<11
    }
    
    func OP_FRRR(op uint32, r1 int16, r2 int16, r3 int16) uint32 {
    	return op | uint32(r1&31)<<16 | uint32(r2&31)<<11 | uint32(r3&31)<<6
    }
    
    func OP_JMP(op uint32, i uint32) uint32 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/loong64/asm.go

    			}
    		}
    	}
    }
    
    func OP(x uint32, y uint32) uint32 {
    	return x<<3 | y<<0
    }
    
    func SP(x uint32, y uint32) uint32 {
    	return x<<29 | y<<26
    }
    
    func OP_TEN(x uint32, y uint32) uint32 {
    	return x<<21 | y<<10
    }
    
    // r1 -> rk
    // r2 -> rj
    // r3 -> rd
    func OP_RRR(op uint32, r1 uint32, r2 uint32, r3 uint32) uint32 {
    	return op | (r1&0x1F)<<10 | (r2&0x1F)<<5 | (r3&0x1F)<<0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/s390x/objz.go

    		}
    	}
    
    	// Rewrite SUB constants into ADD.
    	switch p.As {
    	case ASUBC:
    		if p.From.Type == obj.TYPE_CONST && isint32(-p.From.Offset) {
    			p.From.Offset = -p.From.Offset
    			p.As = AADDC
    		}
    
    	case ASUB:
    		if p.From.Type == obj.TYPE_CONST && isint32(-p.From.Offset) {
    			p.From.Offset = -p.From.Offset
    			p.As = AADD
    		}
    	}
    
    	if c.ctxt.Flag_dynlink {
    		c.rewriteToUseGot(p)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 19:28:53 UTC 2023
    - 21K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/s390x/asmz.go

    	op_AE      uint32 = 0x7A00 // FORMAT_RX1        ADD NORMALIZED (short HFP)
    	op_AEB     uint32 = 0xED0A // FORMAT_RXE        ADD (short BFP)
    	op_AEBR    uint32 = 0xB30A // FORMAT_RRE        ADD (short BFP)
    	op_AER     uint32 = 0x3A00 // FORMAT_RR         ADD NORMALIZED (short HFP)
    	op_AFI     uint32 = 0xC209 // FORMAT_RIL1       ADD IMMEDIATE (32)
    	op_AG      uint32 = 0xE308 // FORMAT_RXY1       ADD (64)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  5. src/testing/quick/quick_test.go

    func fUint16(a uint16) uint16 { return a }
    
    type TestUint16Alias uint16
    
    func fUint16Alias(a TestUint16Alias) TestUint16Alias { return a }
    
    func fUint32(a uint32) uint32 { return a }
    
    type TestUint32Alias uint32
    
    func fUint32Alias(a TestUint32Alias) TestUint32Alias { return a }
    
    func fUint64(a uint64) uint64 { return a }
    
    type TestUint64Alias uint64
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 12:54:00 UTC 2019
    - 9K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/ppc64/asm9.go

    	return o<<26 | xo<<4 | oe<<11
    }
    
    func OPDQ(o uint32, xo uint32, oe uint32) uint32 {
    	return o<<26 | xo | oe<<4
    }
    
    func OPVX(o uint32, xo uint32, oe uint32, rc uint32) uint32 {
    	return o<<26 | xo | oe<<11 | rc&1
    }
    
    func OPVC(o uint32, xo uint32, oe uint32, rc uint32) uint32 {
    	return o<<26 | xo | oe<<11 | (rc&1)<<10
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  7. test/typeparam/typeswitch3.go

    	}
    }
    func main() {
    	f[myfloat](myint(6))
    	f[myfloat](myfloat(7))
    	f[myfloat](myint32(8))
    	f[myint32](myint32(8))
    	f[myint32](myfloat(7))
    	f[myint](myint32(9))
    	f[I](myint(10))
    	f[J](myint(11))
    	f[J](myint32(12))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 07 13:47:58 UTC 2022
    - 837 bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/sets/int32.go

    // If the value passed in is not actually a map, this will panic.
    func Int32KeySet[T any](theMap map[int32]T) Int32 {
    	return Int32(KeySet(theMap))
    }
    
    // Insert adds items to the set.
    func (s Int32) Insert(items ...int32) Int32 {
    	return Int32(cast(s).Insert(items...))
    }
    
    // Delete removes all items from the set.
    func (s Int32) Delete(items ...int32) Int32 {
    	return Int32(cast(s).Delete(items...))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 20 03:47:18 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  9. test/typeparam/typeswitch4.go

    type myint32 int32
    
    func (x myint32) foo() int { return int(x) }
    func (x myint32) bar()     {}
    
    func f[T I](i I) {
    	switch x := i.(type) {
    	case T, myint32:
    		println("T/myint32", x.foo())
    	default:
    		println("other", x.foo())
    	}
    }
    func main() {
    	f[myfloat](myint(6))
    	f[myfloat](myfloat(7))
    	f[myfloat](myint32(8))
    	f[myint32](myint32(9))
    	f[myint](myint32(10))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 07 13:47:58 UTC 2022
    - 813 bytes
    - Viewed (0)
  10. test/typeparam/typeswitch4.out

    other 6
    T/myint32 7
    T/myint32 8
    T/myint32 9
    T/myint32 10
    other 42
    T/myint32 10
    other 11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 07 13:47:58 UTC 2022
    - 101 bytes
    - Viewed (0)
Back to top