Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for kwargs (0.51 sec)

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

    	SHA256MSG2 (BX), X11     // 440f38cd1b
    	SHA256MSG2 (R11), X11    // 450f38cd1b
    	SHA256MSG2 X2, X11       // 440f38cdda
    	SHA256MSG2 X11, X11      // 450f38cddb
    	// Test VPERMQ with both uint8 and int8 immediate args
    	VPERMQ $-40, Y8, Y8 // c443fd00c0d8
    	VPERMQ $216, Y8, Y8 // c443fd00c0d8
    	// Test that VPERMPD that shares ytab list with VPERMQ continues to work too.
    	VPERMPD $-40, Y7, Y7 // c4e3fd01ffd8
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 11 18:32:50 GMT 2023
    - 57.6K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	SUBSS (BX), X11                         // f3440f5c1b
    	SUBSS (R11), X11                        // f3450f5c1b
    	SUBSS X2, X11                           // f3440f5cda
    	SUBSS X11, X11                          // f3450f5cdb
    	SWAPGS                                  // 0f01f8
    	SYSCALL                                 // 0f05
    	SYSENTER                                // 0f34
    	SYSENTER64                              // 480f34
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
Back to top