HomeSort by: relevance | last modified time | path
    Searched refs:branch_address (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/frv/
reset.c 83 ps->branch_address = -1;
profile.h 74 USI branch_address; /* Address of predicted branch. */ member in struct:__anon19477
profile.c 993 ps->branch_address = -1;
1021 ps->branch_address = target;
profile-fr400.c 397 if (ps->branch_address & 7)
  /src/external/gpl3/gdb.old/dist/sim/frv/
reset.c 83 ps->branch_address = -1;
profile.h 74 USI branch_address; /* Address of predicted branch. */ member in struct:__anon22216
profile.c 993 ps->branch_address = -1;
1021 ps->branch_address = target;
profile-fr400.c 397 if (ps->branch_address & 7)
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 6038 my $branch_address;
6616 $branch_address = $extended_branch_target{$hex_instr_address};
6618 $dec_branch_address = bigint::hex ($branch_address);
6626 $link = "[ <a href='#".$branch_address."'>".$branch_address."</a> ]";
6635 $link = "[ <a href='#".$branch_address;
6637 $link .= $branch_address."</a> ]";
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 6038 my $branch_address;
6616 $branch_address = $extended_branch_target{$hex_instr_address};
6618 $dec_branch_address = bigint::hex ($branch_address);
6626 $link = "[ <a href='#".$branch_address."'>".$branch_address."</a> ]";
6635 $link = "[ <a href='#".$branch_address;
6637 $link .= $branch_address."</a> ]";

Completed in 99 milliseconds