Searched refs:or1k_expand_call (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/or1k/ |
H A D | or1k-protos.h | 30 extern void or1k_expand_call (rtx, rtx, rtx, bool);
|
H A D | or1k.md | 942 or1k_expand_call (NULL, operands[0], operands[1], false); 950 or1k_expand_call (NULL, operands[0], operands[1], true); 958 or1k_expand_call (operands[0], operands[1], operands[2], false); 966 or1k_expand_call (operands[0], operands[1], operands[2], true);
|
H A D | or1k.cc | 1529 or1k_expand_call (rtx retval, rtx fnaddr, rtx callarg1, bool sibcall) in or1k_expand_call() function
|