Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueMIPS_OpDiv16u (0.19 sec)

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

    	case OpCvt64Fto32F:
    		v.Op = OpMIPSMOVDF
    		return true
    	case OpCvtBoolToUint8:
    		v.Op = OpCopy
    		return true
    	case OpDiv16:
    		return rewriteValueMIPS_OpDiv16(v)
    	case OpDiv16u:
    		return rewriteValueMIPS_OpDiv16u(v)
    	case OpDiv32:
    		return rewriteValueMIPS_OpDiv32(v)
    	case OpDiv32F:
    		v.Op = OpMIPSDIVF
    		return true
    	case OpDiv32u:
    		return rewriteValueMIPS_OpDiv32u(v)
    	case OpDiv64F:
    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