ADM/GW/Debug_FLASH/Project_Settings/Startup_Code/nvic.c.075i.fnsummary
2024-10-11 09:49:54 +09:00

217 lines
4.9 KiB
Plaintext

Analyzing function: NVIC_SetPriority/3
;; 1 loops found
;;
;; Loop 0
;; header 0, latch 1
;; depth 0, outer -1
;; nodes: 0 1 2
;; 2 succs { 1 }
Analyzing function body size: NVIC_SetPriority
IPA function summary for NVIC_SetPriority/3 inlinable
global time: 4.000000
self size: 5
global size: 0
min size: 0
self stack: 0
global stack: 0
size:1.000000, time:1.000000
size:3.000000, time:2.000000, executed if:(not inlined)
size:1.000000, time:1.000000, nonconst if:(op1 changed)
array index:(op0 changed)
calls:
Analyzing function: NVIC_DisableIRQ/2
;; 1 loops found
;;
;; Loop 0
;; header 0, latch 1
;; depth 0, outer -1
;; nodes: 0 1 2
;; 2 succs { 1 }
Analyzing function body size: NVIC_DisableIRQ
IPA function summary for NVIC_DisableIRQ/2 inlinable
global time: 6.000000
self size: 7
global size: 0
min size: 0
self stack: 0
global stack: 0
size:1.000000, time:1.000000
size:3.000000, time:2.000000, executed if:(not inlined)
size:3.000000, time:3.000000, nonconst if:(op0 changed)
array index:(op0 changed)
calls:
Analyzing function: NVIC_EnableIRQ/1
;; 1 loops found
;;
;; Loop 0
;; header 0, latch 1
;; depth 0, outer -1
;; nodes: 0 1 2
;; 2 succs { 1 }
Analyzing function body size: NVIC_EnableIRQ
IPA function summary for NVIC_EnableIRQ/1 inlinable
global time: 6.000000
self size: 7
global size: 0
min size: 0
self stack: 0
global stack: 0
size:1.000000, time:1.000000
size:3.000000, time:2.000000, executed if:(not inlined)
size:3.000000, time:3.000000, nonconst if:(op0 changed)
array index:(op0 changed)
calls:
Analyzing function: NVIC_SetPriorityGrouping/0
;; 1 loops found
;;
;; Loop 0
;; header 0, latch 1
;; depth 0, outer -1
;; nodes: 0 1 2
;; 2 succs { 1 }
Analyzing function body size: NVIC_SetPriorityGrouping
IPA function summary for NVIC_SetPriorityGrouping/0 inlinable
global time: 6.000000
self size: 7
global size: 0
min size: 0
self stack: 0
global stack: 0
size:4.000000, time:4.000000
size:3.000000, time:2.000000, executed if:(not inlined)
calls:
Symbol table:
NVIC_SetPriority/3 (NVIC_SetPriority) @069f8ee0
Type: function definition analyzed
Visibility: externally_visible public
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @069f8c40
Type: function definition analyzed
Visibility: externally_visible public
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @069f89a0
Type: function definition analyzed
Visibility: externally_visible public
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @069f8700
Type: function definition analyzed
Visibility: externally_visible public
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
NVIC_SetPriority (uint8 IRQn, uint8 priority)
{
long unsigned int _1;
long unsigned int _2;
long unsigned int _3;
unsigned char _4;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
# DEBUG shift => 4
# DEBUG BEGIN_STMT
_1 = (long unsigned int) priority_5(D);
_2 = _1 << 4;
_3 = (long unsigned int) IRQn_6(D);
_4 = (unsigned char) _2;
MEM[(struct S32_NVIC_Type *)3758153728B].IP[_3] ={v} _4;
return;
}
NVIC_DisableIRQ (uint8 IRQn)
{
long unsigned int _1;
unsigned char _2;
unsigned char _3;
long unsigned int _4;
long unsigned int _5;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_2 = IRQn_6(D) & 31;
_1 = (long unsigned int) _2;
_3 = IRQn_6(D) >> 5;
_4 = (long unsigned int) _3;
_5 = 1 << _1;
MEM[(struct S32_NVIC_Type *)3758153728B].ICER[_4] ={v} _5;
return;
}
NVIC_EnableIRQ (uint8 IRQn)
{
long unsigned int _1;
unsigned char _2;
unsigned char _3;
long unsigned int _4;
long unsigned int _5;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_2 = IRQn_6(D) & 31;
_1 = (long unsigned int) _2;
_3 = IRQn_6(D) >> 5;
_4 = (long unsigned int) _3;
_5 = 1 << _1;
MEM[(struct S32_NVIC_Type *)3758153728B].ISER[_4] ={v} _5;
return;
}
NVIC_SetPriorityGrouping (uint32 PriorityGroup)
{
long unsigned int _1;
long unsigned int _2;
long unsigned int _3;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_1 ={v} MEM[(struct S32_SCB_Type *)3758153728B].AIRCR;
_2 = _1 & 4294965503;
_3 = _2 | PriorityGroup_5(D);
MEM[(struct S32_SCB_Type *)3758153728B].AIRCR ={v} _3;
return;
}