Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for nregs (0.07 sec)

  1. lib/fips140/v1.0.0.zip

    int) int { return roundKeyOffset + key }, "regs_batches": func(firstReg, nregs int) []RegsBatch { result := make([]RegsBatch, 0) for nregs != 0 { batch := 4 if nregs < batch { batch = nregs } regsList := make([]string, 0, batch) for j := firstReg; j < firstReg+batch; j++ { regsList = append(regsList, fmt.Sprintf("V%d.B16", j)) } result = append(result, RegsBatch{ Size: 16 * batch, Regs: strings.Join(regsList, ", "), }) nregs -= batch firstReg += batch } return result }, "enc_args": func(key, n int,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64error.s

    	NEG	R7@>2, R5                                        // ERROR "unsupported shift operator"
    	NEGW	R7@>2, R5                                        // ERROR "unsupported shift operator"
    	NEGS	R7@>2, R5                                        // ERROR "unsupported shift operator"
    	NEGSW	R7@>2, R5                                        // ERROR "unsupported shift operator"
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Mar 26 10:48:50 UTC 2025
    - 37.9K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	MUL R4, R3, R0                             // 607c049b
    	MVNW R3@>13, R8                            // e837e32a
    	MVN R13>>31, R9                            // e97f6daa
    	NEGSW R23<<1, R30                          // fe07176b
    	NEGS R20>>35, R22                          // f68f54eb
    	NGCW R13, R8                               // e8030d5a
    	NGC R2, R7                                 // e70302da
    	NGCSW R10, R5                              // e5030a7a
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    16B62         ; disallowed                             # NA   <reserved-16B62>
    16B63..16B77  ; valid                                  # 7.0  PAHAWH HMONG SIGN VOS LUB..PAHAWH HMONG SIGN CIM NRES TOS
    16B78..16B7C  ; disallowed                             # NA   <reserved-16B78>..<reserved-16B7C>
    16B7D..16B8F  ; valid                                  # 7.0  PAHAWH HMONG CLAN SIGN TSHEEJ..PAHAWH HMONG CLAN SIGN VWJ
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type NlMsghdr struct, Type uint16
    pkg syscall (linux-arm-cgo), type PtraceRegs struct
    pkg syscall (linux-arm-cgo), type PtraceRegs struct, Uregs [18]uint32
    pkg syscall (linux-arm-cgo), type RawSockaddr struct, Data [14]uint8
    pkg syscall (linux-arm-cgo), type RawSockaddr struct, Family uint16
    pkg syscall (linux-arm-cgo), type RawSockaddrAny struct, Pad [96]uint8
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  6. api/go1.txt

    pkg syscall (linux-arm), type NlMsghdr struct, Seq uint32
    pkg syscall (linux-arm), type NlMsghdr struct, Type uint16
    pkg syscall (linux-arm), type PtraceRegs struct
    pkg syscall (linux-arm), type PtraceRegs struct, Uregs [18]uint32
    pkg syscall (linux-arm), type RawSockaddr struct, Data [14]uint8
    pkg syscall (linux-arm), type RawSockaddr struct, Family uint16
    pkg syscall (linux-arm), type RawSockaddrAny struct, Pad [96]uint8
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top