Home
last modified time | relevance | path

Searched refs:Add_Ovf_Un (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.AST/
H A DBinaryOperator.cs37 Add_Ovf_Un, enumerator
H A DBodyParser.cs544 case Code.Add_Ovf_Un: in ParseStatement()
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil.Cil/
H A DCode.cs216 Add_Ovf_Un, enumerator
H A DOpCodes.cs1125 public static readonly OpCode Add_Ovf_Un = new OpCode ( field in Mono.Cecil.Cil.OpCodes
1127 Code.Add_Ovf_Un, FlowControl.Next,
1541 case Code.Add_Ovf_Un : return OpCodes.Add_Ovf_Un; in GetOpCode()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Cecil.Cil/
H A DCode.cs213 Add_Ovf_Un, enumerator
H A DOpCodes.cs760 public static readonly OpCode Add_Ovf_Un = new OpCode ( field in Mono.Cecil.Cil.OpCodes
761 0xff << 0 | 0xd7 << 8 | (byte) Code.Add_Ovf_Un << 16 | (byte) FlowControl.Next << 24,
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil.Cil/
H A DCode.cs195 Add_Ovf_Un, enumerator
H A DOpCodes.cs742 public static readonly OpCode Add_Ovf_Un = new OpCode ( field in Mono.Cecil.Cil.OpCodes
743 0xff << 0 | 0xd7 << 8 | (byte) Code.Add_Ovf_Un << 16 | (byte) FlowControl.Next << 24,
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil.Cil/
H A DCode.cs195 Add_Ovf_Un, enumerator
H A DOpCodes.cs742 public static readonly OpCode Add_Ovf_Un = new OpCode ( field in Mono.Cecil.Cil.OpCodes
743 0xff << 0 | 0xd7 << 8 | (byte) Code.Add_Ovf_Un << 16 | (byte) FlowControl.Next << 24,
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil.Cil/
H A DCode.cs213 Add_Ovf_Un, enumerator
H A DOpCodes.cs760 public static readonly OpCode Add_Ovf_Un = new OpCode ( field in Mono.Cecil.Cil.OpCodes
761 0xff << 0 | 0xd7 << 8 | (byte) Code.Add_Ovf_Un << 16 | (byte) FlowControl.Next << 24,
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/Mono.Cecil.Cil/
H A DCode.cs213 Add_Ovf_Un, enumerator
H A DOpCodes.cs760 public static readonly OpCode Add_Ovf_Un = new OpCode ( field in Mono.Cecil.Cil.OpCodes
761 0xff << 0 | 0xd7 << 8 | (byte) Code.Add_Ovf_Un << 16 | (byte) FlowControl.Next << 24,
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Proving/
H A DBoxedExpressionExtensions.cs99 case BinaryOperator.Add_Ovf_Un: in IsTrivialCondition()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Analysis.Numerical/
H A DBoxedExpressionDecoder.cs171 case BinaryOperator.Add_Ovf_Un: in TypeOf()
H A DValueExpressionDecoder.cs182 case BinaryOperator.Add_Ovf_Un: in Binary()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Rewrite.AstVisitors/
H A DCompileVisitor.cs194 return this.il.Create (e.IsSigned ? OpCodes.Add_Ovf : OpCodes.Add_Ovf_Un); in VisitAdd()
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/Emit/
H A DOpCodes.cs211 public static readonly OpCode Add_Ovf_Un = new OpCode(901892937); field in IKVM.Reflection.Emit.OpCodes
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/
H A DLambdaCompiler.Binary.cs173 …ype.IsFloatingPoint() ? OpCodes.Add : (leftType.IsUnsigned() ? OpCodes.Add_Ovf_Un : OpCodes.Add_Ov… in EmitUnliftedBinaryOp()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Primitives/ref/
H A DSystem.Reflection.Primitives.cs57 public static readonly System.Reflection.Emit.OpCode Add_Ovf_Un; field in System.Reflection.Emit.OpCodes
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Compiler/
H A DLambdaCompiler.Binary.cs180 _ilg.Emit(OpCodes.Add_Ovf_Un); in EmitUnliftedBinaryOp()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/emit/
H A Dopcodes.cs203 Add_Ovf_Un = 0xd7, enumerator
2083 public static readonly OpCode Add_Ovf_Un = new OpCode(OpCodeValues.Add_Ovf_Un, field in System.Reflection.Emit.OpCodes
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Primitives/src/System/Reflection/Emit/
H A DOpCodes.cs194 Add_Ovf_Un = 0xd7, enumerator
2072 public static readonly OpCode Add_Ovf_Un = new OpCode(OpCodeValues.Add_Ovf_Un, field in System.Reflection.Emit.OpCodes
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection.Emit/
H A DOpCodes.cs739 public static readonly OpCode Add_Ovf_Un = new OpCode ( field in System.Reflection.Emit.OpCodes

12