Home
last modified time | relevance | path

Searched refs:NextInstr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gdb.old/dist/sim/arm/
H A Darmemu.h266 #define NORMALCYCLE state->NextInstr = 0
267 #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
/netbsd-src/external/gpl3/gdb/dist/sim/arm/
H A Darminit.c187 state->NextInstr = 0; in ARMul_Reset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1116 MCSymbol *NextInstr = OutContext.createTempSymbol(); in emitInstruction() local
1121 .addExpr(MCSymbolRefExpr::create(NextInstr, OutContext))); in emitInstruction()
1128 OutStreamer->emitLabel(NextInstr); in emitInstruction()