Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 34 for asmbPe (0.27 sec)

  1. src/cmd/link/internal/ld/lib.go

    	// specific work like setting up the elf headers/dynamic relocations, etc.
    	// The phases are called "Asmb" and "Asmb2". Asmb2 needs to be defined for
    	// every architecture, but only if architecture has an Asmb function will
    	// it be used for assembly.  Otherwise a generic assembly Asmb function is
    	// used.
    	Asmb  func(*Link, *loader.Loader)
    	Asmb2 func(*Link, *loader.Loader)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/a.out.go

    	AADDC
    	AADDE
    	AADDW
    	ADIVW
    	ADIVWU
    	ADIVD
    	ADIVDU
    	AMODW
    	AMODWU
    	AMODD
    	AMODDU
    	AMULLW
    	AMULLD
    	AMULHD
    	AMULHDU
    	AMLGR
    	ASUB
    	ASUBC
    	ASUBV
    	ASUBE
    	ASUBW
    	ANEG
    	ANEGW
    
    	// integer moves
    	AMOVWBR
    	AMOVB
    	AMOVBZ
    	AMOVH
    	AMOVHBR
    	AMOVHZ
    	AMOVW
    	AMOVWZ
    	AMOVD
    	AMOVDBR
    
    	// conditional moves
    	AMOVDEQ
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  3. src/cmd/go/internal/imports/build.go

    	"openbsd":   true,
    	"solaris":   true,
    }
    
    var KnownArch = map[string]bool{
    	"386":         true,
    	"amd64":       true,
    	"amd64p32":    true, // legacy; don't remove
    	"arm":         true,
    	"armbe":       true,
    	"arm64":       true,
    	"arm64be":     true,
    	"ppc64":       true,
    	"ppc64le":     true,
    	"mips":        true,
    	"mipsle":      true,
    	"mips64":      true,
    	"mips64le":    true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/ppc64/asm9.go

    			opset(AADDMEV, r0)
    			opset(AADDMEVCC, r0)
    			opset(AADDZE, r0)
    			opset(AADDZECC, r0)
    			opset(AADDZEV, r0)
    			opset(AADDZEVCC, r0)
    			opset(ASUBME, r0)
    			opset(ASUBMECC, r0)
    			opset(ASUBMEV, r0)
    			opset(ASUBMEVCC, r0)
    			opset(ASUBZE, r0)
    			opset(ASUBZECC, r0)
    			opset(ASUBZEV, r0)
    			opset(ASUBZEVCC, r0)
    
    		case AADDC:
    			opset(AADDCCC, r0)
    
    		case ABEQ:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/google/pprof/internal/binutils/binutils.go

    	// that was profiled. E.g. an amd64 host can profile a 386 program.
    	switch runtime.GOARCH {
    	case "386":
    		arch = macho.Cpu386
    	case "amd64", "amd64p32":
    		arch = macho.CpuAmd64
    	case "arm", "armbe", "arm64", "arm64be":
    		arch = macho.CpuArm
    	case "ppc":
    		arch = macho.CpuPpc
    	case "ppc64", "ppc64le":
    		arch = macho.CpuPpc64
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  6. src/cmd/link/internal/amd64/asm.go

    			// statically in the 'reloc' phase, or externally
    			// linking, in which case the relocation will be
    			// prepared in the 'reloc' phase and passed to the
    			// external linker in the 'asmb' phase.
    			if ldr.SymType(s) != sym.SDATA && ldr.SymType(s) != sym.SRODATA {
    				break
    			}
    		}
    
    		if target.IsElf() {
    			// Generate R_X86_64_RELATIVE relocations for best
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 05:58:20 UTC 2023
    - 21K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/ppc64/obj9.go

    					p.Mark |= LABEL | SYNC
    				}
    			}
    
    		case ALWAR,
    			ALBAR,
    			ASTBCCC,
    			ASTWCCC,
    			AEIEIO,
    			AICBI,
    			AISYNC,
    			ATLBIE,
    			ATLBIEL,
    			ASLBIA,
    			ASLBIE,
    			ASLBMFEE,
    			ASLBMFEV,
    			ASLBMTE,
    			ADCBF,
    			ADCBI,
    			ADCBST,
    			ADCBT,
    			ADCBTST,
    			ADCBZ,
    			ASYNC,
    			ATLBSYNC,
    			APTESYNC,
    			ALWSYNC,
    			ATW,
    			AWORD,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/s390x/asmz.go

    			opset(ARISBGNZ, r)
    			opset(ARISBHG, r)
    			opset(ARISBLG, r)
    			opset(ARISBHGZ, r)
    			opset(ARISBLGZ, r)
    		case ACSG:
    			opset(ACS, r)
    		case ASUB:
    			opset(ASUBC, r)
    			opset(ASUBE, r)
    			opset(ASUBW, r)
    		case ANEG:
    			opset(ANEGW, r)
    		case AFMOVD:
    			opset(AFMOVS, r)
    		case AMOVDBR:
    			opset(AMOVWBR, r)
    		case ACMP:
    			opset(ACMPW, r)
    		case ACMPU:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  9. src/cmd/dist/test.go

    	case "archive":
    		return true
    
    	case "c-archive":
    		switch goos {
    		case "aix", "darwin", "ios", "windows":
    			return true
    		case "linux":
    			switch goarch {
    			case "386", "amd64", "arm", "armbe", "arm64", "arm64be", "loong64", "ppc64le", "riscv64", "s390x":
    				// linux/ppc64 not supported because it does
    				// not support external linking mode yet.
    				return true
    			default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  10. src/cmd/link/internal/arm64/asm.go

    			// statically in the 'reloc' phase, or externally
    			// linking, in which case the relocation will be
    			// prepared in the 'reloc' phase and passed to the
    			// external linker in the 'asmb' phase.
    			if ldr.SymType(s) != sym.SDATA && ldr.SymType(s) != sym.SRODATA {
    				break
    			}
    		}
    
    		if target.IsElf() {
    			// Generate R_AARCH64_RELATIVE relocations for best
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 30 20:09:45 UTC 2024
    - 47K bytes
    - Viewed (0)
Back to top