Home
last modified time | relevance | path

Searched refs:intr_vector (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.c1733 tree intr_vector = TREE_VALUE (int_attr); in msp430_start_function() local
1735 if (intr_vector != NULL_TREE) in msp430_start_function()
1747 intr_vector = TREE_VALUE (intr_vector); in msp430_start_function()
1753 if (TREE_CODE (intr_vector) == STRING_CST) in msp430_start_function()
1755 TREE_STRING_POINTER (intr_vector)); in msp430_start_function()
1758 (unsigned int) TREE_INT_CST_LOW (intr_vector)); in msp430_start_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.cc2257 tree intr_vector = TREE_VALUE (int_attr); in msp430_start_function() local
2259 if (intr_vector != NULL_TREE) in msp430_start_function()
2271 intr_vector = TREE_VALUE (intr_vector); in msp430_start_function()
2277 if (TREE_CODE (intr_vector) == STRING_CST) in msp430_start_function()
2279 TREE_STRING_POINTER (intr_vector)); in msp430_start_function()
2282 (unsigned int) TREE_INT_CST_LOW (intr_vector)); in msp430_start_function()