| /src/external/gpl3/gdb/dist/sim/testsuite/example-synacor/ |
| push-pop.s | 1 # check the PUSH & POP insns. 13 POP r1 14 POP r2
|
| call.s | 10 POP r0
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/example-synacor/ |
| push-pop.s | 1 # check the PUSH & POP insns. 13 POP r1 14 POP r2
|
| call.s | 10 POP r0
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/mmix/ |
| crtn.S | 78 POP 0,0 80 POP 0,0 85 POP 0,0 87 POP 0,0
|
| /src/external/gpl3/gcc/dist/libgcc/config/mmix/ |
| crtn.S | 78 POP 0,0 80 POP 0,0 85 POP 0,0 87 POP 0,0
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/ |
| epilogue.S | 34 POP R4 36 POP R5 38 POP R6 40 POP R7 42 POP R8 44 POP R9 46 POP R10
|
| /src/external/gpl3/gcc/dist/libgcc/config/msp430/ |
| epilogue.S | 34 POP R4 36 POP R5 38 POP R6 40 POP R7 42 POP R8 44 POP R9 46 POP R10
|
| /src/external/gpl3/gdb/dist/sim/testsuite/or1k/ |
| or1k-asm-test.h | 60 /* We cannot use PUSH and POP here because some flags like Carry 72 /* We cannot use PUSH and POP here because some flags like Carry 87 /* WARNING: Functions without prolog cannot use these PUSH or POP 90 PERFORMANCE WARNING: These PUSH/POP macros are convenient, but 91 can lead to slow code. If you need to PUSH or POP several 102 .macro POP reg 136 /* NOTE: The stack must be set up, as this macro uses PUSH and POP. */ 145 POP NOP_REPORT_R3 149 /* NOTE: The stack must be set up, as this macro uses PUSH and POP. */ 154 POP NOP_REPORT_R [all...] |
| fpu.S | 59 POP r3 60 POP r2 128 POP LINK_REGISTER_R9
|
| or1k-asm-test-helpers.h | 41 POP r3 42 POP r2
|
| adrp.S | 73 POP LINK_REGISTER_R9
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/or1k/ |
| or1k-asm-test.h | 60 /* We cannot use PUSH and POP here because some flags like Carry 72 /* We cannot use PUSH and POP here because some flags like Carry 87 /* WARNING: Functions without prolog cannot use these PUSH or POP 90 PERFORMANCE WARNING: These PUSH/POP macros are convenient, but 91 can lead to slow code. If you need to PUSH or POP several 102 .macro POP reg 136 /* NOTE: The stack must be set up, as this macro uses PUSH and POP. */ 145 POP NOP_REPORT_R3 149 /* NOTE: The stack must be set up, as this macro uses PUSH and POP. */ 154 POP NOP_REPORT_R [all...] |
| fpu.S | 59 POP r3 60 POP r2 128 POP LINK_REGISTER_R9
|
| or1k-asm-test-helpers.h | 41 POP r3 42 POP r2
|
| adrp.S | 73 POP LINK_REGISTER_R9
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
| toyvm.c | 291 #define POP(ARG) (toyvm_frame_pop (&frame)) 316 x = POP (); 322 y = POP (); 323 x = POP (); 329 y = POP (); 330 x = POP (); 335 y = POP (); 336 x = POP (); 341 y = POP (); 342 x = POP (); [all...] |
| toyvm.cc | 150 int pop (); 324 toyvm_frame::pop () 349 #define POP(ARG) (frame.pop ()) 374 x = POP (); 380 y = POP (); 381 x = POP (); 387 y = POP (); 388 x = POP (); 393 y = POP (); [all...] |
| /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
| toyvm.c | 291 #define POP(ARG) (toyvm_frame_pop (&frame)) 316 x = POP (); 322 y = POP (); 323 x = POP (); 329 y = POP (); 330 x = POP (); 335 y = POP (); 336 x = POP (); 341 y = POP (); 342 x = POP (); [all...] |
| toyvm.cc | 150 int pop (); 324 toyvm_frame::pop () 349 #define POP(ARG) (frame.pop ()) 374 x = POP (); 380 y = POP (); 381 x = POP (); 387 y = POP (); 388 x = POP (); 393 y = POP (); [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| rl78-parse.h | 142 POP = 343, /* POP */ 267 #define POP 343
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-qsort_r.c | 70 #define POP(low, high) ((void) (--top, (low = top->lo), (high = top->hi))) 184 POP (lo, hi);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| rl78-parse.h | 142 POP = 343, /* POP */ 267 #define POP 343
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-qsort_r.c | 70 #define POP(low, high) ((void) (--top, (low = top->lo), (high = top->hi))) 184 POP (lo, hi);
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-qsort_r.c | 70 #define POP(low, high) ((void) (--top, (low = top->lo), (high = top->hi))) 184 POP (lo, hi);
|