- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for CMPBEQ (0.17 sec)
-
src/cmd/asm/internal/asm/testdata/s390x.s
CMPBNE R1, R2, 0(PC) // ec1200007064 CMPBEQ R3, R4, 0(PC) // ec3400008064 CMPBLT R5, R6, 0(PC) // ec5600004064 CMPBLE R7, R8, 0(PC) // ec780000c064 CMPBGT R9, R1, 0(PC) // ec9100002064 CMPBGE R2, R3, 0(PC) // ec230000a064 CMPBNE R1, $-127, 0(PC) // ec170000817c CMPBEQ R3, $0, 0(PC) // ec380000007c
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jul 30 19:29:15 UTC 2025 - 22.9K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
set hash subkey and tag SLD $3, R7, R12 MOVD R12, 48(R1) // set total AAD length SLD $3, R5, R12 MOVD R12, 56(R1) // set total plaintext/ciphertext length LMG key+8(FP), R8, R9 // R8=base R9=len MVC $16, (R8), 80(R1) // set key CMPBEQ R9, $16, kma MVC $8, 16(R8), 96(R1) CMPBEQ R9, $24, kma MVC $8, 24(R8), 104(R1) kma: KMA R2, R6, R4 // Cipher Message with Authentication BVS kma MOVD tag+104(FP), R2 MVC $16, 16(R1), 0(R2) // copy tag to output MOVD cnt+112(FP), R8 MVC $4, 12(R1), 12(R8) // update counter...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)