Lines Matching refs:instr
3 typedef unsigned int instr; typedef
33 (((instr)(INSTR) >= BR_OP) | ((instr)(INSTR) < LDA_OP) | \
34 ((((instr)(INSTR) ^ 0x60000000) < 0x20000000) & \
35 (((instr)(INSTR) & 0x0c000000) != 0)))
47 static instr *
48 display_stored_regs(instr * pro_pc, unsigned char * sp) in display_stored_regs()
50 instr * ret_pc = 0; in display_stored_regs()
60 ret_pc = (instr *)value; in display_stored_regs()
66 static instr *
67 seek_prologue(instr * pc) in seek_prologue()
77 stack_increment(instr * prologue_pc) in stack_increment()
92 instr * ret_pc; in stacktrace()
93 instr * prologue = (instr *)stacktrace; in stacktrace()