Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EXRL (0.12 sec)

  1. src/cmd/internal/obj/s390x/asmz.go

    		}
    
    	case 87: // execute relative long
    		v := c.vregoff(&p.From)
    		if p.From.Sym == nil {
    			if v&1 != 0 {
    				c.ctxt.Diag("cannot use EXRL with odd offset: %v", v)
    			}
    		} else {
    			c.addrilreloc(p.From.Sym, v)
    			v = 0
    		}
    		zRIL(_b, op_EXRL, uint32(p.To.Reg), uint32(v>>1), asm)
    
    	case 88: // store clock
    		var opcode uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
Back to top