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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-internal.h 36 int push_p; /* true if we need to allocate stack space */ member in struct:rs6000_stack
rs6000-internal.h 36 int push_p; /* true if we need to allocate stack space */ member in struct:rs6000_stack
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-internal.h 36 int push_p; /* true if we need to allocate stack space */ member in struct:rs6000_stack
rs6000-internal.h 36 int push_p; /* true if we need to allocate stack space */ member in struct:rs6000_stack
  /src/external/gpl3/gcc/dist/gcc/config/vax/
vax.cc 1293 bool push_p;
1404 push_p = push_operand (operands[0], SImode);
1407 return push_p ? "pushab %a1" : "movab %a1,%0";
1410 return push_p ? "pushl %1" : "clrl %0";
1436 return push_p ? "pushl %1" : "movl %1,%0";
1284 bool push_p; local
vax.cc 1293 bool push_p;
1404 push_p = push_operand (operands[0], SImode);
1407 return push_p ? "pushab %a1" : "movab %a1,%0";
1410 return push_p ? "pushl %1" : "clrl %0";
1436 return push_p ? "pushl %1" : "movl %1,%0";
1284 bool push_p; local
  /src/external/gpl3/gcc.old/dist/gcc/config/vax/
vax.cc 1293 bool push_p;
1404 push_p = push_operand (operands[0], SImode);
1407 return push_p ? "pushab %a1" : "movab %a1,%0";
1410 return push_p ? "pushl %1" : "clrl %0";
1436 return push_p ? "pushl %1" : "movl %1,%0";
1284 bool push_p; local
vax.cc 1293 bool push_p;
1404 push_p = push_operand (operands[0], SImode);
1407 return push_p ? "pushab %a1" : "movab %a1,%0";
1410 return push_p ? "pushl %1" : "clrl %0";
1436 return push_p ? "pushl %1" : "movl %1,%0";
1284 bool push_p; local

Completed in 53 milliseconds