Lines Matching defs:output

1885 insert_loop_bounds (char *output, sh_operand_info *operand)
1891 output[0] = 0x8c;
1892 output[1] = 0x8c;
1893 insert (output, BFD_RELOC_SH_LOOP_START, 1, operand);
1894 insert (output, BFD_RELOC_SH_LOOP_END, 1, operand + 1);
1922 output = frag_more (2);
1923 output[0] = 0x8e;
1924 output[1] = 0x8e;
1925 insert (output, BFD_RELOC_SH_LOOP_START, 1, operand);
1926 insert (output, BFD_RELOC_SH_LOOP_END, 1, operand + 1);
1938 char *output;
1968 output = frag_more (4);
1973 output = frag_more (2);
2011 insert (output + low_byte, BFD_RELOC_SH_IMM3, 0, operand);
2017 insert (output + low_byte, BFD_RELOC_SH_IMM3U, 0, operand);
2020 insert (output + 2, BFD_RELOC_SH_DISP12, 0, operand);
2023 insert (output + 2, BFD_RELOC_SH_DISP12BY2, 0, operand);
2026 insert (output + 2, BFD_RELOC_SH_DISP12BY4, 0, operand);
2029 insert (output + 2, BFD_RELOC_SH_DISP12BY8, 0, operand);
2032 insert (output + 2, BFD_RELOC_SH_DISP12, 0, operand+1);
2035 insert (output + 2, BFD_RELOC_SH_DISP12BY2, 0, operand+1);
2038 insert (output + 2, BFD_RELOC_SH_DISP12BY4, 0, operand+1);
2041 insert (output + 2, BFD_RELOC_SH_DISP12BY8, 0, operand+1);
2052 insert4 (output, r_type, 0, operand);
2055 insert4 (output, BFD_RELOC_SH_DISP20BY8, 0, operand);
2058 insert (output + low_byte, BFD_RELOC_SH_IMM4BY4, 0, operand);
2061 insert (output + low_byte, BFD_RELOC_SH_IMM4BY2, 0, operand);
2064 insert (output + low_byte, BFD_RELOC_SH_IMM4, 0, operand);
2067 insert (output + low_byte, BFD_RELOC_SH_IMM4BY4, 0, operand + 1);
2070 insert (output + low_byte, BFD_RELOC_SH_IMM4BY2, 0, operand + 1);
2073 insert (output + low_byte, BFD_RELOC_SH_IMM4, 0, operand + 1);
2076 insert (output + low_byte, BFD_RELOC_SH_IMM8BY4, 0, operand);
2079 insert (output + low_byte, BFD_RELOC_SH_IMM8BY2, 0, operand);
2083 insert (output + low_byte, BFD_RELOC_SH_IMM8, 0, operand);
2086 insert (output + low_byte, BFD_RELOC_SH_IMM8BY4, 0, operand + 1);
2089 insert (output + low_byte, BFD_RELOC_SH_IMM8BY2, 0, operand + 1);
2092 insert (output + low_byte, BFD_RELOC_SH_IMM8, 0, operand + 1);
2095 insert (output, BFD_RELOC_SH_PCRELIMM8BY4,
2099 insert (output, BFD_RELOC_SH_PCRELIMM8BY2,
2103 output = insert_loop_bounds (output, operand);
2118 output[1] = (nbuf[0] << 4) | (nbuf[1]);
2119 output[0] = (nbuf[2] << 4) | (nbuf[3]);
2123 output[0] = (nbuf[0] << 4) | (nbuf[1]);
2124 output[1] = (nbuf[2] << 4) | (nbuf[3]);
2130 output[3] = (nbuf[4] << 4) | (nbuf[5]);
2131 output[2] = (nbuf[6] << 4) | (nbuf[7]);
2135 output[2] = (nbuf[4] << 4) | (nbuf[5]);
2136 output[3] = (nbuf[6] << 4) | (nbuf[7]);
2199 char *output;
2416 as_bad (_("bad combined pmuls output operand"));
2456 output = frag_more (4);
2460 output[3] = ppi_code >> 8;
2461 output[2] = ppi_code;
2465 output[2] = ppi_code >> 8;
2466 output[3] = ppi_code;
2473 output = frag_more (2);
2478 output[1] = move_code >> 8;
2479 output[0] = move_code;
2483 output[0] = move_code >> 8;
2484 output[1] = move_code;
2640 /* This routine is called when the assembler is about to output some
3218 /* When relaxing, we need to output a reloc for any .align directive
3283 /* See whether we need to force a relocation into the output file.