Lines Matching refs:subroutine
999 a block of instructions corresponding to the main subroutine, with all
1001 the "main" label and the next subroutine label. If no "main" label is
1003 there is no subroutine label following the beginning of the block, the
1008 * if it executes a RET anywhere within the main subroutine, unless the
1011 * if it completes the execution of all instructions in the subroutine
1014 When an individual thread terminates processing of the main subroutine,
1016 program execution. When all threads have terminated the main subroutine
1021 execute a block of instructions corresponding to the specified subroutine
1023 label and the next subroutine label. If there is no subroutine label
1027 execution of a subroutine block:
1032 * if it executes a RET anywhere within the subroutine block, unless the
1035 * if it completes the execution of all instructions in the subroutine
1038 When an individual thread terminates processing of a called subroutine,
1041 subroutine, execution continues at the instruction following the CAL
1150 subroutine.