Lines Matching defs:output

2297 insert_loop_bounds (char *output, sh_operand_info *operand)
2303 output[0] = 0x8c;
2304 output[1] = 0x8c;
2305 insert (output, BFD_RELOC_SH_LOOP_START, 1, operand);
2306 insert (output, BFD_RELOC_SH_LOOP_END, 1, operand + 1);
2332 output = frag_more (2);
2333 output[0] = 0x8e;
2334 output[1] = 0x8e;
2335 insert (output, BFD_RELOC_SH_LOOP_START, 1, operand);
2336 insert (output, BFD_RELOC_SH_LOOP_END, 1, operand + 1);
2348 char *output;
2378 output = frag_more (4);
2383 output = frag_more (2);
2421 insert (output + low_byte, BFD_RELOC_SH_IMM3, 0, operand);
2427 insert (output + low_byte, BFD_RELOC_SH_IMM3U, 0, operand);
2430 insert (output + 2, BFD_RELOC_SH_DISP12, 0, operand);
2433 insert (output + 2, BFD_RELOC_SH_DISP12BY2, 0, operand);
2436 insert (output + 2, BFD_RELOC_SH_DISP12BY4, 0, operand);
2439 insert (output + 2, BFD_RELOC_SH_DISP12BY8, 0, operand);
2442 insert (output + 2, BFD_RELOC_SH_DISP12, 0, operand+1);
2445 insert (output + 2, BFD_RELOC_SH_DISP12BY2, 0, operand+1);
2448 insert (output + 2, BFD_RELOC_SH_DISP12BY4, 0, operand+1);
2451 insert (output + 2, BFD_RELOC_SH_DISP12BY8, 0, operand+1);
2462 insert4 (output, r_type, 0, operand);
2465 insert4 (output, BFD_RELOC_SH_DISP20BY8, 0, operand);
2468 insert (output + low_byte, BFD_RELOC_SH_IMM4BY4, 0, operand);
2471 insert (output + low_byte, BFD_RELOC_SH_IMM4BY2, 0, operand);
2474 insert (output + low_byte, BFD_RELOC_SH_IMM4, 0, operand);
2477 insert (output + low_byte, BFD_RELOC_SH_IMM4BY4, 0, operand + 1);
2480 insert (output + low_byte, BFD_RELOC_SH_IMM4BY2, 0, operand + 1);
2483 insert (output + low_byte, BFD_RELOC_SH_IMM4, 0, operand + 1);
2486 insert (output + low_byte, BFD_RELOC_SH_IMM8BY4, 0, operand);
2489 insert (output + low_byte, BFD_RELOC_SH_IMM8BY2, 0, operand);
2492 insert (output + low_byte, BFD_RELOC_SH_IMM8, 0, operand);
2495 insert (output + low_byte, BFD_RELOC_SH_IMM8BY4, 0, operand + 1);
2498 insert (output + low_byte, BFD_RELOC_SH_IMM8BY2, 0, operand + 1);
2501 insert (output + low_byte, BFD_RELOC_SH_IMM8, 0, operand + 1);
2504 insert (output, BFD_RELOC_SH_PCRELIMM8BY4,
2508 insert (output, BFD_RELOC_SH_PCRELIMM8BY2,
2512 output = insert_loop_bounds (output, operand);
2527 output[1] = (nbuf[0] << 4) | (nbuf[1]);
2528 output[0] = (nbuf[2] << 4) | (nbuf[3]);
2532 output[0] = (nbuf[0] << 4) | (nbuf[1]);
2533 output[1] = (nbuf[2] << 4) | (nbuf[3]);
2539 output[3] = (nbuf[4] << 4) | (nbuf[5]);
2540 output[2] = (nbuf[6] << 4) | (nbuf[7]);
2544 output[2] = (nbuf[4] << 4) | (nbuf[5]);
2545 output[3] = (nbuf[6] << 4) | (nbuf[7]);
2608 char *output;
2825 as_bad (_("bad combined pmuls output operand"));
2865 output = frag_more (4);
2869 output[3] = ppi_code >> 8;
2870 output[2] = ppi_code;
2874 output[2] = ppi_code >> 8;
2875 output[3] = ppi_code;
2882 output = frag_more (2);
2887 output[1] = move_code >> 8;
2888 output[0] = move_code;
2892 output[0] = move_code >> 8;
2893 output[1] = move_code;
3075 /* This routine is called when the assembler is about to output some
3764 /* When relaxing, we need to output a reloc for any .align directive
3829 /* See whether we need to force a relocation into the output file.