- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for jumpS390x (0.07 seconds)
-
src/cmd/asm/internal/arch/s390x.go
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Oct 17 14:55:25 GMT 2019 - 1.2K bytes - Click Count (0) -
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 {
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Mar 20 17:02:17 GMT 2026 - 22K bytes - Click Count (0)