Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for xxsetaccz (0.07 sec)

  1. 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