Home | History | Annotate | Download | only in Mips

Lines Matching refs:intptr_t

119 extern "C" void MipsCompilationCallbackC(intptr_t StubAddr) {
121 intptr_t NewVal = (intptr_t) JITCompilerFunction((void*) StubAddr);
136 *(intptr_t *)(StubAddr) = 0xf << 26 | 25 << 16 | Hi;
137 *(intptr_t *)(StubAddr + 4) = 9 << 26 | 25 << 21 | 25 << 16 | Lo;
138 *(intptr_t *)(StubAddr + 8) = 25 << 21 | 8;
139 *(intptr_t *)(StubAddr + 12) = 0;
164 intptr_t EmittedAddr;
165 if (Fn != (void*)(intptr_t)MipsCompilationCallback)
166 EmittedAddr = (intptr_t)Fn;
168 EmittedAddr = (intptr_t)MipsCompilationCallback;
200 intptr_t ResultPtr = (intptr_t) MR->getResultPointer();
204 ResultPtr = (((ResultPtr - (intptr_t) RelocPos) - 4) >> 2) & 0xffff;
215 if ((((intptr_t) (MR->getResultPointer()) & 0xffff) >> 15) == 1) {