Searched defs:REG_EQUAL (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-defs.h185 #define REG_EQUAL(a, b) (((a).regno & CODE_MASK) == ((b).regno & CODE_MASK)) macro
/haiku-buildtools/legacy/gcc/gcc/
H A Drtl.h364 REG_EQUAL = 5, REG_RETVAL = 6, REG_LIBCALL = 7, enumerator in enum:reg_note
/haiku-buildtools/binutils/gas/config/
H A Dbfin-defs.h176 #define REG_EQUAL(a, b) (((a).regno & CODE_MASK) == ((b).regno & CODE_MASK)) macro
/haiku-buildtools/gcc/gcc/
H A Doptabs.c3019 set_dst_reg_note (get_last_insn (), REG_EQUAL, local
[all...]
/haiku-buildtools/gcc/gcc/config/arc/
H A Darc.c7623 set_unique_reg_note (get_last_insn (), REG_EQUAL, operands[1]); local
7690 set_unique_reg_note (get_last_insn (), REG_EQUAL, operands[1]); local
/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.c2050 set_unique_reg_note (get_last_insn (), REG_EQUAL, GEN_INT (c)); local
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c3515 set_unique_reg_note (get_last_insn (), REG_EQUAL, copy_rtx (src)); local
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c7354 set_unique_reg_note (get_last_insn (), REG_EQUAL, local
31111 add_reg_note (get_last_insn (), REG_EQUAL, gen_rtx_DIV (mode, n, d)); local
[all...]
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c14146 set_unique_reg_note (get_last_insn (), REG_EQUAL, x); local
14198 set_unique_reg_note (get_last_insn (), REG_EQUAL, local
14241 set_unique_reg_note (get_last_insn (), REG_EQUAL, x); local
50087 set_unique_reg_note (get_last_insn (), REG_EQUAL, local
50423 set_unique_reg_note (get_last_insn (), REG_EQUAL, local
[all...]

Completed in 715 milliseconds