Lines Matching refs:qp
546 desc_is_active (unsigned char qp, unw_word t, struct ia64_state_record *sr) in desc_is_active() argument
550 if (qp > 0) in desc_is_active()
552 if ((sr->pr_val & ((unw_word_t) 1 << qp)) == 0) in desc_is_active()
554 sr->pr_mask |= ((unw_word_t) 1 << qp); in desc_is_active()
560 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, in desc_restore_p() argument
565 if (!desc_is_active (qp, t, sr)) in desc_restore_p()
575 desc_spill_reg_p (unsigned char qp, unw_word t, unsigned char abreg, in desc_spill_reg_p() argument
582 if (!desc_is_active (qp, t, sr)) in desc_spill_reg_p()
597 desc_spill_psprel_p (unsigned char qp, unw_word t, unsigned char abreg, in desc_spill_psprel_p() argument
602 if (!desc_is_active (qp, t, sr)) in desc_spill_psprel_p()
612 desc_spill_sprel_p (unsigned char qp, unw_word t, unsigned char abreg, in desc_spill_sprel_p() argument
617 if (!desc_is_active (qp, t, sr)) in desc_spill_sprel_p()
799 int8_t qp; in parse_dynamic() local
826 qp = op->qp; in parse_dynamic()
828 if (!desc_is_active (qp, when, sr)) in parse_dynamic()