Lines Matching full:stack
44 // size of general-purpose value on the stack in bytes
46 // size of floating-point value on the stack in bytes
66 // size of general-purpose value on the stack in bytes
68 // size of general-purpose value on the stack in bytes
467 // stack push and pop instructions
622 // st(i) = st(i) fp_op st(0) ; optionally pop stack
625 // compare st(0),st(1) and pop stack twice
635 // load from memory (as fp) into fp register stack
639 // load from memory (as int) into fp register stack
642 // push st(i) onto fp register stack
645 // push the constants 0.0 and 1.0 onto the fp register stack
649 // store stack to memory (as int), always popping the stack
651 // store stack to to memory (as fp), optionally popping the stack
653 // store ST(0) to ST(i), optionally popping the stack. Takes 1 clock
661 // stack frame allocation instructions: enter & leave