Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for add_args (0.36 sec)

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

    		v6.AuxInt = int32ToAuxInt(3)
    		v6.AddArg(ptr)
    		v5.AddArg(v6)
    		v3.AddArg2(v4, v5)
    		v7 := b.NewValue0(v.Pos, OpMIPSNORconst, typ.UInt32)
    		v7.AuxInt = int32ToAuxInt(0)
    		v8 := b.NewValue0(v.Pos, OpMIPSSLL, typ.UInt32)
    		v9 := b.NewValue0(v.Pos, OpMIPSMOVWconst, typ.UInt32)
    		v9.AuxInt = int32ToAuxInt(0xff)
    		v8.AddArg2(v9, v5)
    		v7.AddArg(v8)
    		v2.AddArg2(v3, v7)
    		v.AddArg3(v0, v2, mem)
    		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/rewriteRISCV64.go

    		v4.AuxInt = int32ToAuxInt(1)
    		v4.AddArg2(src, mem)
    		v5 := b.NewValue0(v.Pos, OpRISCV64MOVBstore, types.TypeMem)
    		v6 := b.NewValue0(v.Pos, OpRISCV64MOVBload, typ.Int8)
    		v6.AddArg2(src, mem)
    		v5.AddArg3(dst, v6, mem)
    		v3.AddArg3(dst, v4, v5)
    		v1.AddArg3(dst, v2, v3)
    		v.AddArg3(dst, v0, v1)
    		return true
    	}
    	// match: (Move [8] {t} dst src mem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 205.1K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteMIPS64.go

    		v6.AuxInt = int64ToAuxInt(3)
    		v6.AddArg(ptr)
    		v5.AddArg(v6)
    		v3.AddArg2(v4, v5)
    		v7 := b.NewValue0(v.Pos, OpMIPS64NORconst, typ.UInt64)
    		v7.AuxInt = int64ToAuxInt(0)
    		v8 := b.NewValue0(v.Pos, OpMIPS64SLLV, typ.UInt64)
    		v9 := b.NewValue0(v.Pos, OpMIPS64MOVVconst, typ.UInt64)
    		v9.AuxInt = int64ToAuxInt(0xff)
    		v8.AddArg2(v9, v5)
    		v7.AddArg(v8)
    		v2.AddArg2(v3, v7)
    		v.AddArg3(v0, v2, mem)
    		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)
  4. src/cmd/compile/internal/ssa/rewriteWasm.go

    		v0.AddArg2(src, mem)
    		v1 := b.NewValue0(v.Pos, OpWasmI64Store, types.TypeMem)
    		v2 := b.NewValue0(v.Pos, OpWasmI64Load, typ.UInt64)
    		v2.AddArg2(src, mem)
    		v1.AddArg3(dst, v2, mem)
    		v.AddArg3(dst, v0, v1)
    		return true
    	}
    	// match: (Move [3] dst src mem)
    	// result: (I64Store8 [2] dst (I64Load8U [2] src mem) (I64Store16 dst (I64Load16U src mem) mem))
    	for {
    		if auxIntToInt64(v.AuxInt) != 3 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 03:56:57 UTC 2023
    - 108.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewriteLOONG64.go

    		v0 := b.NewValue0(v.Pos, OpLOONG64SLLV, t)
    		v1 := b.NewValue0(v.Pos, OpZeroExt16to64, typ.UInt64)
    		v1.AddArg(y)
    		v0.AddArg2(x, v1)
    		v2 := b.NewValue0(v.Pos, OpLOONG64SGTU, typ.Bool)
    		v3 := b.NewValue0(v.Pos, OpLOONG64MOVVconst, typ.UInt64)
    		v3.AuxInt = int64ToAuxInt(64)
    		v2.AddArg2(v3, v1)
    		v.AddArg2(v0, v2)
    		return true
    	}
    }
    func rewriteValueLOONG64_OpLsh16x32(v *Value) bool {
    	v_1 := v.Args[1]
    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. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    getPid(); public void setPid(long); private void setDefaultShell(); public Commandline$Argument createArgument(); public Commandline$Argument createArgument(boolean); public Arg createArg(); public Arg createArg(boolean); public void addArg(Arg); public void addArg(Arg, boolean); public void setExecutable(String); public String getExecutable(); public void addArguments(String[]); public void addEnvironment(String, String); public void addSystemEnvironment() throws Exception; public String[] getEnvironmentVariab()...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 200.2K bytes
    - Viewed (0)
Back to top