Searched refs:LO_REG (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/score/
H A Dscore.h328 LO_REG, /* lo */ enumerator in enum:reg_class
360 "LO_REG", \
H A Dscore.c61 ((C) == HI_REG || (C) == LO_REG || (C) == CE_REGS)
522 score_char_to_class['l'] = LO_REG;
/openbsd-current/gnu/gcc/gcc/config/mips/
H A Dmips.h1498 LO_REG, /* lo register */
1539 "LO_REG", \
1490 LO_REG, /* lo register */ enumerator in enum:reg_class
H A Dmips.c661 HI_REG, LO_REG, NO_REGS, ST_REGS,
9000 LO_REG is an rtx for the LO register, used in dependence checking. */
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c473 HI_REG, LO_REG, HILO_REG, ST_REGS,
5438 mips_char_to_class['l'] = LO_REG;
8641 if (class == HI_REG || class == LO_REG || class == MD_REGS)
10125 else if (to == HI_REG || to == LO_REG || to == MD_REGS
10147 else if (from == HI_REG || from == LO_REG || from == MD_REGS
H A Dmips.h2047 LO_REG, /* lo register */
2085 "LO_REG", \
2038 LO_REG, /* lo register */ enumerator in enum:reg_class

Completed in 188 milliseconds