Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for uvmexp (0.2 sec)

  1. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go

    	UBFIZ:     "UBFIZ",
    	UBFM:      "UBFM",
    	UBFX:      "UBFX",
    	UCVTF:     "UCVTF",
    	UDIV:      "UDIV",
    	UHADD:     "UHADD",
    	UHSUB:     "UHSUB",
    	UMADDL:    "UMADDL",
    	UMAX:      "UMAX",
    	UMAXP:     "UMAXP",
    	UMAXV:     "UMAXV",
    	UMIN:      "UMIN",
    	UMINP:     "UMINP",
    	UMINV:     "UMINV",
    	UMLAL:     "UMLAL",
    	UMLAL2:    "UMLAL2",
    	UMLSL:     "UMLSL",
    	UMLSL2:    "UMLSL2",
    	UMNEGL:    "UMNEGL",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 211.8K bytes
    - Viewed (0)
  2. src/reflect/all_test.go

    		}
    	}
    }
    
    type unexp struct{}
    
    func (*unexp) f() (int32, int8) { return 7, 7 }
    func (*unexp) g() (int64, int8) { return 8, 8 }
    
    type unexpI interface {
    	f() (int32, int8)
    }
    
    func TestUnexportedMethods(t *testing.T) {
    	typ := TypeOf(new(unexp))
    	if got := typ.NumMethod(); got != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.json

    {"Name":"UMAXP","Bits":"0|Q|1|0|1|1|1|0|size:2|1|Rm:5|1|0|1|0|0|1|Rn:5|Rd:5","Arch":"Three registers of the same type variant","Syntax":"UMAXP <Vd>.<T>, <Vn>.<T>, <Vm>.<T>","Code":"","Alias":""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 234.7K bytes
    - Viewed (0)
Back to top