Home
last modified time | relevance | path

Searched refs:s_UInt64 (Results 1 – 20 of 20) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/
H A DAddInstruction.cs12 …private static Instruction s_Int16, s_Int32, s_Int64, s_UInt16, s_UInt32, s_UInt64, s_Single, s_Do… field in System.Linq.Expressions.Interpreter.AddInstruction
174 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new AddUInt64()); in Create()
185 private static Instruction s_Int16, s_Int32, s_Int64, s_UInt16, s_UInt32, s_UInt64; field in System.Linq.Expressions.Interpreter.AddOvfInstruction
311 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new AddOvfUInt64()); in Create()
H A DSubInstruction.cs12 …private static Instruction s_Int16, s_Int32, s_Int64, s_UInt16, s_UInt32, s_UInt64, s_Single, s_Do… field in System.Linq.Expressions.Interpreter.SubInstruction
174 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new SubUInt64()); in Create()
185 private static Instruction s_Int16, s_Int32, s_Int64, s_UInt16, s_UInt32, s_UInt64; field in System.Linq.Expressions.Interpreter.SubOvfInstruction
311 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new SubOvfUInt64()); in Create()
H A DMulInstruction.cs12 …private static Instruction s_Int16, s_Int32, s_Int64, s_UInt16, s_UInt32, s_UInt64, s_Single, s_Do… field in System.Linq.Expressions.Interpreter.MulInstruction
174 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new MulUInt64()); in Create()
186 private static Instruction s_Int16, s_Int32, s_Int64, s_UInt16, s_UInt32, s_UInt64; field in System.Linq.Expressions.Interpreter.MulOvfInstruction
312 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new MulOvfUInt64()); in Create()
H A DNotInstruction.cs11 …public static Instruction s_Boolean, s_Int64, s_Int32, s_Int16, s_UInt64, s_UInt32, s_UInt16, s_By… field in System.Linq.Expressions.Interpreter.NotInstruction
180 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new NotUInt64()); in Create()
H A DDecrementInstruction.cs12 …private static Instruction s_Int16, s_Int32, s_Int64, s_UInt16, s_UInt32, s_UInt64, s_Single, s_Do… field in System.Linq.Expressions.Interpreter.DecrementInstruction
166 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new DecrementUInt64()); in Create()
H A DIncrementInstruction.cs12 …private static Instruction s_Int16, s_Int32, s_Int64, s_UInt16, s_UInt32, s_UInt64, s_Single, s_Do… field in System.Linq.Expressions.Interpreter.IncrementInstruction
166 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new IncrementUInt64()); in Create()
H A DRightShiftInstruction.cs11 …rivate static Instruction s_SByte, s_Int16, s_Int32, s_Int64, s_Byte, s_UInt16, s_UInt32, s_UInt64; field in System.Linq.Expressions.Interpreter.RightShiftInstruction
175 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new RightShiftUInt64()); in Create()
H A DLeftShiftInstruction.cs11 …rivate static Instruction s_SByte, s_Int16, s_Int32, s_Int64, s_Byte, s_UInt16, s_UInt32, s_UInt64; field in System.Linq.Expressions.Interpreter.LeftShiftInstruction
175 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new LeftShiftUInt64()); in Create()
H A DOrInstruction.cs11 …ic Instruction s_SByte, s_Int16, s_Int32, s_Int64, s_Byte, s_UInt16, s_UInt32, s_UInt64, s_Boolean; field in System.Linq.Expressions.Interpreter.OrInstruction
189 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new OrUInt64()); in Create()
H A DExclusiveOrInstruction.cs11 …ic Instruction s_SByte, s_Int16, s_Int32, s_Int64, s_Byte, s_UInt16, s_UInt32, s_UInt64, s_Boolean; field in System.Linq.Expressions.Interpreter.ExclusiveOrInstruction
175 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new ExclusiveOrUInt64()); in Create()
H A DAndInstruction.cs11 …ic Instruction s_SByte, s_Int16, s_Int32, s_Int64, s_Byte, s_UInt16, s_UInt32, s_UInt64, s_Boolean; field in System.Linq.Expressions.Interpreter.AndInstruction
187 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new AndUInt64()); in Create()
H A DModuloInstruction.cs12 …private static Instruction s_Int16, s_Int32, s_Int64, s_UInt16, s_UInt32, s_UInt64, s_Single, s_Do… field in System.Linq.Expressions.Interpreter.ModuloInstruction
174 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new ModuloUInt64()); in Create()
H A DDivInstruction.cs12 …private static Instruction s_Int16, s_Int32, s_Int64, s_UInt16, s_UInt32, s_UInt64, s_Single, s_Do… field in System.Linq.Expressions.Interpreter.DivInstruction
174 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new DivUInt64()); in Create()
H A DGreaterThanOrEqualInstruction.cs13 …s_SByte, s_Int16, s_Char, s_Int32, s_Int64, s_Byte, s_UInt16, s_UInt32, s_UInt64, s_Single, s_Doub… field in System.Linq.Expressions.Interpreter.GreaterThanOrEqualInstruction
312 …case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new GreaterThanOrEqualUInt64(Utils.BoxedFalse… in Create()
H A DLessThanOrEqualInstruction.cs13 …s_SByte, s_Int16, s_Char, s_Int32, s_Int64, s_Byte, s_UInt16, s_UInt32, s_UInt64, s_Single, s_Doub… field in System.Linq.Expressions.Interpreter.LessThanOrEqualInstruction
312 … case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new LessThanOrEqualUInt64(Utils.BoxedFalse)); in Create()
H A DLessThanInstruction.cs13 …s_SByte, s_Int16, s_Char, s_Int32, s_Int64, s_Byte, s_UInt16, s_UInt32, s_UInt64, s_Single, s_Doub… field in System.Linq.Expressions.Interpreter.LessThanInstruction
311 … case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new LessThanUInt64(Utils.BoxedFalse)); in Create()
H A DGreaterThanInstruction.cs13 …s_SByte, s_Int16, s_Char, s_Int32, s_Int64, s_Byte, s_UInt16, s_UInt32, s_UInt64, s_Single, s_Doub… field in System.Linq.Expressions.Interpreter.GreaterThanInstruction
312 … case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new GreaterThanUInt64(Utils.BoxedFalse)); in Create()
H A DEqualInstruction.cs13 …s_SByte, s_Int16, s_Char, s_Int32, s_Int64, s_Byte, s_UInt16, s_UInt32, s_UInt64, s_Single, s_Doub… field in System.Linq.Expressions.Interpreter.EqualInstruction
547 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new EqualUInt64()); in Create()
H A DNotEqualInstruction.cs13 …s_SByte, s_Int16, s_Char, s_Int32, s_Int64, s_Byte, s_UInt16, s_UInt32, s_UInt64, s_Single, s_Doub… field in System.Linq.Expressions.Interpreter.NotEqualInstruction
529 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new NotEqualUInt64()); in Create()
H A DTypeOperations.cs256 …al, s_Double, s_Int16, s_Int32, s_Int64, s_SByte, s_Single, s_String, s_UInt16, s_UInt32, s_UInt64; field in System.Linq.Expressions.Interpreter.CastInstruction
368 case TypeCode.UInt64: return s_UInt64 ?? (s_UInt64 = new CastInstructionT<ulong>()); in Create()