Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueMIPS64_OpConst8 (0.3 sec)

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

    		return rewriteValueMIPS64_OpConst32F(v)
    	case OpConst64:
    		return rewriteValueMIPS64_OpConst64(v)
    	case OpConst64F:
    		return rewriteValueMIPS64_OpConst64F(v)
    	case OpConst8:
    		return rewriteValueMIPS64_OpConst8(v)
    	case OpConstBool:
    		return rewriteValueMIPS64_OpConstBool(v)
    	case OpConstNil:
    		return rewriteValueMIPS64_OpConstNil(v)
    	case OpCvt32Fto32:
    		v.Op = OpMIPS64TRUNCFW
    		return true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 31 03:59:48 UTC 2023
    - 211.6K bytes
    - Viewed (0)
Back to top