XL Fortran produces this section only when the -qlist compiler
option is in effect. It contains the object code listing, which shows
the source line number, the instruction offset in hexadecimal notation, the
assembler mnemonic of the instruction, and the hexadecimal value of the
instruction. On the right side, it also shows the cycle time of the
instruction and the intermediate language of the compiler. Finally, the
total cycle time (straight-line execution time) and the total number of
machine instructions that are produced are displayed. There is a
separate section for each compilation unit.