Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueMIPS_OpHmul32 (0.4 sec)

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

    		return true
    	case OpGetCallerSP:
    		v.Op = OpMIPSLoweredGetCallerSP
    		return true
    	case OpGetClosurePtr:
    		v.Op = OpMIPSLoweredGetClosurePtr
    		return true
    	case OpHmul32:
    		return rewriteValueMIPS_OpHmul32(v)
    	case OpHmul32u:
    		return rewriteValueMIPS_OpHmul32u(v)
    	case OpInterCall:
    		v.Op = OpMIPSCALLinter
    		return true
    	case OpIsInBounds:
    		return rewriteValueMIPS_OpIsInBounds(v)
    	case OpIsNonNil:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 14:43:03 UTC 2023
    - 176.6K bytes
    - Viewed (0)
Back to top