Lines Matching refs:insn
743 unsigned char insn = *insn_ptr++; in execute_cfa_program() local
747 if ((insn & 0xc0) == DW_CFA_advance_loc) in execute_cfa_program()
748 fs->pc += (insn & 0x3f) * fs->code_align; in execute_cfa_program()
749 else if ((insn & 0xc0) == DW_CFA_offset) in execute_cfa_program()
751 reg = insn & 0x3f; in execute_cfa_program()
757 else if ((insn & 0xc0) == DW_CFA_restore) in execute_cfa_program()
759 reg = insn & 0x3f; in execute_cfa_program()
762 else switch (insn) in execute_cfa_program()
945 const unsigned char *aug, *insn, *end; in uw_frame_state_for() local
970 insn = extract_cie_info (cie, context, fs); in uw_frame_state_for()
971 if (insn == NULL) in uw_frame_state_for()
977 execute_cfa_program (insn, end, context, fs); in uw_frame_state_for()
982 insn = NULL; in uw_frame_state_for()
987 insn = aug + i; in uw_frame_state_for()
997 if (insn == NULL) in uw_frame_state_for()
998 insn = aug; in uw_frame_state_for()
1000 execute_cfa_program (insn, end, context, fs); in uw_frame_state_for()