Searched refs:funop (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A 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 …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.c | 13741 rs6000_call_template_1 (rtx *operands, unsigned int funop, bool sibcall) in rs6000_call_template_1() argument 13745 gcc_assert (funop <= MAX_RECOG_OPERANDS); in rs6000_call_template_1() 13749 if (GET_CODE (operands[funop + 1]) == UNSPEC) in rs6000_call_template_1() 13751 if (XINT (operands[funop + 1], 1) == UNSPEC_TLSGD) in rs6000_call_template_1() 13752 sprintf (arg, "(%%%u@tlsgd)", funop + 1); in rs6000_call_template_1() 13753 else if (XINT (operands[funop + 1], 1) == UNSPEC_TLSLD) in rs6000_call_template_1() 13760 sprintf (z, "%%z%u%s", funop, in rs6000_call_template_1() 13778 gcc_checking_assert (GET_CODE (operands[funop + 2]) == CONST_INT); in rs6000_call_template_1() 13779 int cookie = INTVAL (operands[funop + 2]); in rs6000_call_template_1() 13782 tree funname = get_identifier (XSTR (operands[funop], 0)); in rs6000_call_template_1() [all …]
|