Searched refs:operand_subword (Results 26 - 31 of 31) sorted by relevance

12

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dexpmed.c1310 rtx target_part = operand_subword (target, wordnum, 1, VOIDmode);
1334 (operand_subword (target,
H A Dcse.c3564 && (new = operand_subword (constant,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.c1276 rtx subreg = operand_subword (dst, first_subword, 0, mode);
2799 rtx hi = operand_subword (op, 0, 0, dword_mode);
2800 rtx lo = operand_subword (op, 1, 0, dword_mode);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c1519 operand_subword (operands[1], WORDS_BIG_ENDIAN,
1522 operand_subword (operands[1], !WORDS_BIG_ENDIAN,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c1424 operand_subword (operands[1], WORDS_BIG_ENDIAN,
1427 operand_subword (operands[1], !WORDS_BIG_ENDIAN,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/c4x/
H A Dc4x.c3847 /* This is similar to operand_subword but allows autoincrement
3908 return operand_subword (op, i, validate_address, mode);

Completed in 220 milliseconds

12