Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmips-tdep.c1428 unsigned entry_inst = 0; /* the entry instruction */ in mips16_scan_prologue() local
1528 entry_inst = inst; /* save for later processing */ in mips16_scan_prologue()
1552 if (entry_inst != 0) in mips16_scan_prologue()
1554 int areg_count = (entry_inst >> 8) & 7; in mips16_scan_prologue()
1555 int sreg_count = (entry_inst >> 6) & 3; in mips16_scan_prologue()
1573 if (entry_inst & 0x20) in mips16_scan_prologue()