Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VPMSUMD (0.07 sec)

  1. src/cmd/internal/obj/ppc64/anames.go

    	"VMULOUB",
    	"VMULESH",
    	"VMULOSH",
    	"VMULEUH",
    	"VMULOUH",
    	"VMULESW",
    	"VMULOSW",
    	"VMULEUW",
    	"VMULOUW",
    	"VMULUWM",
    	"VPMSUM",
    	"VPMSUMB",
    	"VPMSUMH",
    	"VPMSUMW",
    	"VPMSUMD",
    	"VMSUMUDM",
    	"VR",
    	"VRLB",
    	"VRLH",
    	"VRLW",
    	"VRLD",
    	"VS",
    	"VSLB",
    	"VSLH",
    	"VSLW",
    	"VSL",
    	"VSLO",
    	"VSRB",
    	"VSRH",
    	"VSRW",
    	"VSR",
    	"VSRO",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. src/hash/crc32/gen_const_ppc64le.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build ignore
    
    // Generate the constant table associated with the poly used by the
    // vpmsumd crc32 algorithm.
    //
    // go run gen_const_ppc64le.go
    //
    // generates crc32_table_ppc64le.s
    
    // The following is derived from code written by Anton Blanchard
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top