Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/ia64/
HDia64.h337 #define OUT_REG(REGNO) ((REGNO) + 120) macro
349 #define OUT_REGNO_P(REGNO) ((REGNO) >= OUT_REG (0) && (REGNO) <= OUT_REG (7))
492 ((unsigned) ((OUT) - OUT_REG (0)) < 8 ? IN_REG ((OUT) - OUT_REG (0)) : (OUT))
500 ((unsigned) ((IN) - IN_REG (0)) < 8 ? OUT_REG ((IN) - IN_REG (0)) : (IN))
1123 #define AR_ARG_FIRST OUT_REG (0)
1652 { "out0", OUT_REG (0) }, \
1653 { "out1", OUT_REG (1) }, \
1654 { "out2", OUT_REG (2) }, \
1655 { "out3", OUT_REG (3) }, \
1656 { "out4", OUT_REG (4) }, \
[all …]
HDia64.c2376 for (regno = OUT_REG (7); regno >= OUT_REG (0); regno--) in ia64_compute_frame_size()
2379 i = regno - OUT_REG (0) + 1; in ia64_compute_frame_size()
2954 reg_names[OUT_REG (i)] = ia64_reg_numbers[inputs + locals + i]; in ia64_expand_prologue()
3607 if (OUT_REGNO_P (to) && to >= OUT_REG (current_frame_info.n_output_regs)) in ia64_hard_regno_rename_ok()
3741 reg_names[OUT_REG (i)] = ia64_output_reg_names[i]; in ia64_output_function_epilogue()
3767 + current_frame_info.n_local_regs + regno - OUT_REG (0)); in ia64_dbx_register_number()