Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for jumpMIPS (0.27 sec)

  1. src/cmd/asm/internal/arch/arch.go

    	return &Arch{
    		LinkArch:       linkArch,
    		Instructions:   instructions,
    		Register:       register,
    		RegisterPrefix: registerPrefix,
    		RegisterNumber: mipsRegisterNumber,
    		IsJump:         jumpMIPS,
    	}
    }
    
    func archMips64(linkArch *obj.LinkArch) *Arch {
    	register := make(map[string]int16)
    	// Create maps for easy lookup of instruction names etc.
    	// Note that there is no list of names as there is for x86.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Mar 21 06:51:28 GMT 2023
    - 21.3K bytes
    - Viewed (0)
Back to top