Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueRISCV64_OpStore (0.25 sec)

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

    		v.Op = OpRISCV64FSQRTD
    		return true
    	case OpSqrt32:
    		v.Op = OpRISCV64FSQRTS
    		return true
    	case OpStaticCall:
    		v.Op = OpRISCV64CALLstatic
    		return true
    	case OpStore:
    		return rewriteValueRISCV64_OpStore(v)
    	case OpSub16:
    		v.Op = OpRISCV64SUB
    		return true
    	case OpSub32:
    		v.Op = OpRISCV64SUB
    		return true
    	case OpSub32F:
    		v.Op = OpRISCV64FSUBS
    		return true
    	case OpSub64:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 205.1K bytes
    - Viewed (0)
Back to top