Searched refs:ARM_FT_INTERWORKED (Results 1 – 4 of 4) sorted by relevance
1355 #define ARM_FT_INTERWORKED 2 /* A function that supports interworking. */ macro
1441 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()
888 type |= TARGET_INTERWORK ? ARM_FT_INTERWORKED : ARM_FT_NORMAL; in arm_compute_func_type()7415 && func_type != ARM_FT_INTERWORKED7433 case ARM_FT_INTERWORKED:7530 case ARM_FT_INTERWORKED:7828 case ARM_FT_INTERWORKED:
1410 #define ARM_FT_INTERWORKED 2 /* A function that supports interworking. */ macro