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

  /src/external/gpl3/gdb/dist/sim/bfin/
devices.h 60 static inline bu16 dv_load_2 (const void *ptr)
76 return (c[3] << 24) | (c[2] << 16) | dv_load_2 (ptr);
59 static inline bu16 dv_load_2 (const void *ptr) function
  /src/external/gpl3/gdb.old/dist/sim/bfin/
devices.h 60 static inline bu16 dv_load_2 (const void *ptr)
76 return (c[3] << 24) | (c[2] << 16) | dv_load_2 (ptr);
59 static inline bu16 dv_load_2 (const void *ptr) function

Completed in 25 milliseconds