Searched refs:STACK_REG (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | s390.h | 29 #define STACK_REG 15 /* Global Stack reg */ macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | s390.h | 29 #define STACK_REG 15 /* Global Stack reg */ macro
|
/openbsd/gnu/gcc/gcc/config/avr/ |
H A D | avr.h | 187 STACK_REG, /* STACK */ enumerator 434 #define REGISTER_MOVE_COST(MODE, FROM, TO) ((FROM) == STACK_REG ? 6 \ 435 : (TO) == STACK_REG ? 12 \
|
H A D | constraints.md | 54 (define_register_constraint "q" "STACK_REG"
|
H A D | avr.c | 378 STACK_REG,STACK_REG /* SPL,SPH */ 1574 if (test_hard_reg_class (STACK_REG, dest)) in output_movqi() 1576 else if (test_hard_reg_class (STACK_REG, src)) in output_movqi() 1664 if (test_hard_reg_class (STACK_REG, dest)) in output_movhi() 1685 else if (test_hard_reg_class (STACK_REG, src)) in output_movhi()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/avr/ |
H A D | avr.h | 483 STACK_REG, /* STACK */ enumerator 1622 #define REGISTER_MOVE_COST(MODE, FROM, TO) ((FROM) == STACK_REG ? 6 \ 1623 : (TO) == STACK_REG ? 12 \
|
H A D | avr.c | 297 STACK_REG,STACK_REG /* SPL,SPH */ 335 case 'q' : return STACK_REG; 1583 if (test_hard_reg_class (STACK_REG, dest)) 1585 else if (test_hard_reg_class (STACK_REG, src)) 1691 if (test_hard_reg_class (STACK_REG, dest)) 1712 else if (test_hard_reg_class (STACK_REG, src))
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | constraints.md | 61 (define_register_constraint "k" "TARGET_THUMB ? STACK_REG : NO_REGS"
|
H A D | arm.h | 969 STACK_REG, enumerator
|
H A D | arm.c | 12000 return STACK_REG; in arm_regno_class()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | arm.h | 1029 STACK_REG, enumerator 1104 : (C) == 'k' ? STACK_REG \
|
H A D | arm.c | 9376 return STACK_REG;
|