Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueS390X_OpCtz64 (0.23 sec)

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

    	case OpConstNil:
    		return rewriteValueS390X_OpConstNil(v)
    	case OpCtz32:
    		return rewriteValueS390X_OpCtz32(v)
    	case OpCtz32NonZero:
    		v.Op = OpCtz32
    		return true
    	case OpCtz64:
    		return rewriteValueS390X_OpCtz64(v)
    	case OpCtz64NonZero:
    		v.Op = OpCtz64
    		return true
    	case OpCvt32Fto32:
    		v.Op = OpS390XCFEBRA
    		return true
    	case OpCvt32Fto32U:
    		v.Op = OpS390XCLFEBR
    		return true
    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