Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueMIPS64_OpRsh8x8 (0.47 sec)

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

    	case OpRsh8x16:
    		return rewriteValueMIPS64_OpRsh8x16(v)
    	case OpRsh8x32:
    		return rewriteValueMIPS64_OpRsh8x32(v)
    	case OpRsh8x64:
    		return rewriteValueMIPS64_OpRsh8x64(v)
    	case OpRsh8x8:
    		return rewriteValueMIPS64_OpRsh8x8(v)
    	case OpSelect0:
    		return rewriteValueMIPS64_OpSelect0(v)
    	case OpSelect1:
    		return rewriteValueMIPS64_OpSelect1(v)
    	case OpSignExt16to32:
    		v.Op = OpMIPS64MOVHreg
    		return true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 31 03:59:48 UTC 2023
    - 211.6K bytes
    - Viewed (0)
Back to top