HomeSort by: relevance | last modified time | path
    Searched refs:call_ref (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-atm.c 335 uint32_t call_ref; local
352 call_ref = GET_BE_U_3(p + CALL_REF_POS);
353 ND_PRINT("CALL_REF:0x%06x", call_ref);
print-fr.c 821 uint8_t call_ref[15]; /* maximum length - length field is 4 bits */ local
859 call_ref[i] = GET_U_1(p);
945 ND_PRINT("%02x", call_ref[i]);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 20260 rs6000_longcall_ref (rtx call_ref, rtx arg)
20263 const char *call_name = XSTR (call_ref, 0);
20270 call_ref = gen_rtx_SYMBOL_REF (VOIDmode, IDENTIFIER_POINTER (node));
20281 gen_rtvec (3, base, call_ref, arg),
20299 rtx hi = gen_rtx_UNSPEC (Pmode, gen_rtvec (3, base, call_ref, arg),
20302 gen_rtvec (3, reg, call_ref, arg),
20309 return force_reg (Pmode, call_ref);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 20727 rs6000_longcall_ref (rtx call_ref, rtx arg)
20730 const char *call_name = XSTR (call_ref, 0);
20737 call_ref = gen_rtx_SYMBOL_REF (VOIDmode, IDENTIFIER_POINTER (node));
20748 gen_rtvec (3, base, call_ref, arg),
20766 rtx hi = gen_rtx_UNSPEC (Pmode, gen_rtvec (3, base, call_ref, arg),
20769 gen_rtvec (3, reg, call_ref, arg),
20776 return force_reg (Pmode, call_ref);

Completed in 91 milliseconds