Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for hala (0.17 sec)

  1. src/cmd/go/internal/work/buildid.go

    //
    // The build ID serves two primary purposes.
    //
    // 1. The action ID half allows installed packages and binaries to serve as
    // one-element cache entries. If we intend to build math.a with a given
    // set of inputs summarized in the action ID, and the installed math.a already
    // has that action ID, we can reuse the installed math.a instead of rebuilding it.
    //
    // 2. The content ID half allows the easy preparation of action IDs for steps
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:31:25 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/loong64/obj.go

    				// it is a leaf function, so that traceback works.
    				// Store link register before decrement SP, so if a signal comes
    				// during the execution of the function prologue, the traceback
    				// code will not see a half-updated stack frame.
    				// This sequence is not async preemptible, as if we open a frame
    				// at the current SP, it will clobber the saved LR.
    				q = c.ctxt.StartUnsafePoint(q, c.newprog)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:22:18 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/github.com/google/pprof/internal/binutils/binutils.go

    	// We cannot use just a check on the start address of the mapping to tell if
    	// it's a kernel / .ko module mapping, because with quipper address remapping
    	// enabled, the address would be in the lower half of the address space.
    
    	if m.kernelOffset != nil || m.start >= m.limit || m.limit >= (uint64(1)<<63) {
    		// For the kernel, find the program segment that includes the .text section.
    		return elfexec.FindTextProgHeader(ef), nil
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/ppc64/obj9.go

    					// Frame size is too large for a MOVDU instruction.
    					// Store link register before decrementing SP, so if a signal comes
    					// during the execution of the function prologue, the traceback
    					// code will not see a half-updated stack frame.
    					// This sequence is not async preemptible, as if we open a frame
    					// at the current SP, it will clobber the saved LR.
    					q = obj.Appendp(q, c.newprog)
    					q.As = AMOVD
    					q.Pos = p.Pos
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/regalloc.go

    				}
    				if m != 0 {
    					s.allocValToReg(v, m, false, b.Pos)
    				}
    			}
    		}
    	badloop:
    		;
    
    		// Save end-of-block register state.
    		// First count how many, this cuts allocations in half.
    		k := 0
    		for r := register(0); r < s.numRegs; r++ {
    			v := s.regs[r].v
    			if v == nil {
    				continue
    			}
    			k++
    		}
    		regList := make([]endReg, 0, k)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    	"unsigned long long": "ull",
    }
    
    // Builtin float types.
    var builtinTypeFloat = map[string]bool{
    	"double":      true,
    	"long double": true,
    	"float":       true,
    	"__float128":  true,
    	"half":        true,
    }
    
    func (l *Literal) print(ps *printState) {
    	isFloat := false
    	if b, ok := l.Type.(*BuiltinType); ok {
    		if suffix, ok := builtinTypeSuffix[b.Name]; ok {
    			if l.Neg {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/walk/switch.go

    				out.Append(nif)
    				out = &nif.Else
    			}
    			return
    		}
    
    		half := lo + n/2
    		nif := ir.NewIfStmt(base.Pos, nil, nil, nil)
    		nif.Cond = less(half)
    		base.Pos = base.Pos.WithNotStmt()
    		nif.Cond = typecheck.Expr(nif.Cond)
    		nif.Cond = typecheck.DefaultLit(nif.Cond, nil)
    		do(lo, half, &nif.Body)
    		do(half, hi, &nif.Else)
    		out.Append(nif)
    	}
    
    	do(0, n, out)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:34:01 UTC 2024
    - 30.1K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/arm64/obj7.go

    				// register and link register before decrementing SP, so if a signal comes
    				// during the execution of the function prologue, the traceback code will
    				// not see a half-updated stack frame.
    
    				// SUB $autosize, RSP, R20
    				q1 = obj.Appendp(q, c.newprog)
    				q1.Pos = p.Pos
    				q1.As = ASUB
    				q1.From.Type = obj.TYPE_CONST
    				q1.From.Offset = int64(c.autosize)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 05:46:32 UTC 2023
    - 28.4K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/LOONG64Ops.go

    		{name: "MOVHreg", argLength: 1, reg: gp11, asm: "MOVH"},   // move from arg0, sign-extended from half
    		{name: "MOVHUreg", argLength: 1, reg: gp11, asm: "MOVHU"}, // move from arg0, unsign-extended from half
    		{name: "MOVWreg", argLength: 1, reg: gp11, asm: "MOVW"},   // move from arg0, sign-extended from word
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:04:19 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go

    )
    
    // Notes:
    //  - Boolean types occupy the entire register. 0=false, 1=true.
    
    // Suffixes encode the bit width of various instructions:
    //
    // D (double word) = 64 bit int
    // W (word)        = 32 bit int
    // H (half word)   = 16 bit int
    // B (byte)        = 8 bit int
    // S (single)      = 32 bit float
    // D (double)      = 64 bit float
    // L               = 64 bit int, used when the opcode starts with F
    
    const (
    	riscv64REG_G    = 27
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 30.7K bytes
    - Viewed (0)
Back to top