Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StartUnsafePoint (0.17 sec)

  1. src/cmd/internal/obj/ppc64/obj9.go

    					q.From.Type = obj.TYPE_REG
    					q.From.Reg = REG_LR
    					q.To.Type = obj.TYPE_REG
    					q.To.Reg = REG_R29 // REGTMP may be used to synthesize large offset in the next instruction
    
    					q = c.ctxt.StartUnsafePoint(q, c.newprog)
    
    					q = obj.Appendp(q, c.newprog)
    					q.As = AMOVD
    					q.Pos = p.Pos
    					q.From.Type = obj.TYPE_REG
    					q.From.Reg = REG_R29
    					q.To.Type = obj.TYPE_MEM
    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