Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for optsFunc (0.09 sec)

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

    	case OpCopy:
    		return true
    	case OpPhi:
    		return true
    	case
    		// negate
    		OpNeg8, OpNeg16, OpNeg32, OpNeg64, OpNeg32F, OpNeg64F,
    		OpCom8, OpCom16, OpCom32, OpCom64,
    		// math
    		OpFloor, OpCeil, OpTrunc, OpRoundToEven, OpSqrt,
    		// conversion
    		OpTrunc16to8, OpTrunc32to8, OpTrunc32to16, OpTrunc64to8,
    		OpTrunc64to16, OpTrunc64to32, OpCvt32to32F, OpCvt32to64F,
    		OpCvt64to32F, OpCvt64to64F, OpCvt32Fto32, OpCvt32Fto64,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 16:54:50 UTC 2024
    - 17.6K bytes
    - Viewed (0)
Back to top