- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for c3 (0.04 sec)
-
src/cmd/asm/internal/asm/testdata/amd64enc.s
RDSEEDQ R11 // 490fc7fb RDTSC // 0f31 RDTSCP // 0f01f9 JCS 2(PC) //TODO: RETQ // c3 JCS 2(PC) //TODO: RETQ $0xf123 // c223f1 JCS 2(PC) //TODO: RETFQ // cb JCS 2(PC) //TODO: RETFQ $0xf123 // ca23f1
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (1) -
lib/fips140/v1.0.0.zip
+ a1×b3 + a2×b2 + a3×b1 + a4×b0 // r4 < 5 × 2⁵² × 2⁵² // r4 < 2¹⁰⁷ // c0 := shiftRightBy51(r0) c1 := shiftRightBy51(r1) c2 := shiftRightBy51(r2) c3 := shiftRightBy51(r3) c4 := shiftRightBy51(r4) rr0 := r0.lo&maskLow51Bits + c4*19 rr1 := r1.lo&maskLow51Bits + c0 rr2 := r2.lo&maskLow51Bits + c1 rr3 := r3.lo&maskLow51Bits + c2 rr4 := r4.lo&maskLow51Bits + c3 // Now all coefficients fit into 64-bit registers but are still too large to // be passed around as an Element. We therefore do one last carry chain,...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)