Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/arm/
H A Darm.h1355 #define ARM_FT_INTERWORKED 2 /* A function that supports interworking. */ macro
H A Darm.c1441 type |= TARGET_INTERWORK ? ARM_FT_INTERWORKED : ARM_FT_NORMAL; in arm_compute_func_type()
9674 && func_type != ARM_FT_INTERWORKED in output_return_instruction()
9692 case ARM_FT_INTERWORKED: in output_return_instruction()
9780 case ARM_FT_INTERWORKED: in arm_output_function_prologue()
10157 case ARM_FT_INTERWORKED: in arm_output_epilogue()
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.c888 type |= TARGET_INTERWORK ? ARM_FT_INTERWORKED : ARM_FT_NORMAL; in arm_compute_func_type()
7415 && func_type != ARM_FT_INTERWORKED
7433 case ARM_FT_INTERWORKED:
7530 case ARM_FT_INTERWORKED:
7828 case ARM_FT_INTERWORKED:
H A Darm.h1410 #define ARM_FT_INTERWORKED 2 /* A function that supports interworking. */ macro