system.c.076i.inline 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. IPA summary for SystemInit/6 is missing.
  2. IPA summary for Sys_GetCoreID/4 is missing.
  3. IPA summary for default_interrupt_routine/3 is missing.
  4. IPA summary for startup_go_to_user_mode/2 is missing.
  5. IPA summary for sys_m4_cache_init/1 is missing.
  6. Flattening functions:
  7. Overall time estimate: 0.000000 weighted by profile: 0.000000
  8. Deciding on inlining of small functions. Starting with size 0.
  9. Reclaiming functions:
  10. Reclaiming variables:
  11. Clearing address taken flags:
  12. Deciding on functions to be inlined into all callers and removing useless speculations:
  13. Overall time estimate: 0.000000 weighted by profile: 0.000000
  14. Why inlining failed?
  15. function not considered for inlining : 1 calls, 1.000000 freq, 0 count
  16. IPA summary for SystemInit/6 is missing.
  17. IPA summary for Sys_GetCoreID/4 is missing.
  18. IPA summary for default_interrupt_routine/3 is missing.
  19. IPA summary for startup_go_to_user_mode/2 is missing.
  20. IPA summary for sys_m4_cache_init/1 is missing.
  21. Symbol table:
  22. SystemInit/6 (SystemInit) @06e6d700
  23. Type: function definition analyzed
  24. Visibility: force_output externally_visible no_reorder public section:.systeminit
  25. References:
  26. Referring:
  27. Availability: available
  28. Function flags: body
  29. Called by:
  30. Calls: sys_m4_cache_init/1
  31. Sys_GetCoreID/4 (Sys_GetCoreID) @06e6de00
  32. Type: function definition analyzed
  33. Visibility: force_output externally_visible no_reorder public
  34. References:
  35. Referring:
  36. Availability: available
  37. Function flags: body
  38. Called by:
  39. Calls:
  40. default_interrupt_routine/3 (default_interrupt_routine) @06e6db60
  41. Type: function definition analyzed
  42. Visibility: force_output externally_visible no_reorder public
  43. References:
  44. Referring:
  45. Availability: available
  46. Function flags: body
  47. Called by:
  48. Calls:
  49. startup_go_to_user_mode/2 (startup_go_to_user_mode) @06e6d8c0
  50. Type: function definition analyzed
  51. Visibility: force_output externally_visible no_reorder public
  52. References:
  53. Referring:
  54. Availability: available
  55. Function flags: body
  56. Called by:
  57. Calls:
  58. sys_m4_cache_init/1 (sys_m4_cache_init) @06e6d540
  59. Type: function definition analyzed
  60. Visibility: force_output no_reorder prevailing_def_ironly
  61. References:
  62. Referring:
  63. Availability: available
  64. Function flags: body
  65. Called by: SystemInit/6
  66. Calls:
  67. RESET_CATCH_CORE/0 (RESET_CATCH_CORE) @06e6ba68
  68. Type: variable definition analyzed
  69. Visibility: force_output externally_visible no_reorder public
  70. References:
  71. Referring:
  72. Availability: available
  73. Varpool flags: initialized
  74. ;; Function sys_m4_cache_init (sys_m4_cache_init, funcdef_no=0, decl_uid=6194, cgraph_uid=1, symbol_order=1)
  75. sys_m4_cache_init (uint8 cache)
  76. {
  77. uint8 RetValue;
  78. uint8 D.6224;
  79. struct LMEM_Type * _1;
  80. struct LMEM_Type * _2;
  81. long unsigned int _3;
  82. struct LMEM_Type * _4;
  83. long unsigned int _5;
  84. struct LMEM_Type * _6;
  85. long unsigned int _7;
  86. long unsigned int _8;
  87. struct LMEM_Type * _9;
  88. long unsigned int _10;
  89. struct LMEM_Type * _11;
  90. long unsigned int _12;
  91. uint8 _22;
  92. <bb 2> :
  93. RetValue_15 = 0;
  94. if (cache_16(D) == 0)
  95. goto <bb 3>; [INV]
  96. else
  97. goto <bb 6>; [INV]
  98. <bb 3> :
  99. _1 = 3758628864B;
  100. _1->PCCCR ={v} 83886080;
  101. _2 = 3758628864B;
  102. _3 ={v} _2->PCCCR;
  103. _4 = 3758628864B;
  104. _5 = _3 | 2147483648;
  105. _4->PCCCR ={v} _5;
  106. <bb 4> :
  107. _6 = 3758628864B;
  108. _7 ={v} _6->PCCCR;
  109. _8 = _7 & 2147483648;
  110. if (_8 == 2147483648)
  111. goto <bb 4>; [INV]
  112. else
  113. goto <bb 5>; [INV]
  114. <bb 5> :
  115. _9 = 3758628864B;
  116. _10 ={v} _9->PCCCR;
  117. _11 = 3758628864B;
  118. _12 = _10 | 1;
  119. _11->PCCCR ={v} _12;
  120. goto <bb 7>; [INV]
  121. <bb 6> :
  122. RetValue_17 = 1;
  123. <bb 7> :
  124. # RetValue_13 = PHI <RetValue_15(5), RetValue_17(6)>
  125. _22 = RetValue_13;
  126. <bb 8> :
  127. <L6>:
  128. return _22;
  129. }
  130. ;; Function startup_go_to_user_mode (startup_go_to_user_mode, funcdef_no=1, decl_uid=6203, cgraph_uid=2, symbol_order=2)
  131. startup_go_to_user_mode ()
  132. {
  133. <bb 2> :
  134. return;
  135. }
  136. ;; Function default_interrupt_routine (default_interrupt_routine, funcdef_no=2, decl_uid=5525, cgraph_uid=3, symbol_order=3)
  137. default_interrupt_routine ()
  138. {
  139. <bb 2> :
  140. goto <bb 2>; [INV]
  141. }
  142. ;; Function Sys_GetCoreID (Sys_GetCoreID, funcdef_no=3, decl_uid=5517, cgraph_uid=4, symbol_order=4)
  143. Sys_GetCoreID ()
  144. {
  145. uint8 D.6226;
  146. uint8 _1;
  147. <bb 2> :
  148. _1 = 0;
  149. <bb 3> :
  150. <L0>:
  151. return _1;
  152. }
  153. ;; Function SystemInit (SystemInit, funcdef_no=4, decl_uid=5523, cgraph_uid=6, symbol_order=6)
  154. __attribute__((section (".systeminit")))
  155. SystemInit ()
  156. {
  157. struct S32_SCB_Type * _1;
  158. long unsigned int _2;
  159. struct S32_SCB_Type * _3;
  160. long unsigned int _4;
  161. struct S32_SCB_Type * _5;
  162. long unsigned int _6;
  163. struct S32_SCB_Type * _7;
  164. long unsigned int _8;
  165. struct S32_SCB_Type * _9;
  166. long unsigned int _10;
  167. struct S32_SCB_Type * _11;
  168. long unsigned int _12;
  169. struct AIPS_Type * _13;
  170. struct AIPS_Type * _14;
  171. struct AIPS_Type * _15;
  172. struct AIPS_Type * _16;
  173. struct AIPS_Type * _17;
  174. struct AIPS_Type * _18;
  175. struct AIPS_Type * _19;
  176. struct AIPS_Type * _20;
  177. struct AIPS_Type * _21;
  178. struct AIPS_Type * _22;
  179. struct AIPS_Type * _23;
  180. struct AIPS_Type * _24;
  181. struct AIPS_Type * _25;
  182. struct AIPS_Type * _26;
  183. struct AIPS_Type * _27;
  184. struct AIPS_Type * _28;
  185. <bb 2> :
  186. _1 = 3758153728B;
  187. _2 ={v} _1->CPACR;
  188. _3 = 3758153728B;
  189. _4 = _2 | 15728640;
  190. _3->CPACR ={v} _4;
  191. __asm__ __volatile__("dsb");
  192. __asm__ __volatile__("isb");
  193. _5 = 3758153728B;
  194. _6 ={v} _5->CCR;
  195. _7 = 3758153728B;
  196. _8 = _6 | 1;
  197. _7->CCR ={v} _8;
  198. _9 = 3758153728B;
  199. _10 ={v} _9->SHPR3;
  200. _11 = 3758153728B;
  201. _12 = _10 & 4278255615;
  202. _11->SHPR3 ={v} _12;
  203. _13 = 1073741824B;
  204. _13->MPRA ={v} 2004318071;
  205. _14 = 1073741824B;
  206. _14->PACRA ={v} 0;
  207. _15 = 1073741824B;
  208. _15->PACRB ={v} 0;
  209. _16 = 1073741824B;
  210. _16->PACRD ={v} 0;
  211. _17 = 1073741824B;
  212. _17->OPACR[0] ={v} 0;
  213. _18 = 1073741824B;
  214. _18->OPACR[1] ={v} 0;
  215. _19 = 1073741824B;
  216. _19->OPACR[2] ={v} 0;
  217. _20 = 1073741824B;
  218. _20->OPACR[3] ={v} 0;
  219. _21 = 1073741824B;
  220. _21->OPACR[4] ={v} 0;
  221. _22 = 1073741824B;
  222. _22->OPACR[5] ={v} 0;
  223. _23 = 1073741824B;
  224. _23->OPACR[6] ={v} 0;
  225. _24 = 1073741824B;
  226. _24->OPACR[7] ={v} 0;
  227. _25 = 1073741824B;
  228. _25->OPACR[8] ={v} 0;
  229. _26 = 1073741824B;
  230. _26->OPACR[9] ={v} 0;
  231. _27 = 1073741824B;
  232. _27->OPACR[10] ={v} 0;
  233. _28 = 1073741824B;
  234. _28->OPACR[11] ={v} 0;
  235. __asm__ __volatile__("dsb");
  236. __asm__ __volatile__("isb");
  237. sys_m4_cache_init (0);
  238. return;
  239. }