Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for AddArg4 (0.16 sec)

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

    		v.AuxInt = int32ToAuxInt(int32(t.Alignment()))
    		v0 := b.NewValue0(v.Pos, OpMIPSADDconst, src.Type)
    		v0.AuxInt = int32ToAuxInt(int32(s - moveSize(t.Alignment(), config)))
    		v0.AddArg(src)
    		v.AddArg4(dst, src, v0, mem)
    		return true
    	}
    	return false
    }
    func rewriteValueMIPS_OpNeq16(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	b := v.Block
    	typ := &b.Func.Config.Types
    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/rewriteLOONG64.go

    	for {
    		ptr := v_0
    		old := v_1
    		new := v_2
    		mem := v_3
    		v.reset(OpLOONG64LoweredAtomicCas32)
    		v0 := b.NewValue0(v.Pos, OpSignExt32to64, typ.Int64)
    		v0.AddArg(old)
    		v.AddArg4(ptr, v0, new, mem)
    		return true
    	}
    }
    func rewriteValueLOONG64_OpAvg64u(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	b := v.Block
    	// match: (Avg64u <t> x y)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:26:25 UTC 2023
    - 195.8K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteMIPS64.go

    	for {
    		ptr := v_0
    		old := v_1
    		new := v_2
    		mem := v_3
    		v.reset(OpMIPS64LoweredAtomicCas32)
    		v0 := b.NewValue0(v.Pos, OpSignExt32to64, typ.Int64)
    		v0.AddArg(old)
    		v.AddArg4(ptr, v0, new, mem)
    		return true
    	}
    }
    func rewriteValueMIPS64_OpAtomicOr8(v *Value) bool {
    	v_2 := v.Args[2]
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	b := v.Block
    	config := b.Func.Config
    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/rewriteRISCV64.go

    	for {
    		ptr := v_0
    		old := v_1
    		new := v_2
    		mem := v_3
    		v.reset(OpRISCV64LoweredAtomicCas32)
    		v0 := b.NewValue0(v.Pos, OpSignExt32to64, typ.Int64)
    		v0.AddArg(old)
    		v.AddArg4(ptr, v0, new, mem)
    		return true
    	}
    }
    func rewriteValueRISCV64_OpAtomicOr8(v *Value) bool {
    	v_2 := v.Args[2]
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	b := v.Block
    	typ := &b.Func.Config.Types
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 205.1K bytes
    - Viewed (0)
Back to top