Home
last modified time | relevance | path

Searched refs:EmitInt (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DObjectDataBuilder.cs85 public void EmitInt(int emit) in EmitInt() method
122 EmitInt(emit); in EmitNaturalInt()
130 EmitInt(emit); in EmitHalfNaturalInt()
166 EmitInt((int)emit); in EmitCompressedUInt()
242 public void EmitInt(Reservation reservation, int emit) in EmitInt() method
273 EmitInt(delta); in EmitReloc()
H A DReadyToRunHeaderNode.cs79 builder.EmitInt((int)(ReadyToRunHeaderConstants.Signature)); in GetData()
86 builder.EmitInt(0); in GetData()
104 builder.EmitInt((int)item.Id); in GetData()
111 builder.EmitInt((int)flags); in GetData()
H A DGCStaticDescNode.cs148 builder.EmitInt(gcFieldCount * factory.Target.PointerSize); in EncodeData()
149 builder.EmitInt(startIndex * factory.Target.PointerSize); in EncodeData()
154 builder.EmitInt(gcFieldCount); in EncodeData()
203 builder.EmitInt(numSeries); in GetElementDataForNodes()
238 builder.EmitInt(_standaloneGCStaticDesc.NumSeries); in GetData()
H A DThreadStaticsIndexNode.cs80 objData.EmitInt(0); in GetData()
179 objData.EmitInt(0); // size of tls zero fill in GetData()
180 objData.EmitInt(0); // characteristics in GetData()
H A DGenericDefinitionEETypeNode.cs65 dataBuilder.EmitInt(0); // Base size is always 0 in GetData()
69 dataBuilder.EmitInt(_type.GetHashCode()); in GetData()
H A DMrtProcessedExportAddressTableNode.cs75 builder.EmitInt(1); // Export table version 1 in GetData()
76 builder.EmitInt(symbolNodes.Length); // Count of exported symbols in this table in GetData()
H A DFrozenArrayNode.cs63 dataBuilder.EmitInt(_preInitFieldInfo.Length); in EncodeData()
71 dataBuilder.EmitInt(0); in EncodeData()
H A DMrtProcessedImportAddressTableNode.cs74 builder.EmitInt(1); in GetData()
75 builder.EmitInt(_importNodes.Count); in GetData()
H A DLoopHijackFlagNode.cs47 objData.EmitInt(0); in GetData()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Compiler/
H A DILGen.cs337 il.EmitInt(value); in EmitChar()
342 il.EmitInt(value); in EmitByte()
347 il.EmitInt(value); in EmitSByte()
352 il.EmitInt(value); in EmitShort()
357 il.EmitInt(value); in EmitUShort()
901 il.EmitInt(i); in EmitArray()
916 il.EmitInt(count); in EmitArray()
920 il.EmitInt(i); in EmitArray()
973 il.EmitInt(bits[0]); in EmitDecimalBits()
974 il.EmitInt(bits[1]); in EmitDecimalBits()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Diterators.cs333 ec.EmitInt ((int) State.Start); in DoEmit()
334 ec.EmitInt ((int) State.Uninitialized); in DoEmit()
340 ec.EmitInt ((int) State.Uninitialized); in DoEmit()
832 ec.EmitInt ((int) IteratorStorey.State.After); in EmitMoveNext_NoResumePoints()
856 ec.EmitInt (0); in EmitMoveNext_NoResumePoints()
895 ec.EmitInt (0); in EmitMoveNext()
930 ec.EmitInt (0); in EmitMoveNext()
937 ec.EmitInt (1); in EmitMoveNext()
972 ec.EmitInt (resume_pc); in InjectYield()
981 ec.EmitInt (1); in InjectYield()
[all …]
H A Dnullable.cs792 ec.EmitInt (0); in Emit()
865 ec.EmitInt (or ? 1 : 0); in EmitBitwiseBoolean()
882 ec.EmitInt (or ? 1 : 0); in EmitBitwiseBoolean()
903 ec.EmitInt (or ? 1 : 0); in EmitBitwiseBoolean()
958 ec.EmitInt (0); in EmitEquality()
970 ec.EmitInt (0); in EmitEquality()
1005 ec.EmitInt (1); in EmitEquality()
1007 ec.EmitInt (0); in EmitEquality()
1072 ec.EmitInt (0); in EmitEquality()
1082 ec.EmitInt (1); in EmitEquality()
[all …]
H A Dconstant.cs533 ec.EmitInt (1); in Emit()
535 ec.EmitInt (0); in Emit()
583 ec.EmitInt (Value); in Emit()
683 ec.EmitInt (Value); in Emit()
811 ec.EmitInt (Value); in Emit()
914 ec.EmitInt (Value); in Emit()
1027 ec.EmitInt (Value); in Emit()
1136 ec.EmitInt (Value); in Emit()
1959 ec.EmitInt (words [0]); in Emit()
1967 ec.EmitInt (power); in Emit()
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/lightstep/lightstep-tracer-go/
H A Dproto_logencoder_test.go87 encoder.EmitInt("int:1", 1)
91 encoder.EmitInt("int:1", 1)
92 encoder.EmitInt("int:2", 2)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/lightstep/lightstep-tracer-go/
H A Dproto_logencoder_test.go87 encoder.EmitInt("int:1", 1)
91 encoder.EmitInt("int:1", 1)
92 encoder.EmitInt("int:2", 2)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/lightstep/lightstep-tracer-go/
H A Dproto_logencoder_test.go87 encoder.EmitInt("int:1", 1)
91 encoder.EmitInt("int:1", 1)
92 encoder.EmitInt("int:2", 2)
/dports/games/ioquake3/ioquake3-1.36/code/tools/asm/
H A Dq3asm.c517 static void EmitInt( segment_t *seg, int v ) { in EmitInt() function
866 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
896 EmitInt( &segment[CODESEG], v ); in ASM()
913 EmitInt( &segment[CODESEG], v ); in ASM()
940 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
962 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
980 EmitInt( currentSegment, v ); in ASM()
982 EmitInt( &segment[ JTRGSEG ], v ); in ASM()
1220 EmitInt( &segment[CODESEG], expression ); in AssembleLine()
/dports/games/ioquake3-server/ioquake3-1.36/code/tools/asm/
H A Dq3asm.c517 static void EmitInt( segment_t *seg, int v ) { in EmitInt() function
866 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
896 EmitInt( &segment[CODESEG], v ); in ASM()
913 EmitInt( &segment[CODESEG], v ); in ASM()
940 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
962 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
980 EmitInt( currentSegment, v ); in ASM()
982 EmitInt( &segment[ JTRGSEG ], v ); in ASM()
1220 EmitInt( &segment[CODESEG], expression ); in AssembleLine()
/dports/games/iortcw/iortcw-1.51c/MP/code/tools/asm/
H A Dq3asm.c519 static void EmitInt( segment_t *seg, int v ) { in EmitInt() function
868 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
898 EmitInt( &segment[CODESEG], v ); in ASM()
915 EmitInt( &segment[CODESEG], v ); in ASM()
942 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
963 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
981 EmitInt( currentSegment, v ); in ASM()
983 EmitInt( &segment[ JTRGSEG ], v ); in ASM()
1221 EmitInt( &segment[CODESEG], expression ); in AssembleLine()
/dports/games/iortcw/iortcw-1.51c/SP/code/tools/asm/
H A Dq3asm.c519 static void EmitInt( segment_t *seg, int v ) { in EmitInt() function
868 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
898 EmitInt( &segment[CODESEG], v ); in ASM()
915 EmitInt( &segment[CODESEG], v ); in ASM()
942 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
963 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
981 EmitInt( currentSegment, v ); in ASM()
983 EmitInt( &segment[ JTRGSEG ], v ); in ASM()
1221 EmitInt( &segment[CODESEG], expression ); in AssembleLine()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/tools/asm/
H A Dq3asm.c527 void EmitInt( segment_t *seg, int v ) { in EmitInt() function
876 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
906 EmitInt( &segment[CODESEG], v ); in ASM()
923 EmitInt( &segment[CODESEG], v ); in ASM()
950 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
972 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
990 EmitInt( currentSegment, v ); in ASM()
992 EmitInt( &segment[ JTRGSEG ], v ); in ASM()
1230 EmitInt( &segment[CODESEG], expression ); in AssembleLine()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/tools/asm/
H A Dq3asm.c527 void EmitInt( segment_t *seg, int v ) { in EmitInt() function
876 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
906 EmitInt( &segment[CODESEG], v ); in ASM()
923 EmitInt( &segment[CODESEG], v ); in ASM()
950 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
972 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
990 EmitInt( currentSegment, v ); in ASM()
992 EmitInt( &segment[ JTRGSEG ], v ); in ASM()
1230 EmitInt( &segment[CODESEG], expression ); in AssembleLine()
/dports/games/openarena/openarena-engine-source-0.8.8/code/tools/asm/
H A Dq3asm.c517 static void EmitInt( segment_t *seg, int v ) { in EmitInt() function
866 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
896 EmitInt( &segment[CODESEG], v ); in ASM()
913 EmitInt( &segment[CODESEG], v ); in ASM()
940 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
962 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
980 EmitInt( currentSegment, v ); in ASM()
982 EmitInt( &segment[ JTRGSEG ], v ); in ASM()
1220 EmitInt( &segment[CODESEG], expression ); in AssembleLine()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/tools/asm/
H A Dq3asm.c517 static void EmitInt( segment_t *seg, int v ) { in EmitInt() function
866 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
896 EmitInt( &segment[CODESEG], v ); in ASM()
913 EmitInt( &segment[CODESEG], v ); in ASM()
940 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
962 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
980 EmitInt( currentSegment, v ); in ASM()
982 EmitInt( &segment[ JTRGSEG ], v ); in ASM()
1220 EmitInt( &segment[CODESEG], expression ); in AssembleLine()
/dports/games/evq3/evq3/code/tools/asm/
H A Dq3asm.c527 void EmitInt( segment_t *seg, int v ) { in EmitInt() function
876 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
906 EmitInt( &segment[CODESEG], v ); in ASM()
923 EmitInt( &segment[CODESEG], v ); in ASM()
950 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
972 EmitInt( &segment[CODESEG], 8 + currentLocals + currentArgs ); in ASM()
990 EmitInt( currentSegment, v ); in ASM()
992 EmitInt( &segment[ JTRGSEG ], v ); in ASM()
1230 EmitInt( &segment[CODESEG], expression ); in AssembleLine()

1234567