Searched refs:NextInstr (Results 1 – 3 of 3) sorted by relevance
266 #define NORMALCYCLE state->NextInstr = 0267 #define BUSUSEDN state->NextInstr |= 1 /* The next fetch will be an N cycle. */275 state->NextInstr = (state->NextInstr & 0xff) | 2; \289 state->NextInstr |= 3; \299 state->NextInstr |= 2; \303 #define FLUSHPIPE state->NextInstr |= PRIMEPIPE
187 state->NextInstr = 0; in ARMul_Reset()
1116 MCSymbol *NextInstr = OutContext.createTempSymbol(); in emitInstruction() local1121 .addExpr(MCSymbolRefExpr::create(NextInstr, OutContext))); in emitInstruction()1128 OutStreamer->emitLabel(NextInstr); in emitInstruction()