Home
last modified time | relevance | path

Searched refs:ildreg (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/erc32/
Dexec.c421 ldep = (((op3 & 0x38) != 0x28) && ((op3 & 0x3e) != 0x34) && (sregs->ildreg != 0)); in dispatch_instruction()
425 if (ldep && (sregs->ildreg == rs1)) in dispatch_instruction()
435 if (ldep && ((sregs->ildreg == rs1) || (sregs->ildreg == rs2))) in dispatch_instruction()
1607 sregs->ildreg = rd; in dispatch_instruction()
1609 sregs->ildreg |= 1; /* Double load, odd register loaded in dispatch_instruction()
2064 sregs->ildreg = 0; in init_regs()
Dsis.h119 uint32_t ildreg; /* Destination of last load instruction */ member