Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for newRule (0.17 sec)

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

    		x := v_0.Args[0]
    		y := v_0.Args[1]
    		v.reset(OpSelect0)
    		v.Type = typ.UInt64
    		v0 := b.NewValue0(v.Pos, OpPPC64ADDE, types.NewTuple(typ.UInt64, typ.UInt64))
    		v1 := b.NewValue0(v.Pos, OpSelect1, typ.UInt64)
    		v2 := b.NewValue0(v.Pos, OpPPC64ADDCconst, types.NewTuple(typ.UInt64, typ.UInt64))
    		v2.AuxInt = int64ToAuxInt(-1)
    		v2.AddArg(c)
    		v1.AddArg(v2)
    		v0.AddArg3(x, y, v1)
    		v.AddArg(v0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    		func(s *state, n *ir.CallExpr, args []*ssa.Value) *ssa.Value {
    			if s.config.PtrSize == 4 {
    				return s.newValue2(ssa.OpMul32uover, types.NewTuple(types.Types[types.TUINT], types.Types[types.TUINT]), args[0], args[1])
    			}
    			return s.newValue2(ssa.OpMul64uover, types.NewTuple(types.Types[types.TUINT], types.Types[types.TUINT]), args[0], args[1])
    		},
    		sys.AMD64, sys.I386, sys.Loong64, sys.MIPS64, sys.RISCV64, sys.ARM64)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteS390X.go

    		x := v_0.Args[0]
    		y := v_0.Args[1]
    		v.reset(OpSelect0)
    		v.Type = typ.UInt64
    		v0 := b.NewValue0(v.Pos, OpS390XADDE, types.NewTuple(typ.UInt64, types.TypeFlags))
    		v1 := b.NewValue0(v.Pos, OpSelect1, types.TypeFlags)
    		v2 := b.NewValue0(v.Pos, OpS390XADDCconst, types.NewTuple(typ.UInt64, types.TypeFlags))
    		v2.AuxInt = int16ToAuxInt(-1)
    		v2.AddArg(c)
    		v1.AddArg(v2)
    		v0.AddArg3(x, y, v1)
    		v.AddArg(v0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    TemporaryFolder(TemporaryFolder$Builder); public static TemporaryFolder$Builder builder(); protected void before() throws Throwable; protected void after(); public void create() throws java.io.IOException; public java.io.File newFile(String) throws java.io.IOException; public java.io.File newFile() throws java.io.IOException; public java.io.File newFolder(String) throws java.io.IOException; public transient java.io.File newFolder(String[]) throws java.io.IOException; public java.io.File newFolder() throws java.io.IOException;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewriteARM.go

    	for {
    		x := v_0
    		y := v_1
    		v.reset(OpARMSUB)
    		v0 := b.NewValue0(v.Pos, OpARMXOR, typ.UInt32)
    		v1 := b.NewValue0(v.Pos, OpSelect0, typ.UInt32)
    		v2 := b.NewValue0(v.Pos, OpARMCALLudiv, types.NewTuple(typ.UInt32, typ.UInt32))
    		v3 := b.NewValue0(v.Pos, OpARMSUB, typ.UInt32)
    		v4 := b.NewValue0(v.Pos, OpARMXOR, typ.UInt32)
    		v5 := b.NewValue0(v.Pos, OpSignmask, typ.Int32)
    		v5.AddArg(x)
    		v4.AddArg2(x, v5)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
Back to top