Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueMIPS_OpConst8 (0.26 sec)

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

    		return rewriteValueMIPS_OpConst32(v)
    	case OpConst32F:
    		v.Op = OpMIPSMOVFconst
    		return true
    	case OpConst64F:
    		v.Op = OpMIPSMOVDconst
    		return true
    	case OpConst8:
    		return rewriteValueMIPS_OpConst8(v)
    	case OpConstBool:
    		return rewriteValueMIPS_OpConstBool(v)
    	case OpConstNil:
    		return rewriteValueMIPS_OpConstNil(v)
    	case OpCtz32:
    		return rewriteValueMIPS_OpCtz32(v)
    	case OpCtz32NonZero:
    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