Searched refs:WORDS_BIG_ENDIAN (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-12-stable/contrib/gcc/
H A Dreload.c2187 /* On a WORDS_BIG_ENDIAN machine, point to the last register of a
2191 if (WORDS_BIG_ENDIAN && GET_MODE_SIZE (GET_MODE (x)) > UNITS_PER_WORD
2195 if (WORDS_BIG_ENDIAN && GET_MODE_SIZE (GET_MODE (y)) > UNITS_PER_WORD
7232 if (WORDS_BIG_ENDIAN)
H A Dexpr.c594 int index = (WORDS_BIG_ENDIAN ? nwords - i - 1 : i);
3132 if (WORDS_BIG_ENDIAN)
H A Dmips-tfile.c2383 #ifdef WORDS_BIG_ENDIAN
H A Dfold-const.c7091 if (WORDS_BIG_ENDIAN)
7140 if (WORDS_BIG_ENDIAN)
7274 if (WORDS_BIG_ENDIAN)
7328 if (WORDS_BIG_ENDIAN)
H A Dbuiltins.c470 if (WORDS_BIG_ENDIAN)
472 if (BYTES_BIG_ENDIAN != WORDS_BIG_ENDIAN
H A Dcombine.c6091 if (WORDS_BIG_ENDIAN
9519 if (WORDS_BIG_ENDIAN)
H A Ddwarf2out.c7144 if (WORDS_BIG_ENDIAN)
9998 if (WORDS_BIG_ENDIAN)
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dia64.c1451 operand_subword (operands[1], WORDS_BIG_ENDIAN,
1454 operand_subword (operands[1], !WORDS_BIG_ENDIAN,
/freebsd-12-stable/contrib/gcc/config/mips/
H A Dmips.c5667 if ((letter == 'M' && ! WORDS_BIG_ENDIAN)
5668 || (letter == 'L' && WORDS_BIG_ENDIAN)
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Drs6000.c2137 high = l[WORDS_BIG_ENDIAN == 0];
2138 low = l[WORDS_BIG_ENDIAN != 0];
3868 operand1 = operand_subword_force (dest, WORDS_BIG_ENDIAN == 0,
3870 operand2 = operand_subword_force (dest, WORDS_BIG_ENDIAN != 0,
/freebsd-12-stable/contrib/gcc/config/arm/
H A Darm.c11136 On a run where WORDS_BIG_ENDIAN is true the 'H' operand is the
11139 on systems where WORDS_BIG_ENDIAN is false.
11161 asm_fprintf (stream, "%r", REGNO (x) + (WORDS_BIG_ENDIAN ? 1 : 0));
11171 asm_fprintf (stream, "%r", REGNO (x) + (WORDS_BIG_ENDIAN ? 0 : 1));

Completed in 620 milliseconds

12