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

  /src/external/gpl3/gcc/dist/gcc/
rtlanal.cc 3314 may_trap_p (const_rtx x)
3344 verify may_trap_p; for example, the above dereference can be emitted as
3345 (mem:SI (reg:P)) and this expression is may_trap_p for a generic register.
3355 Now (mem:SI (%fp - 7)) is considered as not may_trap_p since it is a
3293 may_trap_p (const_rtx x) function
sel-sched-ir.h 676 bool may_trap_p;
695 #define VINSN_MAY_TRAP_P(VI) ((VI)->may_trap_p)
669 bool may_trap_p; member in struct:vinsn_def
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.cc 3341 may_trap_p (const_rtx x)
3371 verify may_trap_p; for example, the above dereference can be emitted as
3372 (mem:SI (reg:P)) and this expression is may_trap_p for a generic register.
3382 Now (mem:SI (%fp - 7)) is considered as not may_trap_p since it is a
3320 may_trap_p (const_rtx x) function
sel-sched-ir.h 676 bool may_trap_p;
695 #define VINSN_MAY_TRAP_P(VI) ((VI)->may_trap_p)
669 bool may_trap_p; member in struct:vinsn_def

Completed in 29 milliseconds