Ejemplo n.º 1
0
 CallCompareAndSwap <T>(ScirRuntimePointer <T> ptr, ScirRuntimeValue <T> value,
                        ScirRuntimeValue <T> comparand) where T : struct => throw new NotImplementedException();
Ejemplo n.º 2
0
 ScirRuntimeValue <T> SignExtRuntime <T>(ScirRuntimeValue <ulong> value, int size) where T : struct =>
 throw new NotImplementedException();
Ejemplo n.º 3
0
 ScirRuntimeValue <ulong> CallFloatToFixed64(ScirRuntimeValue <double> value, ulong fbits) =>
 throw new NotImplementedException();
Ejemplo n.º 4
0
 void CallFloatCompare(ScirRuntimeValue <double> operand1, ScirRuntimeValue <double> operand2) =>
 throw new NotImplementedException();
Ejemplo n.º 5
0
 ScirRuntimeValue <Vector128 <float> > CallVectorExtract(ScirRuntimeValue <Vector128 <float> > a, ScirRuntimeValue <Vector128 <float> > b, uint q, uint index) =>
 throw new NotImplementedException();
Ejemplo n.º 6
0
 ScirRuntimeValue <uint> CallFloatToFixed32(ScirRuntimeValue <float> value, ulong fbits) =>
 throw new NotImplementedException();
Ejemplo n.º 7
0
 ScirRuntimeValue <Vector128 <float> > CallVectorCountBits(ScirRuntimeValue <Vector128 <float> > vec, long elems) =>
 throw new NotImplementedException();
Ejemplo n.º 8
0
 ScirRuntimeValue <ulong> CallVectorSumUnsigned(ScirRuntimeValue <Vector128 <float> > vec, long esize, long count) =>
 throw new NotImplementedException();
Ejemplo n.º 9
0
 void CallSR(uint op0, uint op1, uint crn, uint crm, uint op2, ScirRuntimeValue <ulong> value) =>
 throw new NotImplementedException();
Ejemplo n.º 10
0
 ScirRuntimeValue <ulong> CallReverseBits(ScirRuntimeValue <ulong> value) =>
 throw new NotImplementedException();
Ejemplo n.º 11
0
 ScirRuntimeValue <ulong> CallCountLeadingZeros(ScirRuntimeValue <ulong> value) =>
 throw new NotImplementedException();
Ejemplo n.º 12
0
 public static ScirRuntimeValue <ValueT> Ternary <CondT, ValueT>(ScirRuntimeValue <CondT> cond, ScirRuntimeValue <ValueT> a, ScirRuntimeValue <ValueT> b)
     where CondT : struct where ValueT : struct =>
 throw new NotImplementedException();
Ejemplo n.º 13
0
 void BranchIf(ScirRuntimeValue <byte> cond, Label if_label, Label else_label) => throw new NotImplementedException();