Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dread-rtl.c432 enum rtx_code bellwether_code; in apply_macro_to_rtx() local
438 bellwether_code = BELLWETHER_CODE (GET_CODE (original)); in apply_macro_to_rtx()
439 x = rtx_alloc (bellwether_code); in apply_macro_to_rtx()
440 memcpy (x, original, RTX_CODE_SIZE (bellwether_code)); in apply_macro_to_rtx()
451 format_ptr = GET_RTX_FORMAT (bellwether_code); in apply_macro_to_rtx()
1457 RTX_CODE real_code, bellwether_code; in read_rtx_1() local
1524 bellwether_code = BELLWETHER_CODE (real_code); in read_rtx_1()
1527 return_rtx = rtx_alloc (bellwether_code); in read_rtx_1()
1528 format_ptr = GET_RTX_FORMAT (bellwether_code); in read_rtx_1()