Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for jumpS390x (0.14 sec)

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

    	return &Arch{
    		LinkArch:       &s390x.Links390x,
    		Instructions:   instructions,
    		Register:       register,
    		RegisterPrefix: registerPrefix,
    		RegisterNumber: s390xRegisterNumber,
    		IsJump:         jumpS390x,
    	}
    }
    
    func archWasm() *Arch {
    	instructions := make(map[string]obj.As)
    	for i, s := range obj.Anames {
    		instructions[s] = obj.As(i)
    	}
    	for i, s := range wasm.Anames {
    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