Searched refs:funop (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000.cc | 14444 rs6000_call_template_1 (rtx *operands, unsigned int funop, bool sibcall) in rs6000_call_template_1() argument 14448 gcc_assert (funop <= MAX_RECOG_OPERANDS); in rs6000_call_template_1() 14452 if (GET_CODE (operands[funop + 1]) == UNSPEC) in rs6000_call_template_1() 14454 if (XINT (operands[funop + 1], 1) == UNSPEC_TLSGD) in rs6000_call_template_1() 14455 sprintf (arg, "(%%%u@tlsgd)", funop + 1); in rs6000_call_template_1() 14456 else if (XINT (operands[funop + 1], 1) == UNSPEC_TLSLD) in rs6000_call_template_1() 14463 sprintf (z, "%%z%u%s", funop, in rs6000_call_template_1() 14481 gcc_checking_assert (GET_CODE (operands[funop + 2]) == CONST_INT); in rs6000_call_template_1() 14482 int cookie = INTVAL (operands[funop + 2]); in rs6000_call_template_1() 14485 tree funname = get_identifier (XSTR (operands[funop], 0)); in rs6000_call_template_1() [all …]
|