Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 8092 (0.04 sec)

  1. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*8080*/ uint16(xSetOp), uint16(ADC),
    	/*8082*/ uint16(xReadSlashR),
    	/*8083*/ uint16(xArgR8),
    	/*8084*/ uint16(xArgRM8),
    	/*8085*/ uint16(xMatch),
    	/*8086*/ uint16(xCondIs64), 8089, 8105,
    	/*8089*/ uint16(xCondDataSize), 8093, 8099, 0,
    	/*8093*/ uint16(xSetOp), uint16(ADC),
    	/*8095*/ uint16(xReadSlashR),
    	/*8096*/ uint16(xArgR16),
    	/*8097*/ uint16(xArgRM16),
    	/*8098*/ uint16(xMatch),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    					z := s.constInt(types.Types[types.TINT], 0)
    					s.boundsCheck(z, z, ssa.BoundsIndex, false)
    					// The return value won't be live, return junk.
    					// But not quite junk, in case bounds checks are turned off. See issue 48092.
    					return s.zeroVal(n.Type())
    				}
    				len := s.constInt(types.Types[types.TINT], bound)
    				s.boundsCheck(i, len, ssa.BoundsIndex, n.Bounded()) // checks i == 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top