Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		return true
    	case OpAtomicStore8:
    		v.Op = OpLOONG64LoweredAtomicStore8
    		return true
    	case OpAtomicStorePtrNoWB:
    		v.Op = OpLOONG64LoweredAtomicStore64
    		return true
    	case OpAvg64u:
    		return rewriteValueLOONG64_OpAvg64u(v)
    	case OpClosureCall:
    		v.Op = OpLOONG64CALLclosure
    		return true
    	case OpCom16:
    		return rewriteValueLOONG64_OpCom16(v)
    	case OpCom32:
    		return rewriteValueLOONG64_OpCom32(v)
    	case OpCom64:
    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