Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Sumkin (0.24 sec)

  1. src/cmd/asm/internal/asm/testdata/arm64error.s

    	VUMAX	V1.D2, V2.D2, V3.D2                              // ERROR "invalid arrangement"
    	VUMIN	V1.D2, V2.D2, V3.D2                              // ERROR "invalid arrangement"
    	VUMAX	V1.B8, V2.B8, V3.B16                             // ERROR "operand mismatch"
    	VUMIN	V1.H4, V2.S4, V3.H4                              // ERROR "operand mismatch"
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 37.8K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64.s

    	VUMAX	V3.S4, V2.S4, V1.S4             // 4164a36e
    	VUMIN	V3.B8, V2.B8, V1.B8             // 416c232e
    	VUMIN	V3.B16, V2.B16, V1.B16          // 416c236e
    	VUMIN	V3.H4, V2.H4, V1.H4             // 416c632e
    	VUMIN	V3.H8, V2.H8, V1.H8             // 416c636e
    	VUMIN	V3.S2, V2.S2, V1.S2             // 416ca32e
    	VUMIN	V3.S4, V2.S4, V1.S4             // 416ca36e
    	FCCMPS	LT, F1, F2, $1	                // 41b4211e
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg reflect, type Type interface, MethodByName(string) (Method, bool)
    pkg reflect, type Type interface, Name() string
    pkg reflect, type Type interface, NumField() int
    pkg reflect, type Type interface, NumIn() int
    pkg reflect, type Type interface, NumMethod() int
    pkg reflect, type Type interface, NumOut() int
    pkg reflect, type Type interface, Out(int) Type
    pkg reflect, type Type interface, PkgPath() string
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top