17 object obj2 = frame.
Pop();
18 if (obj2 ==
null ||
obj ==
null)
24 frame.
Push((sbyte)obj2 >= (sbyte)
obj);
40 object obj2 = frame.
Pop();
41 if (obj2 ==
null ||
obj ==
null)
47 frame.
Push((
short)obj2 >= (
short)
obj);
63 object obj2 = frame.
Pop();
64 if (obj2 ==
null ||
obj ==
null)
70 frame.
Push((
char)obj2 >= (
char)
obj);
86 object obj2 = frame.
Pop();
87 if (obj2 ==
null ||
obj ==
null)
93 frame.
Push((
int)obj2 >= (
int)
obj);
109 object obj2 = frame.
Pop();
110 if (obj2 ==
null ||
obj ==
null)
116 frame.
Push((
long)obj2 >= (
long)
obj);
132 object obj2 = frame.
Pop();
133 if (obj2 ==
null ||
obj ==
null)
139 frame.
Push((
byte)obj2 >= (
byte)
obj);
155 object obj2 = frame.
Pop();
156 if (obj2 ==
null ||
obj ==
null)
162 frame.
Push((ushort)obj2 >= (ushort)
obj);
178 object obj2 = frame.
Pop();
179 if (obj2 ==
null ||
obj ==
null)
185 frame.
Push((uint)obj2 >= (uint)
obj);
201 object obj2 = frame.
Pop();
202 if (obj2 ==
null ||
obj ==
null)
208 frame.
Push((ulong)obj2 >= (ulong)
obj);
224 object obj2 = frame.
Pop();
225 if (obj2 ==
null ||
obj ==
null)
231 frame.
Push((
float)obj2 >= (
float)
obj);
247 object obj2 = frame.
Pop();
248 if (obj2 ==
null ||
obj ==
null)
254 frame.
Push((
double)obj2 >= (
double)
obj);
321 return type.GetNonNullableType().GetTypeCode()
switch
337 return type.GetNonNullableType().GetTypeCode()
switch
static Exception Unreachable
GreaterThanOrEqualByte(object nullValue)
override int Run(InterpretedFrame frame)
override int Run(InterpretedFrame frame)
GreaterThanOrEqualChar(object nullValue)
override int Run(InterpretedFrame frame)
GreaterThanOrEqualDouble(object nullValue)
GreaterThanOrEqualInt16(object nullValue)
override int Run(InterpretedFrame frame)
override int Run(InterpretedFrame frame)
GreaterThanOrEqualInt32(object nullValue)
GreaterThanOrEqualInt64(object nullValue)
override int Run(InterpretedFrame frame)
GreaterThanOrEqualSByte(object nullValue)
override int Run(InterpretedFrame frame)
GreaterThanOrEqualSingle(object nullValue)
override int Run(InterpretedFrame frame)
override int Run(InterpretedFrame frame)
GreaterThanOrEqualUInt16(object nullValue)
override int Run(InterpretedFrame frame)
GreaterThanOrEqualUInt32(object nullValue)
override int Run(InterpretedFrame frame)
GreaterThanOrEqualUInt64(object nullValue)
static Instruction s_liftedToNullSingle
static Instruction s_liftedToNullUInt64
static Instruction s_UInt16
static Instruction s_Double
static Instruction s_liftedToNullInt64
static Instruction s_liftedToNullInt32
readonly object _nullValue
static Instruction s_liftedToNullDouble
static Instruction s_Int16
static Instruction s_UInt64
static Instruction s_Byte
static Instruction s_Char
static Instruction s_liftedToNullChar
static Instruction s_Single
static Instruction Create(Type type, bool liftedToNull=false)
static Instruction s_liftedToNullInt16
static Instruction s_liftedToNullByte
GreaterThanOrEqualInstruction(object nullValue)
static Instruction s_Int32
static Instruction s_liftedToNullUInt32
static Instruction s_liftedToNullSByte
static Instruction s_UInt32
override string InstructionName
override int ProducedStack
static Instruction s_SByte
static Instruction s_Int64
override int ConsumedStack
static Instruction s_liftedToNullUInt16
static readonly object BoxedFalse