Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.h1562 #define IS_NESTED(t) (t & ARM_FT_NESTED) macro
Darm.cc21144 if (IS_NESTED (arm_current_func_type ()) in arm_compute_static_chain_stack_bytes()
21232 if (TARGET_THUMB2 && IS_NESTED (func_type) && flag_pic in arm_compute_save_core_reg_mask()
21742 if (IS_NESTED (func_type)) in arm_output_function_prologue()
23198 if (regno1 == IP_REGNUM && IS_NESTED (arm_current_func_type ())) in get_scratch_register_on_entry()
23518 clobber_ip = IS_NESTED (func_type) in arm_expand_prologue()
23752 if (!IS_NESTED (func_type) || clobber_ip) in arm_expand_prologue()
23821 if (!IS_NESTED (func_type)) in arm_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20001210 (IS_NESTED): New macro.