Searched refs:tb1 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dexec.c858 TranslationBlock *tb1; local
860 tb1 = *ptb;
861 if (tb1 == tb) {
862 *ptb = *(TranslationBlock **)((char *)tb1 + next_offset);
865 ptb = (TranslationBlock **)((char *)tb1 + next_offset);
871 TranslationBlock *tb1; local
875 tb1 = *ptb;
876 n1 = (intptr_t)tb1 & 3;
877 tb1 = (TranslationBlock *)((intptr_t)tb1
888 TranslationBlock *tb1, **ptb; local
927 TranslationBlock *tb1, *tb2; local
1471 TranslationBlock *tb1, *tb_next, **ptb; local
[all...]

Completed in 221 milliseconds