Searched refs:first_inst (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic4x.c2396 tic4x_inst_t *first_inst; local
2461 first_inst = NULL;
2467 if (!first_inst)
2468 first_inst = inst;
2481 if (first_inst)
2482 tic4x_operands_match (first_inst, insn, 0);
H A Dtc-mcore.c1784 int first_inst = fragP->fr_fix + fragP->fr_address;
1785 int needpad = (first_inst & 3);
1869 we need a pad if "first_inst" is 4 byte aligned. local
1871 int first_inst = fragP->fr_fix + fragP->fr_address;
1872 int needpad = !(first_inst & 3);
1782 int first_inst = fragP->fr_fix + fragP->fr_address; local
H A Dtc-csky.c4744 int first_inst = fragp->fr_fix + fragp->fr_address; local
4745 int is_unaligned = (first_inst & 3);
4852 int first_inst = fragp->fr_fix + fragp->fr_address; local
4853 int is_unaligned = (first_inst & 3);
4934 int first_inst = fragp->fr_fix + fragp->fr_address; local
4935 int is_unaligned = (first_inst & 3);
4993 int first_inst = fragp->fr_fix + fragp->fr_address; local
4994 int is_unaligned = (first_inst & 3);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-tic4x.c2394 tic4x_inst_t *first_inst; local
2459 first_inst = NULL;
2465 if (!first_inst)
2466 first_inst = inst;
2479 if (first_inst)
2480 tic4x_operands_match (first_inst, insn, 0);
H A Dtc-mcore.c1781 int first_inst = fragP->fr_fix + fragP->fr_address;
1782 int needpad = (first_inst & 3);
1866 we need a pad if "first_inst" is 4 byte aligned. local
1868 int first_inst = fragP->fr_fix + fragP->fr_address;
1869 int needpad = !(first_inst & 3);
1779 int first_inst = fragP->fr_fix + fragP->fr_address; local
H A Dtc-csky.c4920 int first_inst = fragp->fr_fix + fragp->fr_address; local
4921 int is_unaligned = (first_inst & 3);
5028 int first_inst = fragp->fr_fix + fragp->fr_address; local
5029 int is_unaligned = (first_inst & 3);
5110 int first_inst = fragp->fr_fix + fragp->fr_address; local
5111 int is_unaligned = (first_inst & 3);
5169 int first_inst = fragp->fr_fix + fragp->fr_address; local
5170 int is_unaligned = (first_inst & 3);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tic4x.c2396 tic4x_inst_t *first_inst; local
2461 first_inst = NULL;
2467 if (!first_inst)
2468 first_inst = inst;
2481 if (first_inst)
2482 tic4x_operands_match (first_inst, insn, 0);
H A Dtc-mcore.c1784 int first_inst = fragP->fr_fix + fragP->fr_address;
1785 int needpad = (first_inst & 3);
1869 we need a pad if "first_inst" is 4 byte aligned. local
1871 int first_inst = fragP->fr_fix + fragP->fr_address;
1872 int needpad = !(first_inst & 3);
1782 int first_inst = fragP->fr_fix + fragP->fr_address; local
H A Dtc-csky.c4744 int first_inst = fragp->fr_fix + fragp->fr_address; local
4745 int is_unaligned = (first_inst & 3);
4852 int first_inst = fragp->fr_fix + fragp->fr_address; local
4853 int is_unaligned = (first_inst & 3);
4934 int first_inst = fragp->fr_fix + fragp->fr_address; local
4935 int is_unaligned = (first_inst & 3);
4993 int first_inst = fragp->fr_fix + fragp->fr_address; local
4994 int is_unaligned = (first_inst & 3);
/netbsd-current/external/bsd/jemalloc/dist/bin/
H A Djeprof.in1980 my $first_inst = $i;
2008 for (my $x = $first_inst; $x <= $last_inst; $x++) {

Completed in 306 milliseconds