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

  /src/external/gpl3/gcc.old/dist/gcc/
function.h 67 /* The length of the regno_pointer_align, regno_decl, and x_regno_reg_rtx
76 unsigned char * GTY((skip)) regno_pointer_align;
93 #define REGNO_POINTER_ALIGN(REGNO) (crtl->emit.regno_pointer_align[REGNO])
  /src/external/gpl3/gcc/dist/gcc/
function.h 67 /* The length of the regno_pointer_align, regno_decl, and x_regno_reg_rtx
76 unsigned char * GTY((skip)) regno_pointer_align;
93 #define REGNO_POINTER_ALIGN(REGNO) (crtl->emit.regno_pointer_align[REGNO])

Completed in 59 milliseconds