Home | History | Annotate | Download | only in gdb

Lines Matching defs:flg

110   struct m32c_reg *pc = nullptr, *flg = nullptr;
333 /* Return the value of the 'flg' register in CACHE. */
339 ULONGEST flg;
341 cache->raw_read (tdep->flg->num, &flg);
342 return flg & 0xffff;
355 If the value of the 'flg' register in CACHE has any of the bits
367 If the value of the 'flg' register in CACHE has any of the bits
775 from the bank selected by the current value of FLG. RAW_PAIR
847 struct m32c_reg *flg = G (R16U (flg));
880 the FLG register's U bit. */
907 tdep->flg = flg;
957 restore FLG before or after we restore the general-purpose registers,
974 mark_save_restore (flg);