Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for int32ToAuxInt (0.33 sec)

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

    		mem := v_2
    		v.reset(OpMIPSMOVBstore)
    		v.AuxInt = int32ToAuxInt(3)
    		v0 := b.NewValue0(v.Pos, OpMIPSMOVBUload, typ.UInt8)
    		v0.AuxInt = int32ToAuxInt(3)
    		v0.AddArg2(src, mem)
    		v1 := b.NewValue0(v.Pos, OpMIPSMOVBstore, types.TypeMem)
    		v1.AuxInt = int32ToAuxInt(2)
    		v2 := b.NewValue0(v.Pos, OpMIPSMOVBUload, typ.UInt8)
    		v2.AuxInt = int32ToAuxInt(2)
    		v2.AddArg2(src, mem)
    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

    		mem := v_2
    		v.reset(OpLOONG64MOVBstore)
    		v.AuxInt = int32ToAuxInt(3)
    		v0 := b.NewValue0(v.Pos, OpLOONG64MOVBload, typ.Int8)
    		v0.AuxInt = int32ToAuxInt(3)
    		v0.AddArg2(src, mem)
    		v1 := b.NewValue0(v.Pos, OpLOONG64MOVBstore, types.TypeMem)
    		v1.AuxInt = int32ToAuxInt(2)
    		v2 := b.NewValue0(v.Pos, OpLOONG64MOVBload, typ.Int8)
    		v2.AuxInt = int32ToAuxInt(2)
    		v2.AddArg2(src, mem)
    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

    		mem := v_2
    		v.reset(OpMIPS64MOVBstore)
    		v.AuxInt = int32ToAuxInt(3)
    		v0 := b.NewValue0(v.Pos, OpMIPS64MOVBload, typ.Int8)
    		v0.AuxInt = int32ToAuxInt(3)
    		v0.AddArg2(src, mem)
    		v1 := b.NewValue0(v.Pos, OpMIPS64MOVBstore, types.TypeMem)
    		v1.AuxInt = int32ToAuxInt(2)
    		v2 := b.NewValue0(v.Pos, OpMIPS64MOVBload, typ.Int8)
    		v2.AuxInt = int32ToAuxInt(2)
    		v2.AddArg2(src, mem)
    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

    		mem := v_2
    		v.reset(OpRISCV64MOVBstore)
    		v.AuxInt = int32ToAuxInt(3)
    		v0 := b.NewValue0(v.Pos, OpRISCV64MOVBload, typ.Int8)
    		v0.AuxInt = int32ToAuxInt(3)
    		v0.AddArg2(src, mem)
    		v1 := b.NewValue0(v.Pos, OpRISCV64MOVBstore, types.TypeMem)
    		v1.AuxInt = int32ToAuxInt(2)
    		v2 := b.NewValue0(v.Pos, OpRISCV64MOVBload, typ.Int8)
    		v2.AuxInt = int32ToAuxInt(2)
    		v2.AddArg2(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)
  5. src/cmd/compile/internal/ssa/rewriteWasm.go

    	v_0 := v.Args[0]
    	// match: (Addr {sym} base)
    	// result: (LoweredAddr {sym} [0] base)
    	for {
    		sym := auxToSym(v.Aux)
    		base := v_0
    		v.reset(OpWasmLoweredAddr)
    		v.AuxInt = int32ToAuxInt(0)
    		v.Aux = symToAux(sym)
    		v.AddArg(base)
    		return true
    	}
    }
    func rewriteValueWasm_OpBitLen64(v *Value) bool {
    	v_0 := v.Args[0]
    	b := v.Block
    	typ := &b.Func.Config.Types
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 03:56:57 UTC 2023
    - 108.6K bytes
    - Viewed (0)
Back to top