Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.h924 #define ARG_REGISTER(N) (N - 1) macro
930 #define LAST_ARG_REGNUM ARG_REGISTER (NUM_ARG_REGS)
Darm.cc5951 return gen_rtx_REG (mode, ARG_REGISTER (1)); in arm_libcall_value_1()
5966 return gen_rtx_REG (mode, ARG_REGISTER(1)); in arm_libcall_value()
5978 if (regno == ARG_REGISTER (1) in arm_function_value_regno_p()
26183 (1 << ARG_REGISTER (1)) in thumb_exit()
26184 | (1 << ARG_REGISTER (2)) in thumb_exit()
26185 | (1 << ARG_REGISTER (3)); in thumb_exit()
26188 (1 << ARG_REGISTER (2)) in thumb_exit()
26189 | (1 << ARG_REGISTER (3)); in thumb_exit()
26193 (1 << ARG_REGISTER (2)) in thumb_exit()
26194 | (1 << ARG_REGISTER (3)); in thumb_exit()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-199912862 (ARG_REGISTER): New macro: Compute the register number of the Nth