Home | History | Annotate | Download | only in gp-display-html

Lines Matching refs:hex_instr_address

6004   my $hex_instr_address;
6562 $hex_instr_address = $orig_hex_instr_address;
6582 gp_message ("debugXL", $subr_name, "hex_instr_address = $hex_instr_address");
6606 if (exists ($extended_branch_target{$hex_instr_address}))
6616 $branch_address = $extended_branch_target{$hex_instr_address};
6644 if (exists ($branch_target_no_ref{$hex_instr_address}))
6646 gp_message ("debugXL", $subr_name, "NEWBR branch_target_no_ref{$hex_instr_address} = $branch_target_no_ref{$hex_instr_address}");
6648 ## if (exists ($inverse_branch_target{$hex_instr_address}) or
6649 ## exists ($branch_target_no_ref{$hex_instr_address}))
6650 if (exists ($inverse_branch_target{$hex_instr_address}))
6658 my $branch_target = $inverse_branch_target{$hex_instr_address};
6659 my $target = "<a name='".$hex_instr_address."'><b>".$hex_instr_address."</b></a>:";
6660 gp_message ("debugXL", $subr_name, "inverse exists - hex_instr_address = $hex_instr_address");
6663 $hex_instr_address = "<a name='".$hex_instr_address."'><b>".$hex_instr_address."</b></a>";
6664 gp_message ("debugXL", $subr_name, "update #2 hex_instr_address = $hex_instr_address");
6668 $modified_line .= $hex_instr_address . ': ' . $instruction . ' ' . $operands;