Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueMIPS_OpCom8 (0.24 sec)

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

    	case OpClosureCall:
    		v.Op = OpMIPSCALLclosure
    		return true
    	case OpCom16:
    		return rewriteValueMIPS_OpCom16(v)
    	case OpCom32:
    		return rewriteValueMIPS_OpCom32(v)
    	case OpCom8:
    		return rewriteValueMIPS_OpCom8(v)
    	case OpConst16:
    		return rewriteValueMIPS_OpConst16(v)
    	case OpConst32:
    		return rewriteValueMIPS_OpConst32(v)
    	case OpConst32F:
    		v.Op = OpMIPSMOVFconst
    		return true
    	case OpConst64F:
    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