Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Flag_dynlink (0.22 sec)

  1. src/cmd/compile/internal/ssa/rewriteARM64.go

    	// result: (FMOVDload [off1+int32(off2)] {sym} ptr mem)
    	for {
    		off1 := auxIntToInt32(v.AuxInt)
    		sym := auxToSym(v.Aux)
    		if v_0.Op != OpARM64ADDconst {
    			break
    		}
    		off2 := auxIntToInt64(v_0.AuxInt)
    		ptr := v_0.Args[0]
    		mem := v_1
    		if !(is32Bit(int64(off1)+off2) && (ptr.Op != OpSB || !config.ctxt.Flag_dynlink)) {
    			break
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
Back to top