Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueMIPS64_OpDiv16 (0.31 sec)

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

    		v.Op = OpMIPS64MOVVF
    		return true
    	case OpCvt64to64F:
    		v.Op = OpMIPS64MOVVD
    		return true
    	case OpCvtBoolToUint8:
    		v.Op = OpCopy
    		return true
    	case OpDiv16:
    		return rewriteValueMIPS64_OpDiv16(v)
    	case OpDiv16u:
    		return rewriteValueMIPS64_OpDiv16u(v)
    	case OpDiv32:
    		return rewriteValueMIPS64_OpDiv32(v)
    	case OpDiv32F:
    		v.Op = OpMIPS64DIVF
    		return true
    	case OpDiv32u:
    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