Searched refs:h8300_bitfield_length (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c121 static unsigned int h8300_bitfield_length (rtx, rtx);
2442 h8300_bitfield_length (rtx op, rtx op2)
2602 return h8300_bitfield_length (operands[0], operands[1]);
2605 return h8300_bitfield_length (operands[1], operands[2]) - 2;
2434 h8300_bitfield_length (rtx op, rtx op2) function
/netbsd-current/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.cc118 static unsigned int h8300_bitfield_length (rtx, rtx);
2361 h8300_bitfield_length (rtx op, rtx op2)
2531 return h8300_bitfield_length (operands[0], operands[1]);
2534 return h8300_bitfield_length (operands[1], operands[2]) - 2;
2353 h8300_bitfield_length (rtx op, rtx op2) function

Completed in 213 milliseconds