Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for cmpGeq (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. lib/fips140/v1.26.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...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
  2. src/cmd/asm/internal/asm/testdata/arm64sveenc.s

    	ZCLS Z7.D, P4.M, Z13.D                            // edb0d804
    	ZCLZ Z7.D, P4.Z, Z13.D                            // edb0c904
    	ZCLZ Z7.D, P4.M, Z13.D                            // edb0d904
    	ZCMPEQ Z0.H, Z2.H, P0.Z, P14.H                    // 4ea04024
    	ZCMPEQ Z0.D, Z12.S, P0.Z, P14.S                   // 8e218024
    	ZCMPGE Z0.H, Z2.H, P0.Z, P14.H                    // 4e804024
    	ZCMPGE Z0.D, Z12.S, P0.Z, P14.S                   // 8e418024
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Mar 20 17:02:17 GMT 2026
    - 35.1K bytes
    - Click Count (0)
  3. src/cmd/asm/internal/asm/testdata/arm64sveerror.s

    	ZCLZ Z1.S, P13.Z, Z11.B                           // ERROR "illegal combination from SVE"
    	ZCLZ Z1.S, P13.Z, Z11.B                           // ERROR "illegal combination from SVE"
    	ZCMPEQ Z1.S, Z26.S, P14.M, P5.D                   // ERROR "illegal combination from SVE"
    	ZCMPEQ Z1.S, Z26.S, P14.M, P5.D                   // ERROR "illegal combination from SVE"
    	ZCMPGE Z1.S, Z26.S, P14.M, P5.D                   // ERROR "illegal combination from SVE"
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Mar 20 17:02:17 GMT 2026
    - 50.6K bytes
    - Click Count (0)
Back to Top