Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 183 for qword (0.12 sec)

  1. src/runtime/sys_freebsd_riscv64.s

    	// set up g
    	MOV	m_g0(A0), g
    	MOV	A0, g_m(g)
    	CALL	emptyfunc<>(SB)	 // fault if stack check is wrong
    	CALL	runtime·mstart(SB)
    
    	WORD	$0	// crash
    	RET
    
    // func exit(code int32)
    TEXT runtime·exit(SB),NOSPLIT|NOFRAME,$0-4
    	MOVW	code+0(FP), A0
    	MOV	$SYS_exit, T0
    	ECALL
    	WORD	$0	// crash
    
    // func exitThread(wait *atomic.Uint32)
    TEXT runtime·exitThread(SB),NOSPLIT|NOFRAME,$0-8
    	MOV	wait+0(FP), A0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  2. src/hash/crc32/crc32_s390x.s

    	BR      vectorizedBody<>(SB)
    
    TEXT vectorizedBody<>(SB),NOSPLIT,$0
    	XOR     $0xffffffff, R2 // NOTW R2
    	VLM     0(R5), CONST_PERM_LE2BE, CONST_CRC_POLY
    
    	// Load the initial CRC value into the rightmost word of V0
    	VZERO   V0
    	VLVGF   $3, R2, V0
    
    	// Crash if the input size is less than 64-bytes.
    	CMP     R4, $64
    	BLT     crash
    
    	// Load a 64-byte data chunk and XOR with CRC
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 20 00:49:17 UTC 2021
    - 7.6K bytes
    - Viewed (0)
  3. src/crypto/aes/asm_arm64.s

    ks256Loop:
    		STPW.P	(R4, R5), 8(R10)
    		STPW.P	(R6, R7), 8(R10)
    		VMOV	R7, V2.S[0]
    		WORD	$0x4E030042 //TBL	V3.B16, [V2.B16], V2.B16
    		AESE	V0.B16, V2.B16
    		EORW	R13, R0
    		LSLW	$1, R13
    		SUBS	$1, R8
    		VMOV	V2.S[0], R9
    		EORW	R9, R0
    		EORW	R0, R1
    		EORW	R1, R2
    		EORW	R2, R3
    		VMOV	R3, V2.S[0]
    		WORD	$0x4E040042 //TBL	V3.B16, [V2.B16], V2.B16
    		AESE	V0.B16, V2.B16
    		VMOV	V2.S[0], R9
    		EORW	R9, R4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/mips/anames.go

    	"SLL",
    	"SQRTD",
    	"SQRTF",
    	"SRA",
    	"SRL",
    	"SUB",
    	"SUBD",
    	"SUBF",
    	"SUBU",
    	"SUBW",
    	"SYNC",
    	"SYSCALL",
    	"TEQ",
    	"TLBP",
    	"TLBR",
    	"TLBWI",
    	"TLBWR",
    	"TNE",
    	"WORD",
    	"WSBH",
    	"XOR",
    	"MOVV",
    	"MOVVL",
    	"MOVVR",
    	"SLLV",
    	"SRAV",
    	"SRLV",
    	"DIVV",
    	"DIVVU",
    	"REMV",
    	"REMVU",
    	"MULV",
    	"MULVU",
    	"ADDV",
    	"ADDVU",
    	"SUBV",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 08 12:17:12 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  5. src/internal/syscall/unix/fallocate_freebsd_arm.go

    	// setting errno. See https://man.freebsd.org/cgi/man.cgi?query=posix_fallocate&sektion=2&n=1
    	//
    	// The padding 0 argument is needed because the ARM calling convention requires that if an
    	// argument (off in this case) needs double-word alignment (8-byte), the NCRN (next core
    	// register number) is rounded up to the next even register number.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 05 14:17:36 UTC 2023
    - 1013 bytes
    - Viewed (0)
  6. analysis/analysis-api-platform-interface/src/org/jetbrains/kotlin/analysis/api/platform/KotlinPlatformComponent.kt

     * implementation, such as [KotlinProjectMessageBusProvider] for [KotlinMessageBusProvider].
     *
     * Platform component interfaces and their default implementations are always prefixed with the word `Kotlin`, in contrast to
     * [KaEngineService]s which are prefixed with `Ka`. It is recommended to keep this naming convention in platform implementations. For
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:57:40 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. src/internal/types/errors/codes_test.go

    			t.Errorf("%q is not exported", name)
    		}
    		lower := strings.ToLower(name)
    		for _, bad := range forbiddenInIdent {
    			if strings.Contains(lower, bad) {
    				t.Errorf("%q contains forbidden word %q", name, bad)
    			}
    		}
    		doc := spec.Doc.Text()
    		if doc == "" {
    			t.Errorf("%q is undocumented", name)
    		} else if !strings.HasPrefix(doc, name) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 18 20:41:45 UTC 2022
    - 4.9K bytes
    - Viewed (0)
  8. src/internal/chacha8rand/chacha8_generic.go

    		b[12][i] = b12
    		b[13][i] = b13
    		b[14][i] = b14
    		b[15][i] = b15
    	}
    
    	if goarch.BigEndian {
    		// On a big-endian system, reading the uint32 pairs as uint64s
    		// will word-swap them compared to little-endian, so we word-swap
    		// them here first to make the next swap get the right answer.
    		for i, x := range buf {
    			buf[i] = x>>32 | x<<32
    		}
    	}
    }
    
    // qr is the (inlinable) ChaCha8 quarter round.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:32:54 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  9. ci/official/utilities/cleanup_summary.sh

    can view more detailed results that are probably easier to read than this log.
    Try the links below:
    EOF
      # Find any "Streaming build results to" line, then print the last word in it,
      # and don't print duplicates
      awk '/Streaming build results to/ {print $NF}' "$TFCI_OUTPUT_DIR/script.log" | uniq
    }
    
    # Print out any ResultStore URLs for Bazel invocations' results.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Nov 08 17:50:27 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  10. src/cmd/cgo/internal/test/callback_windows.go

    		"test.nestedCall.func1",
    		"test.nestedCall",
    		"test.testCallbackCallersSEH",
    		"test.TestCallbackCallersSEH",
    	}
    	pc := make([]uintptr, 100)
    	n := 0
    	nestedCall(func() {
    		n = int(C.backtrace(C.DWORD(len(pc)), (*C.PVOID)(unsafe.Pointer(&pc[0]))))
    	})
    	got := make([]string, 0, n)
    	for i := 0; i < n; i++ {
    		f := runtime.FuncForPC(pc[i] - 1)
    		if f == nil {
    			continue
    		}
    		fname := f.Name()
    		switch fname {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 16:01:37 UTC 2023
    - 2.6K bytes
    - Viewed (0)
Back to top