Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VS0 (1.15 sec)

  1. src/cmd/asm/internal/asm/testdata/ppc64.s

    	XXLAND VS33, VS34, VS35         // f0611417
    	XXLANDC VS1, VS2, VS3           // f0611450
    	XXLEQV VS0, VS1, VS2            // f0400dd0
    	XXLNAND VS0, VS1, VS2           // f0400d90
    	XXLNOR VS0, VS1, VS32           // f0000d11
    	XXLOR VS1, VS2, VS3             // f0611490
    	XXLORC VS1, VS2, VS3            // f0611550
    	XXLORQ VS1, VS2, VS3            // f0611490
    	XXLXOR VS1, VS2, VS3            // f06114d0
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Nov 21 18:27:17 UTC 2024
    - 51.7K bytes
    - Viewed (0)
  2. lib/fips140/v1.0.0.zip

    interleaving vciphers. // // The input value for each encryption // is generated by XORing the counter // from V30 with the first key in VS0 // and incrementing the counter. // // Single encryption in V15 #define GEN_VCIPHER_INPUT \ XXLOR VS0, VS0, V29 \ VXOR V30, V29, V15; \ VADDUWM V30, V31, V30 // 4 encryptions in V15 - V18 #define GEN_VCIPHER_4_INPUTS \ XXLOR VS0, VS0, V29; \ VXOR V30, V29, V15; \ VADDUWM V30, V31, V30; \ VXOR V30, V29, V16; \ VADDUWM V30, V31, V30; \ VXOR V30, V29, V17; \ VADDUWM...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top