Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for xxsetaccz (0.2 sec)

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

    	XXGENPCVWM V2, $2, VS3                  // f0621768
    	XXMFACC A1                              // 7c800162
    	XXMTACC A1                              // 7c810162
    	XXPERMX VS1, VS34, VS2, $2, VS3         // 0500000288611082
    	XXSETACCZ A1                            // 7c830162
    	XXSPLTI32DX $1, $1234, VS3              // 05000000806204d2
    	XXSPLTIDP $12345678, VS4                // 050000bc8084614e
    	XXSPLTIW $123456, VS3                   // 050000018066e240
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 23 20:52:57 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/asm9_gtables.go

    	APLXVP
    	APLXV
    	APLXSSP
    	APLXSD
    	APLWZ
    	APLWA
    	APLQ
    	APLHZ
    	APLHA
    	APLFS
    	APLFD
    	APLD
    	APLBZ
    	APADDI
    	ALASTGEN
    	AFIRSTGEN = AXXSETACCZ
    )
    
    var GenAnames = []string{
    	"XXSETACCZ",
    	"XXMTACC",
    	"XXMFACC",
    	"XXGENPCVWM",
    	"XXGENPCVHM",
    	"XXGENPCVDM",
    	"XXGENPCVBM",
    	"XVTLSBB",
    	"XVI8GER4SPP",
    	"XVI8GER4PP",
    	"XVI8GER4",
    	"XVI4GER8PP",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 16 20:18:50 UTC 2022
    - 42.6K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/obj9.go

    // the argument represents both source and destination, specified as
    // an accumulator. It is treated as a unary destination to simplify
    // the code generation in ppc64map.
    var unaryDst = map[obj.As]bool{
    	AXXSETACCZ: true,
    	AXXMTACC:   true,
    	AXXMFACC:   true,
    }
    
    var Linkppc64 = obj.LinkArch{
    	Arch:           sys.ArchPPC64,
    	Init:           buildop,
    	Preprocess:     preprocess,
    	Assemble:       span9,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
Back to top