Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for VPSRAW (0.17 sec)

  1. src/cmd/asm/internal/asm/testdata/avx512enc/avx512bw.s

    	VPSRAW $27, -7(CX)(DX*4), K7, Z6                   // 62f14d4f71a491f9ffffff1b or 62f1cd4f71a491f9ffffff1b
    	VPSRAW $27, Z1, K7, Z9                             // 62f1354f71e11b or 62f1b54f71e11b
    	VPSRAW $27, Z9, K7, Z9                             // 62d1354f71e11b or 62d1b54f71e11b
    	VPSRAW $27, 15(R8)(R14*4), K7, Z9                  // 6291354f71a4b00f0000001b or 6291b54f71a4b00f0000001b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 159.2K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/x86/anames.go

    	"VPSIGNW",
    	"VPSLLD",
    	"VPSLLDQ",
    	"VPSLLQ",
    	"VPSLLVD",
    	"VPSLLVQ",
    	"VPSLLVW",
    	"VPSLLW",
    	"VPSRAD",
    	"VPSRAQ",
    	"VPSRAVD",
    	"VPSRAVQ",
    	"VPSRAVW",
    	"VPSRAW",
    	"VPSRLD",
    	"VPSRLDQ",
    	"VPSRLQ",
    	"VPSRLVD",
    	"VPSRLVQ",
    	"VPSRLVW",
    	"VPSRLW",
    	"VPSUBB",
    	"VPSUBD",
    	"VPSUBQ",
    	"VPSUBSB",
    	"VPSUBSW",
    	"VPSUBUSB",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	VPSRAW X11, X9, X11                     // c44131e1db
    	VPSRAW $7, X2, X9                       // c4e13171e207 or c5b171e207
    	VPSRAW $7, X11, X9                      // c4c13171e307
    	VPSRAW (BX), Y15, Y2                    // c4e105e113 or c585e113
    	VPSRAW (R11), Y15, Y2                   // c4c105e113
    	VPSRAW X2, Y15, Y2                      // c4e105e1d2 or c585e1d2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	VPSLLW $-1, X1, X2           // c5e971f1ff
    	VPSLLW $-1, Y1, Y2           // c5ed71f1ff
    	VPSRAD $-1, X1, X2           // c5e972e1ff
    	VPSRAD $-1, Y1, Y2           // c5ed72e1ff
    	VPSRAW $-1, X1, X2           // c5e971e1ff
    	VPSRAW $-1, Y1, Y2           // c5ed71e1ff
    	VPSRLW $-1, X1, X1           // c5f171d1ff
    	VPSRLW $-1, Y1, Y2           // c5ed71d1ff
    	VEXTRACTPS $-1, X1, AX       // c4e37917c8ff
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 57.6K bytes
    - Viewed (0)
Back to top