Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for newRule (0.38 sec)

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

    	// match: (Div16 x y)
    	// result: (Select1 (DIVV (SignExt16to64 x) (SignExt16to64 y)))
    	for {
    		x := v_0
    		y := v_1
    		v.reset(OpSelect1)
    		v0 := b.NewValue0(v.Pos, OpMIPS64DIVV, types.NewTuple(typ.Int64, typ.Int64))
    		v1 := b.NewValue0(v.Pos, OpSignExt16to64, typ.Int64)
    		v1.AddArg(x)
    		v2 := b.NewValue0(v.Pos, OpSignExt16to64, typ.Int64)
    		v2.AddArg(y)
    		v0.AddArg2(v1, v2)
    		v.AddArg(v0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 31 03:59:48 UTC 2023
    - 211.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteMIPS.go

    	typ := &b.Func.Config.Types
    	// match: (Div16 x y)
    	// result: (Select1 (DIV (SignExt16to32 x) (SignExt16to32 y)))
    	for {
    		x := v_0
    		y := v_1
    		v.reset(OpSelect1)
    		v0 := b.NewValue0(v.Pos, OpMIPSDIV, types.NewTuple(typ.Int32, typ.Int32))
    		v1 := b.NewValue0(v.Pos, OpSignExt16to32, typ.Int32)
    		v1.AddArg(x)
    		v2 := b.NewValue0(v.Pos, OpSignExt16to32, typ.Int32)
    		v2.AddArg(y)
    		v0.AddArg2(v1, v2)
    		v.AddArg(v0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 14:43:03 UTC 2023
    - 176.6K bytes
    - Viewed (0)
  3. api/go1.3.txt

    pkg debug/plan9obj, const MagicAMD64 = 35479
    pkg debug/plan9obj, const MagicAMD64 ideal-int
    pkg debug/plan9obj, const MagicARM = 1607
    pkg debug/plan9obj, const MagicARM ideal-int
    pkg debug/plan9obj, func NewFile(io.ReaderAt) (*File, error)
    pkg debug/plan9obj, func Open(string) (*File, error)
    pkg debug/plan9obj, method (*File) Close() error
    pkg debug/plan9obj, method (*File) Section(string) *Section
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
  4. src/cmd/trace/testdata/go122.test

    String id=81
    	data="syscall.fcntl"
    String id=82
    	data="syscall.SetNonblock"
    String id=83
    	data="/usr/local/google/home/mknyszek/work/go-1/src/syscall/exec_unix.go"
    String id=84
    	data="os.newFile"
    String id=85
    	data="/usr/local/google/home/mknyszek/work/go-1/src/os/file_unix.go"
    String id=86
    	data="os.Pipe"
    String id=87
    	data="/usr/local/google/home/mknyszek/work/go-1/src/os/pipe2_unix.go"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
Back to top