Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 176 for aux1 (0.11 sec)

  1. src/cmd/link/testdata/pe-llvm/main.go

    //     [ 0](sec -1)(fl 0x00)(ty   0)(scl   3) (nx 0) 0x00000011 @feat.00
    //     [ 1](sec  1)(fl 0x00)(ty   0)(scl   3) (nx 1) 0x00000000 .rsrc$01
    //     AUX scnlen 0x68 nreloc 1 nlnno 0 checksum 0x0 assoc 0 comdat 0
    //     [ 3](sec  2)(fl 0x00)(ty   0)(scl   3) (nx 1) 0x00000000 .rsrc$02
    //     AUX scnlen 0x18 nreloc 0 nlnno 0 checksum 0x0 assoc 0 comdat 0
    //     [ 5](sec  2)(fl 0x00)(ty   0)(scl   3) (nx 0) 0x00000000 $R000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 26 18:15:09 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/writebarrier.go

    					typ := reflectdata.TypeLinksym(w.Aux.(*types.Type))
    					taddr := b.NewValue1A(pos, OpAddr, b.Func.Config.Types.Uintptr, typ, sb)
    					mem = wbcall(pos, bEnd, cgoCheckMemmove, sp, mem, taddr, dst, src)
    				}
    				mem = bEnd.NewValue3I(pos, OpMove, types.TypeMem, w.AuxInt, dst, src, mem)
    				mem.Aux = w.Aux
    			case OpVarDef, OpVarLive:
    				mem = bEnd.NewValue1A(pos, w.Op, types.TypeMem, w.Aux, mem)
    			case OpStore:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:09:14 UTC 2023
    - 23.5K bytes
    - Viewed (0)
  3. src/runtime/rt0_android_amd64.s

    DATA _rt0_amd64_android_argv+0x00(SB)/8,$_rt0_amd64_android_argv0(SB)
    DATA _rt0_amd64_android_argv+0x08(SB)/8,$0 // end argv
    DATA _rt0_amd64_android_argv+0x10(SB)/8,$0 // end envv
    DATA _rt0_amd64_android_argv+0x18(SB)/8,$0 // end auxv
    GLOBL _rt0_amd64_android_argv(SB),NOPTR,$0x20
    
    DATA _rt0_amd64_android_argv0(SB)/8, $"gojni"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 11 21:12:51 UTC 2017
    - 754 bytes
    - Viewed (0)
  4. src/runtime/rt0_linux_mips64x.s

    TEXT _main<>(SB),NOSPLIT|NOFRAME,$0
    	// In a statically linked binary, the stack contains argc,
    	// argv as argc string pointers followed by a NULL, envv as a
    	// sequence of string pointers followed by a NULL, and auxv.
    	// There is no TLS base pointer.
    #ifdef GOARCH_mips64
    	MOVW	4(R29), R4 // argc, big-endian ABI places int32 at offset 4
    #else
    	MOVW	0(R29), R4 // argc
    #endif
    	ADDV	$8, R29, R5 // argv
    	JMP	main(SB)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 1014 bytes
    - Viewed (0)
  5. src/cmd/internal/obj/sym.go

    				}
    			}
    		}
    	}
    }
    
    func (ctxt *Link) traverseFuncAux(flag traverseFlag, fsym *LSym, fn func(parent *LSym, aux *LSym), files []string) {
    	fninfo := fsym.Func()
    	pc := &fninfo.Pcln
    	if flag&traverseAux == 0 {
    		// NB: should it become necessary to walk aux sym reloc references
    		// without walking the aux syms themselves, this can be changed.
    		panic("should not be here")
    	}
    	for _, d := range pc.Funcdata {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 14:41:10 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  6. src/runtime/rt0_linux_mipsx.s

    TEXT _main<>(SB),NOSPLIT|NOFRAME,$0
    	// In a statically linked binary, the stack contains argc,
    	// argv as argc string pointers followed by a NULL, envv as a
    	// sequence of string pointers followed by a NULL, and auxv.
    	// There is no TLS base pointer.
    	MOVW	0(R29), R4 // argc
    	ADD	$4, R29, R5 // argv
    	JMP	main(SB)
    
    TEXT main(SB),NOSPLIT|NOFRAME,$0
    	// In external linking, libc jumps to main with argc in R4, argv in R5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 797 bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewritePPC64.go

    }
    func rewriteValuePPC64_OpAddr(v *Value) bool {
    	v_0 := v.Args[0]
    	// match: (Addr {sym} base)
    	// result: (MOVDaddr {sym} [0] base)
    	for {
    		sym := auxToSym(v.Aux)
    		base := v_0
    		v.reset(OpPPC64MOVDaddr)
    		v.AuxInt = int32ToAuxInt(0)
    		v.Aux = symToAux(sym)
    		v.AddArg(base)
    		return true
    	}
    }
    func rewriteValuePPC64_OpAtomicCompareAndSwap32(v *Value) bool {
    	v_3 := v.Args[3]
    	v_2 := v.Args[2]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  8. src/internal/bytealg/index_s390x.go

    package bytealg
    
    import "internal/cpu"
    
    const MaxBruteForce = 64
    
    func init() {
    	// Note: we're kind of lucky that this flag is available at this point.
    	// The runtime sets HasVX when processing auxv records, and that happens
    	// to happen *before* running the init functions of packages that
    	// the runtime depends on.
    	// TODO: it would really be nicer for internal/cpu to figure out this
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Mar 04 19:49:44 UTC 2018
    - 1011 bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/block.go

    	// control values that can be ranged over.
    	//
    	// Controls[1] must be nil if Controls[0] is nil.
    	Controls [2]*Value
    
    	// Auxiliary info for the block. Its value depends on the Kind.
    	Aux    Aux
    	AuxInt int64
    
    	// The unordered set of Values that define the operation of this block.
    	// After the scheduling pass, this list is ordered.
    	Values []*Value
    
    	// The containing function
    	Func *Func
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/rewritegeneric.go

    			break
    		}
    		t2 := auxToType(v_1.Aux)
    		_ = v_1.Args[2]
    		p2 := v_1.Args[0]
    		v_1_2 := v_1.Args[2]
    		if v_1_2.Op != OpStore {
    			break
    		}
    		t3 := auxToType(v_1_2.Aux)
    		_ = v_1_2.Args[2]
    		p3 := v_1_2.Args[0]
    		v_1_2_2 := v_1_2.Args[2]
    		if v_1_2_2.Op != OpStore {
    			break
    		}
    		t4 := auxToType(v_1_2_2.Aux)
    		x := v_1_2_2.Args[1]
    		p4 := v_1_2_2.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
Back to top