Searched refs:LOC_REG (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.h354 #define LOC_REG(REGNO) ((REGNO) + 32)
363 #define LOC_REGNO_P(REGNO) ((REGNO) >= LOC_REG (0) && (REGNO) <= LOC_REG (79))
1004 #define HARD_FRAME_POINTER_REGNUM LOC_REG (79)
1603 { "loc0", LOC_REG (0) }, \
1604 { "loc1", LOC_REG (1) }, \
1605 { "loc2", LOC_REG (2) }, \
1606 { "loc3", LOC_REG (3) }, \
1607 { "loc4", LOC_REG (4) }, \
1608 { "loc5", LOC_REG (
349 #define LOC_REG macro
[all...]
H A Dia64.c2361 if (regno >= LOC_REG (0) && regno < LOC_REG (80 - frame_pointer_needed)
2362 && current_frame_info.n_local_regs < regno - LOC_REG (0) + 1)
2363 current_frame_info.n_local_regs = regno - LOC_REG (0) + 1;
2395 if (! is_emitted (LOC_REG (regno++)))
2398 return LOC_REG (regno - 1);
2496 regno = LOC_REG (78) + ! frame_pointer_needed;
2497 for (; regno >= LOC_REG (0); regno--)
2500 current_frame_info.n_local_regs = regno - LOC_REG (0) + 1;
2578 current_frame_info.r[reg_fp] = LOC_REG (7
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.h344 #define LOC_REG(REGNO) ((REGNO) + 32)
353 #define LOC_REGNO_P(REGNO) ((REGNO) >= LOC_REG (0) && (REGNO) <= LOC_REG (79))
1051 #define HARD_FRAME_POINTER_REGNUM LOC_REG (79)
1687 { "loc0", LOC_REG (0) }, \
1688 { "loc1", LOC_REG (1) }, \
1689 { "loc2", LOC_REG (2) }, \
1690 { "loc3", LOC_REG (3) }, \
1691 { "loc4", LOC_REG (4) }, \
1692 { "loc5", LOC_REG (
339 #define LOC_REG macro
[all...]
H A Dia64.c2238 return LOC_REG (0) + regno;
2333 regno = LOC_REG (78) + ! frame_pointer_needed;
2334 for (; regno >= LOC_REG (0); regno--)
2337 current_frame_info.n_local_regs = regno - LOC_REG (0) + 1;
2415 current_frame_info.reg_fp = LOC_REG (79);
2931 reg_names[LOC_REG (i)] = ia64_reg_numbers[inputs + i];
3719 reg_names[LOC_REG (i)] = ia64_local_reg_names[i];
3744 return 32 + current_frame_info.n_input_regs + regno - LOC_REG (0);

Completed in 131 milliseconds