Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for 24 (0.25 sec)

  1. src/cmd/asm/internal/asm/operand_test.go

    	{"$16", "$16"},
    	{"-16(RSP)", "-16(RSP)"},
    	{"16(RSP)", "16(RSP)"},
    	{"1(R1)", "1(R1)"},
    	{"-1(R4)", "-1(R4)"},
    	{"18740(R5)", "18740(R5)"},
    	{"$2", "$2"},
    	{"$-24(R4)", "$-24(R4)"},
    	{"-24(RSP)", "-24(RSP)"},
    	{"$24(RSP)", "$24(RSP)"},
    	{"-32(RSP)", "-32(RSP)"},
    	{"$48", "$48"},
    	{"$(-64*1024)(R7)", "$-65536(R7)"},
    	{"$(8-1)", "$7"},
    	{"a+0(FP)", "a(FP)"},
    	{"a1+8(FP)", "a1+8(FP)"},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 18:31:05 GMT 2023
    - 23.9K bytes
    - Viewed (0)
  2. misc/wasm/wasm_exec.js

    					"syscall/js.valueIndex": (sp) => {
    						sp >>>= 0;
    						storeValue(sp + 24, Reflect.get(loadValue(sp + 8), getInt64(sp + 16)));
    					},
    
    					// valueSetIndex(v ref, i int, x ref)
    					"syscall/js.valueSetIndex": (sp) => {
    						sp >>>= 0;
    						Reflect.set(loadValue(sp + 8), getInt64(sp + 16), loadValue(sp + 24));
    					},
    
    					// func valueCall(v ref, m string, args []ref) (ref, bool)
    JavaScript
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon May 22 17:47:47 GMT 2023
    - 16.3K bytes
    - Viewed (1)
  3. src/cmd/asm/internal/asm/testdata/s390x.s

    	RXSBG	$17, $8, $16, R3, R4  // ec4311081057
    	ROSBG	$9, $24, $11, R5, R6  // ec6509180b56
    	RNSBGT	$0, $31, $32, R7, R8  // ec87801f2054
    	RXSBGT	$17, $8, $16, R9, R10 // eca991081057
    	ROSBGT	$9, $24, $11, R11, R0 // ec0b89180b56
    	RISBG	$0, $31, $32, R1, R2  // ec21001f2055
    	RISBGN	$17, $8, $16, R3, R4  // ec4311081059
    	RISBGZ	$9, $24, $11, R5, R6  // ec6509980b55
    	RISBGNZ	$0, $31, $32, R7, R8  // ec87009f2059
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 22 03:55:32 GMT 2023
    - 21.6K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/mips64.s

    	DSBH	R1, R2 // 7c0110a4
    	DSHD	R1, R2 // 7c011164
    
    	SEB	R1, R2 // 7c011420
    	SEH	R1, R2 // 7c011620
    
    	RET
    
    // MSA VMOVI
    	VMOVB	$511, W0   // 7b0ff807
    	VMOVH	$24, W23   // 7b20c5c7
    	VMOVW	$-24, W15  // 7b5f43c7
    	VMOVD	$-511, W31 // 7b700fc7
    
    	VMOVB	(R0), W8       // 78000220
    	VMOVB	511(R3), W0    // 79ff1820
    	VMOVB	-512(R12), W21 // 7a006560
    	VMOVH	(R24), W12     // 7800c321
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 08 12:17:12 GMT 2023
    - 12.4K bytes
    - Viewed (0)
  5. src/archive/tar/format.go

    type sparseArray []byte
    
    func (s sparseArray) entry(i int) sparseElem { return sparseElem(s[i*24:]) }
    func (s sparseArray) isExtended() []byte     { return s[24*s.maxEntries():][:1] }
    func (s sparseArray) maxEntries() int        { return len(s) / 24 }
    
    type sparseElem []byte
    
    func (s sparseElem) offset() []byte { return s[00:][:12] }
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 11.3K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/arm.s

    	XTAB	R2@>16, R8           // 7288a8e6
    	XTAB	R2@>24, R8           // 728ca8e6
    	XTAH	R3@>0, R9            // 7390b9e6
    	XTAH	R3@>8, R9            // 7394b9e6
    	XTAH	R3@>16, R9           // 7398b9e6
    	XTAH	R3@>24, R9           // 739cb9e6
    	XTABU	R4@>0, R7            // 7470e7e6
    	XTABU	R4@>8, R7            // 7474e7e6
    	XTABU	R4@>16, R7           // 7478e7e6
    	XTABU	R4@>24, R7           // 747ce7e6
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 15 20:51:01 GMT 2023
    - 69K bytes
    - Viewed (0)
  7. src/archive/zip/reader_test.go

    			},
    		},
    	},
    	{
    		Name:   "r.zip",
    		Source: returnRecursiveZip,
    		File: []ZipTestFile{
    			{
    				Name:     "r/r.zip",
    				Content:  rZipBytes(),
    				Modified: time.Date(2010, 3, 4, 0, 24, 16, 0, time.UTC),
    				Mode:     0666,
    			},
    		},
    	},
    	{
    		Name: "symlink.zip",
    		File: []ZipTestFile{
    			{
    				Name:     "symlink",
    				Content:  []byte("../target"),
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  8. src/bytes/buffer_test.go

    		}
    		check(t, "TestBasicOperations (4)", &buf, "a")
    
    		buf.WriteByte(testString[1])
    		check(t, "TestBasicOperations (5)", &buf, "ab")
    
    		n, err = buf.Write(testBytes[2:26])
    		if want := 24; err != nil || n != want {
    			t.Errorf("Write: got (%d, %v), want (%d, %v)", n, err, want, nil)
    		}
    		check(t, "TestBasicOperations (6)", &buf, testString[0:26])
    
    		buf.Truncate(26)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 13:31:36 GMT 2024
    - 18.6K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/arch/arm.go

    	op1 := int64(0)
    	if op == arm.AMRC {
    		op1 = 1
    	}
    	bits, ok := ParseARMCondition(cond)
    	if !ok {
    		return
    	}
    	offset = (0xe << 24) | // opcode
    		(op1 << 20) | // MCR/MRC
    		((int64(bits) ^ arm.C_SCOND_XOR) << 28) | // scond
    		((x0 & 15) << 8) | //coprocessor number
    		((x1 & 7) << 21) | // coprocessor operation
    		((x2 & 15) << 12) | // ARM register
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Nov 18 17:59:44 GMT 2022
    - 6.1K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/testdata/arm64.s

    	VUSHR	$24, V1.S4, V2.S4               // 2204286f
    	VUSHR	$24, V1.S2, V2.S2               // 2204282f
    	VUSHR	$8, V1.H4, V2.H4                // 2204182f
    	VUSHR	$8, V1.H8, V2.H8                // 2204186f
    	VUSHR	$2, V1.B8, V2.B8                // 22040e2f
    	VUSHR	$2, V1.B16, V2.B16              // 22040e6f
    	VSHL	$56, V1.D2, V2.D2               // 2254784f
    	VSHL	$24, V1.S4, V2.S4               // 2254384f
    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)
Back to top