Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueLOONG64_OpStore (0.34 sec)

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

    		v.Op = OpLOONG64SQRTD
    		return true
    	case OpSqrt32:
    		v.Op = OpLOONG64SQRTF
    		return true
    	case OpStaticCall:
    		v.Op = OpLOONG64CALLstatic
    		return true
    	case OpStore:
    		return rewriteValueLOONG64_OpStore(v)
    	case OpSub16:
    		v.Op = OpLOONG64SUBV
    		return true
    	case OpSub32:
    		v.Op = OpLOONG64SUBV
    		return true
    	case OpSub32F:
    		v.Op = OpLOONG64SUBF
    		return true
    	case OpSub64:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:26:25 UTC 2023
    - 195.8K bytes
    - Viewed (0)
Back to top