|
1 | 1 | /* Automatically generated by |
2 | | - CCodeGenerator VMMaker.oscog-eem.3653 uuid: 3e9e73e3-c46f-4b85-9492-5e8152620749 |
3 | | - (Cog-eem.499, * Compiler-ct.519) |
| 2 | + CCodeGenerator VMMaker.oscog-eem.3654 uuid: 7a31043c-4b68-4ea9-a61e-e6e63aa0fe5c |
| 3 | + (Cog-eem.500, * Compiler-ct.519) |
4 | 4 | from |
5 | | - SistaCogit VMMaker.oscog-eem.3653 uuid: 3e9e73e3-c46f-4b85-9492-5e8152620749 |
| 5 | + SistaCogit VMMaker.oscog-eem.3654 uuid: 7a31043c-4b68-4ea9-a61e-e6e63aa0fe5c |
6 | 6 | */ |
7 | | -static char __buildInfo[] = "SistaCogit VMMaker.oscog-eem.3653 uuid: 3e9e73e3-c46f-4b85-9492-5e8152620749 " __DATE__ ; |
| 7 | +static char __buildInfo[] = "SistaCogit VMMaker.oscog-eem.3654 uuid: 7a31043c-4b68-4ea9-a61e-e6e63aa0fe5c " __DATE__ ; |
8 | 8 | char *__cogitBuildInfo = __buildInfo; |
9 | 9 |
|
10 | 10 |
|
@@ -479,7 +479,7 @@ static NoDbgRegParms sqInt canDivQuoRem(AbstractInstruction *self_in_CogIA32Comp |
479 | 479 | static NoDbgRegParms AbstractInstruction * cFloatResultToRd(AbstractInstruction *self_in_CogIA32Compiler, sqInt reg); |
480 | 480 | static NoDbgRegParms AbstractInstruction * cFloatResultToRs(AbstractInstruction *self_in_CogIA32Compiler, sqInt reg); |
481 | 481 | static NoDbgRegParms sqInt cmpC32RTempByteSize(AbstractInstruction *self_in_CogIA32Compiler); |
482 | | -static NoDbgRegParms sqInt computeMaximumSize(AbstractInstruction *self_in_CogIA32Compiler); |
| 482 | +static NoDbgRegParms int computeMaximumSize(AbstractInstruction *self_in_CogIA32Compiler); |
483 | 483 | static NoDbgRegParms int computeShiftRRSize(AbstractInstruction *self_in_CogIA32Compiler); |
484 | 484 | static NoDbgRegParms sqInt concretizeFill32(AbstractInstruction *self_in_CogIA32Compiler); |
485 | 485 | static NoDbgRegParms sqInt concretizeMovePerfCnt64RRL(AbstractInstruction *self_in_CogIA32Compiler); |
@@ -918,7 +918,7 @@ static sqInt genPrimitiveStringAtPut(void); |
918 | 918 | static NoDbgRegParms sqInt genRemoveSmallIntegerTagsInScratchReg(sqInt scratchReg); |
919 | 919 | static NoDbgRegParms sqInt genShiftAwaySmallIntegerTagsInScratchReg(sqInt scratchReg); |
920 | 920 | static NoDbgRegParms sqInt getLiteralCountOfplusOneinBytesintoscratch(sqInt methodReg, sqInt plusOne, sqInt inBytes, sqInt litCountReg, sqInt scratchReg); |
921 | | -static NoDbgRegParms usqInt inlineCacheTagForInstance(sqInt oop); |
| 921 | +static NoDbgRegParms sqInt inlineCacheTagForInstance(sqInt oop); |
922 | 922 | static NoDbgRegParms AbstractInstruction * jumpNotSmallIntegerUnsignedValueInRegister(sqInt reg); |
923 | 923 | static NoDbgRegParms sqInt markAndTraceCacheTagLiteralinatpc(sqInt literal, CogMethod *cogMethodOrNil, usqInt address); |
924 | 924 | static NoDbgRegParms usqInt numCountersFor(usqInt theCounters); |
@@ -3257,7 +3257,7 @@ cmpC32RTempByteSize(AbstractInstruction *self_in_CogIA32Compiler) |
3257 | 3257 | limits which are exceeded when each case jumps around the otherwise. */ |
3258 | 3258 |
|
3259 | 3259 | /* CogIA32Compiler>>#computeMaximumSize */ |
3260 | | -static NoDbgRegParms sqInt |
| 3260 | +static NoDbgRegParms int |
3261 | 3261 | computeMaximumSize(AbstractInstruction *self_in_CogIA32Compiler) |
3262 | 3262 | { |
3263 | 3263 | switch ((self_in_CogIA32Compiler->opcode)) { |
@@ -8205,7 +8205,7 @@ callCogCodePopReceiverAndClassRegs(void) |
8205 | 8205 | static NoDbgRegParms sqInt |
8206 | 8206 | ceCPICMissreceiver(CogMethod *cPIC, sqInt receiver) |
8207 | 8207 | { |
8208 | | - usqInt cacheTag; |
| 8208 | + sqInt cacheTag; |
8209 | 8209 | int errorSelectorOrNil; |
8210 | 8210 | sqInt methodOrSelectorIndex; |
8211 | 8211 | sqInt newTargetMethodOrNil; |
@@ -8316,7 +8316,7 @@ l1:; |
8316 | 8316 | static NoDbgRegParms sqInt |
8317 | 8317 | ceSICMiss(sqInt receiver) |
8318 | 8318 | { |
8319 | | - usqInt cacheTag; |
| 8319 | + sqInt cacheTag; |
8320 | 8320 | sqInt entryPoint; |
8321 | 8321 | int errorSelectorOrNil; |
8322 | 8322 | sqInt extent; |
@@ -13245,7 +13245,7 @@ void |
13245 | 13245 | linkSendAtintooffsetreceiver(sqInt callSiteReturnAddress, CogMethod *sendingMethod, CogMethod *targetMethod, sqInt theEntryOffset, sqInt receiver) |
13246 | 13246 | { |
13247 | 13247 | sqInt extent; |
13248 | | - usqInt inlineCacheTag; |
| 13248 | + sqInt inlineCacheTag; |
13249 | 13249 |
|
13250 | 13250 | assert((theEntryOffset == cmEntryOffset) |
13251 | 13251 | || (theEntryOffset == cmNoCheckEntryOffset)); |
@@ -21538,7 +21538,7 @@ getLiteralCountOfplusOneinBytesintoscratch(sqInt methodReg, sqInt plusOne, sqInt |
21538 | 21538 | c.f. getInlineCacheClassTagFrom:into: & inlineCacheTagForClass: */ |
21539 | 21539 |
|
21540 | 21540 | /* CogObjectRepresentationFor32BitSpur>>#inlineCacheTagForInstance: */ |
21541 | | -static NoDbgRegParms usqInt |
| 21541 | +static NoDbgRegParms sqInt |
21542 | 21542 | inlineCacheTagForInstance(sqInt oop) |
21543 | 21543 | { |
21544 | 21544 | return (isImmediate(oop) |
|
0 commit comments