Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/score/
H A Dscore-mdaux.c148 subw (rtx op, int high_p) in subw() argument
156 byte = (TARGET_LITTLE_ENDIAN ? high_p : !high_p) ? UNITS_PER_WORD : 0; in subw()
159 return gen_rtx_REG (SImode, high_p ? HI_REGNUM : LO_REGNUM); in subw()
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c2735 mips_subword (rtx op, int high_p) in mips_subword() argument
2744 if (TARGET_BIG_ENDIAN ? !high_p : high_p) in mips_subword()
2752 return gen_rtx_REG (word_mode, high_p ? REGNO (op) + 1 : REGNO (op)); in mips_subword()
2754 return gen_rtx_REG (word_mode, high_p ? REGNO (op) : REGNO (op) + 1); in mips_subword()