HomeSort by: relevance | last modified time | path
    Searched defs:ldst_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gcse.cc 509 static struct ls_expr * ldst_entry (rtx);
3627 ldst_entry (rtx x)
3783 ptr = ldst_entry (x);
3832 ptr = ldst_entry (src);
3856 ptr = ldst_entry (dest);
3611 ldst_entry (rtx x) function
  /src/external/gpl3/gcc.old/dist/gcc/
gcse.cc 509 static struct ls_expr * ldst_entry (rtx);
3612 ldst_entry (rtx x)
3768 ptr = ldst_entry (x);
3817 ptr = ldst_entry (src);
3841 ptr = ldst_entry (dest);
3596 ldst_entry (rtx x) function

Completed in 18 milliseconds