Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for prefixFile (0.23 sec)

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

    // is available
    type PrefixableOptab struct {
    	Optab
    	minGOPPC64 int  // Minimum GOPPC64 required to support this.
    	pfxsize    int8 // Instruction sequence size when prefixed opcodes are used
    }
    
    // The prefixable optab entry contains the pseudo-opcodes which generate relocations, or may generate
    // a more efficient sequence of instructions if a prefixed version exists (ex. paddi instead of oris/ori/add).
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top