Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueS390X_OpAddr (0.19 sec)

  1. src/cmd/compile/internal/ssa/rewriteS390X.go

    		return true
    	case OpAdd64F:
    		return rewriteValueS390X_OpAdd64F(v)
    	case OpAdd8:
    		v.Op = OpS390XADDW
    		return true
    	case OpAddPtr:
    		v.Op = OpS390XADD
    		return true
    	case OpAddr:
    		return rewriteValueS390X_OpAddr(v)
    	case OpAnd16:
    		v.Op = OpS390XANDW
    		return true
    	case OpAnd32:
    		v.Op = OpS390XANDW
    		return true
    	case OpAnd64:
    		v.Op = OpS390XAND
    		return true
    	case OpAnd8:
    		v.Op = OpS390XANDW
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
Back to top