Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 108 of 108 for vregs (0.14 sec)

  1. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		{name: "PXOR", argLength: 2, reg: fp21, asm: "PXOR", commutative: true, resultInArg0: true}, // exclusive or, applied to X regs (for float negation).
    		{name: "POR", argLength: 2, reg: fp21, asm: "POR", commutative: true, resultInArg0: true},   // inclusive or, applied to X regs (for float min/max).
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  2. src/cmd/internal/obj/x86/obj6.go

    	callend := call
    	progedit(ctxt, callend, newprog)
    	for ; callend.Link != nil; callend = callend.Link {
    		progedit(ctxt, callend.Link, newprog)
    	}
    
    	// The instructions which unspill regs should be preemptible.
    	pcdata = ctxt.EndUnsafePoint(callend, newprog, -1)
    	unspill := cursym.Func().UnspillRegisterArgs(pcdata, newprog)
    
    	jmp := obj.Appendp(unspill, newprog)
    	jmp.As = obj.AJMP
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 18:36:45 UTC 2023
    - 40.9K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ppc64/ssa.go

    	case ssa.OpPPC64MOVDaddr:
    		switch v.Aux.(type) {
    		default:
    			v.Fatalf("aux in MOVDaddr is of unknown type %T", v.Aux)
    		case nil:
    			// If aux offset and aux int are both 0, and the same
    			// input and output regs are used, no instruction
    			// needs to be generated, since it would just be
    			// addi rx, rx, 0.
    			if v.AuxInt != 0 || v.Args[0].Reg() != v.Reg() {
    				p := s.Prog(ppc64.AMOVD)
    				p.From.Type = obj.TYPE_ADDR
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/riscv/obj.go

    	} else {
    		p.To.Sym = ctxt.Lookup("runtime.morestack")
    	}
    	if to_more != nil {
    		to_more.To.SetTarget(p)
    	}
    	jalToSym(ctxt, p, REG_X5)
    
    	// The instructions which unspill regs should be preemptible.
    	p = ctxt.EndUnsafePoint(p, newprog, -1)
    	p = cursym.Func().UnspillRegisterArgs(p, newprog)
    
    	// JMP start
    	p = obj.Appendp(p, newprog)
    	p.As = AJAL
    	p.To = obj.Addr{Type: obj.TYPE_BRANCH}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"PtraceRegs.Rdx", Field, 0},
    		{"PtraceRegs.Rip", Field, 0},
    		{"PtraceRegs.Rsi", Field, 0},
    		{"PtraceRegs.Rsp", Field, 0},
    		{"PtraceRegs.Ss", Field, 0},
    		{"PtraceRegs.Uregs", Field, 0},
    		{"PtraceRegs.Xcs", Field, 0},
    		{"PtraceRegs.Xds", Field, 0},
    		{"PtraceRegs.Xes", Field, 0},
    		{"PtraceRegs.Xfs", Field, 0},
    		{"PtraceRegs.Xgs", Field, 0},
    		{"PtraceRegs.Xss", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg syscall (linux-arm), type NlMsghdr struct, Seq uint32
    pkg syscall (linux-arm), type NlMsghdr struct, Type uint16
    pkg syscall (linux-arm), type PtraceRegs struct
    pkg syscall (linux-arm), type PtraceRegs struct, Uregs [18]uint32
    pkg syscall (linux-arm), type RawSockaddr struct, Data [14]uint8
    pkg syscall (linux-arm), type RawSockaddr struct, Family uint16
    pkg syscall (linux-arm), type RawSockaddrAny struct, Pad [96]uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type NlMsghdr struct, Type uint16
    pkg syscall (linux-arm-cgo), type PtraceRegs struct
    pkg syscall (linux-arm-cgo), type PtraceRegs struct, Uregs [18]uint32
    pkg syscall (linux-arm-cgo), type RawSockaddr struct, Data [14]uint8
    pkg syscall (linux-arm-cgo), type RawSockaddr struct, Family uint16
    pkg syscall (linux-arm-cgo), type RawSockaddrAny struct, Pad [96]uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  8. src/internal/trace/traceviewer/static/trace_viewer_full.html

    return ctr;},regulatorEnableEvent(eventName,cpuNum,pid,ts,eventBase){const...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
Back to top