Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueLOONG64_OpRotateLeft8 (0.56 sec)

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

    	case OpRotateLeft32:
    		return rewriteValueLOONG64_OpRotateLeft32(v)
    	case OpRotateLeft64:
    		return rewriteValueLOONG64_OpRotateLeft64(v)
    	case OpRotateLeft8:
    		return rewriteValueLOONG64_OpRotateLeft8(v)
    	case OpRound32F:
    		v.Op = OpCopy
    		return true
    	case OpRound64F:
    		v.Op = OpCopy
    		return true
    	case OpRsh16Ux16:
    		return rewriteValueLOONG64_OpRsh16Ux16(v)
    	case OpRsh16Ux32:
    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