Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueMIPS64_OpStore (0.42 sec)

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

    		v.Op = OpMIPS64SQRTD
    		return true
    	case OpSqrt32:
    		v.Op = OpMIPS64SQRTF
    		return true
    	case OpStaticCall:
    		v.Op = OpMIPS64CALLstatic
    		return true
    	case OpStore:
    		return rewriteValueMIPS64_OpStore(v)
    	case OpSub16:
    		v.Op = OpMIPS64SUBV
    		return true
    	case OpSub32:
    		v.Op = OpMIPS64SUBV
    		return true
    	case OpSub32F:
    		v.Op = OpMIPS64SUBF
    		return true
    	case OpSub64:
    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