HomeSort by: relevance | last modified time | path
    Searched defs:ftt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/frv/
frv-sim.h 353 enum frv_fsr_ftt ftt; /* floating point trap type */
522 #define SET_FSR_FTT(fsr, ftt) ( \
523 (fsr) = ((fsr) & ~(0x7 << 17)) | (((ftt) & 0x7) << 17) \
565 #define SET_FQ_FTT(fq, ftt) ( \
566 (fq) = ((fq) & ~(0x7 << 7)) | (((ftt) & 0x7) << 7) \
351 enum frv_fsr_ftt ftt; \/* floating point trap type *\/ member in struct:frv_fp_exception_info
  /src/external/gpl3/gdb.old/dist/sim/frv/
frv-sim.h 353 enum frv_fsr_ftt ftt; /* floating point trap type */
522 #define SET_FSR_FTT(fsr, ftt) ( \
523 (fsr) = ((fsr) & ~(0x7 << 17)) | (((ftt) & 0x7) << 17) \
565 #define SET_FQ_FTT(fq, ftt) ( \
566 (fq) = ((fq) & ~(0x7 << 7)) | (((ftt) & 0x7) << 7) \
351 enum frv_fsr_ftt ftt; \/* floating point trap type *\/ member in struct:frv_fp_exception_info

Completed in 26 milliseconds