Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for instructionsForLoad (0.24 sec)

  1. src/cmd/internal/obj/riscv/obj.go

    		return []*instruction{insLUI, ins}
    	}
    	return []*instruction{insLUI, insADDIW, ins}
    }
    
    // instructionsForLoad returns the machine instructions for a load. The load
    // instruction is specified by as and the base/source register is specified
    // by rs, instead of the obj.Prog.
    func instructionsForLoad(p *obj.Prog, as obj.As, rs int16) []*instruction {
    	if p.From.Type != obj.TYPE_MEM {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
Back to top