Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PPC64DWARFRegisters (0.13 sec)

  1. src/cmd/internal/obj/ppc64/a.out.go

    	f(REG_CR0, REG_CR7, 68)
    
    	f(REG_VS0, REG_VS31, 32)  // overlaps F0-F31
    	f(REG_VS32, REG_VS63, 77) // overlaps V0-V31
    	PPC64DWARFRegisters[REG_LR] = 65
    	PPC64DWARFRegisters[REG_CTR] = 66
    	PPC64DWARFRegisters[REG_XER] = 76
    }
    
    /*
     * GENERAL:
     *
     * compiler allocates R3 up as temps
     * compiler allocates register variables R7-R27
     * compiler allocates external registers R30 down
     *
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 16K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/obj9.go

    	Progedit:       progedit,
    	UnaryDst:       unaryDst,
    	DWARFRegisters: PPC64DWARFRegisters,
    }
    
    var Linkppc64le = obj.LinkArch{
    	Arch:           sys.ArchPPC64LE,
    	Init:           buildop,
    	Preprocess:     preprocess,
    	Assemble:       span9,
    	Progedit:       progedit,
    	UnaryDst:       unaryDst,
    	DWARFRegisters: PPC64DWARFRegisters,
    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