- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 28 for R15 (0.02 seconds)
-
src/test/java/jcifs/smb/NtlmUtilTest.java
// Act byte[] r14 = NtlmUtil.getPreNTLMResponse(cifsContext, password14, challenge); byte[] r15 = NtlmUtil.getPreNTLMResponse(cifsContext, password15, challenge); // Assert: equal because only first 14 OEM bytes are used assertArrayEquals(r14, r15, "Only first 14 OEM bytes affect Pre-NTLM response"); assertEquals(24, r14.length); // Verify collaborator interactionsCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 12K bytes - Click Count (1) -
src/cmd/asm/internal/asm/parse.go
} if name[0] != 'R' { p.errorf("expected g or R0 through R15; found %s", name) return 0 } r, ok := p.registerReference(name) if !ok { return 0 } reg := r - p.arch.Register["R0"] if reg < 0 { // Could happen for an architecture having other registers prefixed by R p.errorf("expected g or R0 through R15; found %s", name) return 0 } return uint16(reg) }
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Feb 17 19:57:47 GMT 2026 - 37.3K bytes - Click Count (0) -
doc/asm.html
<code>>></code> (logical right shift), and <code>@></code> (rotate right). </li> <li> <code>[R0,g,R12-R15]</code>: For multi-register instructions, the set comprising <code>R0</code>, <code>g</code>, and <code>R12</code> through <code>R15</code> inclusive. </li> <li> <code>(R5, R6)</code>: Destination register pair. </li> </ul> <h3 id="arm64">ARM64</h3>
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Nov 14 19:09:46 GMT 2025 - 36.5K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512f.s
VBROADCASTF32X4 (CX), K1, Y24 // 62627d291a01 VBROADCASTF32X4 99(R15), K1, Y24 // 62427d291a8763000000 VBROADCASTF32X4 99(R15)(R15*2), K2, Z12 // 62127d4a1aa47f63000000 VBROADCASTF32X4 -7(DI), K2, Z12 // 62727d4a1aa7f9ffffff VBROADCASTF32X4 99(R15)(R15*2), K2, Z16 // 62827d4a1a847f63000000
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 410.5K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512bw.s
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 159.2K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/aes_avx512f.s
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 29K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_bitalg.s
VPOPCNTB -15(R14)(R15*2), K4, Y24 // 62027d2c54847ef1ffffff VPOPCNTB Y14, K4, Y13 // 62527d2c54ee VPOPCNTB Y21, K4, Y13 // 62327d2c54ed VPOPCNTB Y1, K4, Y13 // 62727d2c54e9 VPOPCNTB 15(R8)(R14*8), K4, Y13 // 62127d2c54acf00f000000 VPOPCNTB -15(R14)(R15*2), K4, Y13 // 62127d2c54ac7ef1ffffff
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 10.4K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512dq.s
VANDNPD 99(R15)(R15*8), Y12, K5, Y0 // 62919d2d5584ff63000000 VANDNPD 7(AX)(CX*8), Y12, K5, Y0 // 62f19d2d5584c807000000 VANDNPD Y17, Y1, K5, Y0 // 62b1f52d55c1 VANDNPD Y7, Y1, K5, Y0 // 62f1f52d55c7 VANDNPD Y9, Y1, K5, Y0 // 62d1f52d55c1
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 194.8K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vpopcntdq.s
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 5.5K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512cd.s
VPCONFLICTQ 99(R15)(R15*8), K4, Y24 // 6202fd2cc484ff63000000 VPCONFLICTQ 7(AX)(CX*8), K4, Y24 // 6262fd2cc484c807000000 VPCONFLICTQ Y5, K4, Y1 // 62f2fd2cc4cd VPCONFLICTQ Y18, K4, Y1 // 62b2fd2cc4ca VPCONFLICTQ Y20, K4, Y1 // 62b2fd2cc4cc VPCONFLICTQ 99(R15)(R15*8), K4, Y1 // 6292fd2cc48cff63000000
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 12.9K bytes - Click Count (0)