Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 99 for BREAK (0.17 sec)

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

    		if v_2.Op != OpMIPSMOVWconst || auxIntToInt32(v_2.AuxInt) != 0 {
    			break
    		}
    		v.copyOf(f)
    		return true
    	}
    	// match: (CMOVZ a _ (MOVWconst [c]))
    	// cond: c!=0
    	// result: a
    	for {
    		a := v_0
    		if v_2.Op != OpMIPSMOVWconst {
    			break
    		}
    		c := auxIntToInt32(v_2.AuxInt)
    		if !(c != 0) {
    			break
    		}
    		v.copyOf(a)
    		return true
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 14:43:03 UTC 2023
    - 176.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteWasm.go

    		if !(shiftIsBounded(v)) {
    			break
    		}
    		v.reset(OpWasmI64Shl)
    		v.AddArg2(x, y)
    		return true
    	}
    	// match: (Lsh64x64 x (I64Const [c]))
    	// cond: uint64(c) < 64
    	// result: (I64Shl x (I64Const [c]))
    	for {
    		x := v_0
    		if v_1.Op != OpWasmI64Const {
    			break
    		}
    		c := auxIntToInt64(v_1.AuxInt)
    		if !(uint64(c) < 64) {
    			break
    		}
    		v.reset(OpWasmI64Shl)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 03:56:57 UTC 2023
    - 108.6K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteRISCV64.go

    			v.AddArg3(x, y, z)
    			return true
    		}
    		break
    	}
    	// match: (FMADDD x y neg:(FNEGD z))
    	// cond: neg.Uses == 1
    	// result: (FMSUBD x y z)
    	for {
    		x := v_0
    		y := v_1
    		neg := v_2
    		if neg.Op != OpRISCV64FNEGD {
    			break
    		}
    		z := neg.Args[0]
    		if !(neg.Uses == 1) {
    			break
    		}
    		v.reset(OpRISCV64FMSUBD)
    		v.AddArg3(x, y, z)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 205.1K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewriteMIPS64.go

    	for {
    		if v_0.Op != OpMIPS64MOVVconst {
    			break
    		}
    		c := auxIntToInt64(v_0.AuxInt)
    		x := v_1
    		if !(is32Bit(c)) {
    			break
    		}
    		v.reset(OpMIPS64SGTUconst)
    		v.AuxInt = int64ToAuxInt(c)
    		v.AddArg(x)
    		return true
    	}
    	// match: (SGTU x x)
    	// result: (MOVVconst [0])
    	for {
    		x := v_0
    		if x != v_1 {
    			break
    		}
    		v.reset(OpMIPS64MOVVconst)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 31 03:59:48 UTC 2023
    - 211.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewriteLOONG64.go

    	// cond: d != 0
    	// result: (MOVVconst [c/d])
    	for {
    		if v_0.Op != OpLOONG64MOVVconst {
    			break
    		}
    		c := auxIntToInt64(v_0.AuxInt)
    		if v_1.Op != OpLOONG64MOVVconst {
    			break
    		}
    		d := auxIntToInt64(v_1.AuxInt)
    		if !(d != 0) {
    			break
    		}
    		v.reset(OpLOONG64MOVVconst)
    		v.AuxInt = int64ToAuxInt(c / d)
    		return true
    	}
    	return false
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:26:25 UTC 2023
    - 195.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apps/v1beta1/generated.pb.go

    			if b < 0x80 {
    				break
    			}
    		}
    		wireType := int(wire & 0x7)
    		switch wireType {
    		case 0:
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return 0, ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return 0, io.ErrUnexpectedEOF
    				}
    				iNdEx++
    				if dAtA[iNdEx-1] < 0x80 {
    					break
    				}
    			}
    		case 1:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/apps/v1beta2/generated.pb.go

    			if b < 0x80 {
    				break
    			}
    		}
    		wireType := int(wire & 0x7)
    		switch wireType {
    		case 0:
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return 0, ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return 0, io.ErrUnexpectedEOF
    				}
    				iNdEx++
    				if dAtA[iNdEx-1] < 0x80 {
    					break
    				}
    			}
    		case 1:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1/generated.pb.go

    			if b < 0x80 {
    				break
    			}
    		}
    		wireType := int(wire & 0x7)
    		switch wireType {
    		case 0:
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return 0, ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return 0, io.ErrUnexpectedEOF
    				}
    				iNdEx++
    				if dAtA[iNdEx-1] < 0x80 {
    					break
    				}
    			}
    		case 1:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 217.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/flowcontrol/v1beta3/generated.pb.go

    			if b < 0x80 {
    				break
    			}
    		}
    		wireType := int(wire & 0x7)
    		switch wireType {
    		case 0:
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return 0, ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return 0, io.ErrUnexpectedEOF
    				}
    				iNdEx++
    				if dAtA[iNdEx-1] < 0x80 {
    					break
    				}
    			}
    		case 1:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/flowcontrol/v1/generated.pb.go

    			if b < 0x80 {
    				break
    			}
    		}
    		wireType := int(wire & 0x7)
    		switch wireType {
    		case 0:
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return 0, ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return 0, io.ErrUnexpectedEOF
    				}
    				iNdEx++
    				if dAtA[iNdEx-1] < 0x80 {
    					break
    				}
    			}
    		case 1:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.8K bytes
    - Viewed (0)
Back to top