Home | History | Annotate | Download | only in perf

Lines Matching refs:stack

1520 #define R_ALPHA_OP_PUSH		12	/* OP stack push */
1521 #define R_ALPHA_OP_STORE 13 /* OP stack pop and store */
1522 #define R_ALPHA_OP_PSUB 14 /* OP stack subtract */
1523 #define R_ALPHA_OP_PRSHIFT 15 /* OP stack right shift */
1830 /* Automatic variable in the stack. Value is offset from frame pointer.
2170 /* value on stack */
2187 struct Sym *prev; /* prev symbol in stack */
2499 /* pack stack */
2508 #define VT_LLOCAL 0x00f1 /* lvalue, offset on stack */
2509 #define VT_LOCAL 0x00f2 /* offset on stack */
5610 are directly pushed on stack. */
5886 /* align to stack align size */
5888 /* allocate the necessary size on stack */
6113 /* generate a test. set 'inv' to invert test. Stack entry is popped */
6313 /* swap the stack if needed so that t1 is the register and t2 is
6320 /* load on stack second operand */
7391 /* add in stack */
7398 of the symbol stack */
7427 /* push a given symbol on the symbol stack */
8182 /* free define stack until top reaches 'b' */
8444 error("out of pack stack");
8614 /* push current file in stack */
9218 /* pop include stack */
10112 avoid leaving VT_JMP anywhere except on the top of the stack
10241 /* save r to the memory stack, and mark it as being free */
10248 /* modify all stack values */
10254 /* must save value on stack if not already done */
10258 /* store register in the stack */
10283 /* mark that stack entry as being saved on the stack */
10298 /* find a register of class 'rc2' with at most one reference on stack.
10340 /* no register left : free the first one on the stack (VERY
10359 /* save registers up to (vtop - n) stack entry */
10500 in the stack. XXX: totally inefficient. */
10592 /* expand long long on stack in two int registers */
10608 /* expand long long on stack */
10644 /* rotate n first stack elements to the bottom
10658 /* rotate n first stack elements to the top
10688 /* pop stack value */
10694 /* for x86, we need to pop the FP stack */
10706 /* convert stack entry to register and duplicate its value in another
10721 /* stack: H L L1 H1 */
10787 /* stack: L1 H1 L2 H2 */
10795 /* stack: H1 H2 L1 L2 */
10801 /* stack: H1 H2 L1 L2 ML MH */
10804 /* stack: ML MH H1 H2 L1 L2 */
10808 /* stack: ML MH H1 L2 H2 L1 */
10813 /* stack: ML MH M1 M2 */
10823 /* stack: H1 H2 (L1 op L2) */
10829 /* stack: H1 H2 (L1 op L2) */
10832 /* stack: (L1 op L2) H1 H2 */
10834 /* stack: (L1 op L2) (H1 op H2) */
10836 /* stack: L H */
10847 /* stack: L H shift */
10856 /* stack: L H */
10873 /* stack: H L L */
10883 /* stack: L L H */
10916 /* stack: L1 H1 L2 H2 */
10920 /* stack: L1 L2 H1 H2 */
11880 /* store vtop in lvalue pushed on stack */
11929 /* leave source on stack */
11967 /* if lvalue was saved on stack, must read it */
11993 vtop--; /* NOT vpop() because on x86 it would flush the fp stack */
13382 vtop--; /* no vpop so that FP stack is not flushed */
13588 /* record local declaration stack position */
13641 vtop--; /* NOT vpop() because on x86 it would flush the fp stack */
14067 object in section 'sec'. If 'sec' is NULL, it means stack based
14276 in the value stack. If 'has_init' is 2, a special parsing is done
14570 sym_pop(&local_stack, NULL); /* reset local stack */
14908 /* reset define stack, but leave -Dsymbols (may be incorrect if
21321 " -bt N show N callers in stack traces\n"