Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addTab (0.1 sec)

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

    var pfxEnabled = false // ISA 3.1 prefixed instructions are supported.
    var buildOpCfg = ""    // Save the os/cpu/arch tuple used to configure the assembler in buildop
    
    // padding bytes to add to align code as requested.
    func addpad(pc, a int64, ctxt *obj.Link, cursym *obj.LSym) int {
    	switch a {
    	case 8, 16, 32, 64:
    		// By default function alignment is 16. If an alignment > 16 is
    		// requested then the function alignment must also be promoted.
    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