Lines Matching refs:p_flags
487 int p_flags = 0; in msp430_profiler() local
529 p_flags |= MSP430_PROFILER_FLAG_FRAGMENT; in msp430_profiler()
532 p_flags |= MSP430_PROFILER_FLAG_JUMP; in msp430_profiler()
535 p_flags |= MSP430_PROFILER_FLAG_PROLSTART; in msp430_profiler()
538 p_flags |= MSP430_PROFILER_FLAG_PROLEND; in msp430_profiler()
541 p_flags |= MSP430_PROFILER_FLAG_EPISTART; in msp430_profiler()
544 p_flags |= MSP430_PROFILER_FLAG_EPIEND; in msp430_profiler()
547 p_flags |= MSP430_PROFILER_FLAG_ENTRY; in msp430_profiler()
550 p_flags |= MSP430_PROFILER_FLAG_EXIT; in msp430_profiler()
553 p_flags |= MSP430_PROFILER_FLAG_INITSECT; in msp430_profiler()
556 p_flags |= MSP430_PROFILER_FLAG_FINISECT; in msp430_profiler()
559 p_flags |= MSP430_PROFILER_FLAG_LIBCALL; in msp430_profiler()
562 p_flags |= MSP430_PROFILER_FLAG_STDCALL; in msp430_profiler()
565 p_flags |= MSP430_PROFILER_FLAG_STACKDMD; in msp430_profiler()
568 p_flags |= MSP430_PROFILER_FLAG_ISR; in msp430_profiler()
571 p_flags |= MSP430_PROFILER_FLAG_EXTRA; in msp430_profiler()
580 if (p_flags in msp430_profiler()
581 && ( ! pow2value (p_flags & ( MSP430_PROFILER_FLAG_ENTRY in msp430_profiler()
583 || ! pow2value (p_flags & ( MSP430_PROFILER_FLAG_PROLSTART in msp430_profiler()
587 || ! pow2value (p_flags & ( MSP430_PROFILER_FLAG_INITSECT in msp430_profiler()
611 exp.X_add_number = p_flags; in msp430_profiler()