Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for V20 (0.01 seconds)

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

    	VMOVD	$0x8040201008040201, V20                              // VMOVD	$-9205322385119247871, V20
    	VMOVQ	$0x7040201008040201, $0x8040201008040201, V10         // VMOVQ	$8088500183983456769, $-9205322385119247871, V10
    	VMOVQ	$0x8040201008040202, $0x7040201008040201, V20         // VMOVQ	$-9205322385119247870, $8088500183983456769, V20
    
    // mov(to/from sp)
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Feb 27 20:41:17 GMT 2026
    - 96.2K bytes
    - Click Count (0)
  2. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/model/License.kt

            "https://www.eclipse.org/legal/epl-v10.html",
            listOf("EPL-1.0", "Eclipse Public License v1.0"),
        ),
        EPL2(
            "Eclipse Public License 2.0",
            "https://www.eclipse.org/legal/epl-v20.html",
            listOf("EPL-2.0", "Eclipse Public License v2.0"),
        ),
        LGPL21(
            "LGPL 2.1",
            "https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html",
            listOf(
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 13 13:24:46 GMT 2026
    - 3.9K bytes
    - Click Count (0)
Back to Top