Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueMIPS_OpSlicemask (0.22 sec)

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

    		v.Op = OpMIPSMOVBreg
    		return true
    	case OpSignExt8to32:
    		v.Op = OpMIPSMOVBreg
    		return true
    	case OpSignmask:
    		return rewriteValueMIPS_OpSignmask(v)
    	case OpSlicemask:
    		return rewriteValueMIPS_OpSlicemask(v)
    	case OpSqrt:
    		v.Op = OpMIPSSQRTD
    		return true
    	case OpSqrt32:
    		v.Op = OpMIPSSQRTF
    		return true
    	case OpStaticCall:
    		v.Op = OpMIPSCALLstatic
    		return true
    	case OpStore:
    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