Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	case AMOVWBR:
    		return op_LRV
    	case AMOVHBR:
    		return op_LRVH
    	}
    
    	c.ctxt.Diag("unknown store opcode %v", a)
    	return 0
    }
    
    // zopstore12 returns the RX op with 12 bit displacement for the given store.
    func (c *ctxtz) zopstore12(a obj.As) (uint32, bool) {
    	switch a {
    	case AFMOVD:
    		return op_STD, true
    	case AFMOVS:
    		return op_STE, true
    	case AMOVW, AMOVWZ:
    		return op_ST, true
    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