Lines Matching defs:output

1900 insert_loop_bounds (char *output, sh_operand_info *operand)
1906 output[0] = 0x8c;
1907 output[1] = 0x8c;
1908 insert (output, BFD_RELOC_SH_LOOP_START, 1, operand);
1909 insert (output, BFD_RELOC_SH_LOOP_END, 1, operand + 1);
1937 output = frag_more (2);
1938 output[0] = 0x8e;
1939 output[1] = 0x8e;
1940 insert (output, BFD_RELOC_SH_LOOP_START, 1, operand);
1941 insert (output, BFD_RELOC_SH_LOOP_END, 1, operand + 1);
1953 char *output;
1983 output = frag_more (4);
1988 output = frag_more (2);
2026 insert (output + low_byte, BFD_RELOC_SH_IMM3, 0, operand);
2032 insert (output + low_byte, BFD_RELOC_SH_IMM3U, 0, operand);
2035 insert (output + 2, BFD_RELOC_SH_DISP12, 0, operand);
2038 insert (output + 2, BFD_RELOC_SH_DISP12BY2, 0, operand);
2041 insert (output + 2, BFD_RELOC_SH_DISP12BY4, 0, operand);
2044 insert (output + 2, BFD_RELOC_SH_DISP12BY8, 0, operand);
2047 insert (output + 2, BFD_RELOC_SH_DISP12, 0, operand+1);
2050 insert (output + 2, BFD_RELOC_SH_DISP12BY2, 0, operand+1);
2053 insert (output + 2, BFD_RELOC_SH_DISP12BY4, 0, operand+1);
2056 insert (output + 2, BFD_RELOC_SH_DISP12BY8, 0, operand+1);
2067 insert4 (output, r_type, 0, operand);
2070 insert4 (output, BFD_RELOC_SH_DISP20BY8, 0, operand);
2073 insert (output + low_byte, BFD_RELOC_SH_IMM4BY4, 0, operand);
2076 insert (output + low_byte, BFD_RELOC_SH_IMM4BY2, 0, operand);
2079 insert (output + low_byte, BFD_RELOC_SH_IMM4, 0, operand);
2082 insert (output + low_byte, BFD_RELOC_SH_IMM4BY4, 0, operand + 1);
2085 insert (output + low_byte, BFD_RELOC_SH_IMM4BY2, 0, operand + 1);
2088 insert (output + low_byte, BFD_RELOC_SH_IMM4, 0, operand + 1);
2091 insert (output + low_byte, BFD_RELOC_SH_IMM8BY4, 0, operand);
2094 insert (output + low_byte, BFD_RELOC_SH_IMM8BY2, 0, operand);
2098 insert (output + low_byte, BFD_RELOC_SH_IMM8, 0, operand);
2101 insert (output + low_byte, BFD_RELOC_SH_IMM8BY4, 0, operand + 1);
2104 insert (output + low_byte, BFD_RELOC_SH_IMM8BY2, 0, operand + 1);
2107 insert (output + low_byte, BFD_RELOC_SH_IMM8, 0, operand + 1);
2110 insert (output, BFD_RELOC_SH_PCRELIMM8BY4,
2114 insert (output, BFD_RELOC_SH_PCRELIMM8BY2,
2118 output = insert_loop_bounds (output, operand);
2133 output[1] = (nbuf[0] << 4) | (nbuf[1]);
2134 output[0] = (nbuf[2] << 4) | (nbuf[3]);
2138 output[0] = (nbuf[0] << 4) | (nbuf[1]);
2139 output[1] = (nbuf[2] << 4) | (nbuf[3]);
2145 output[3] = (nbuf[4] << 4) | (nbuf[5]);
2146 output[2] = (nbuf[6] << 4) | (nbuf[7]);
2150 output[2] = (nbuf[4] << 4) | (nbuf[5]);
2151 output[3] = (nbuf[6] << 4) | (nbuf[7]);
2214 char *output;
2431 as_bad (_("bad combined pmuls output operand"));
2471 output = frag_more (4);
2475 output[3] = ppi_code >> 8;
2476 output[2] = ppi_code;
2480 output[2] = ppi_code >> 8;
2481 output[3] = ppi_code;
2488 output = frag_more (2);
2493 output[1] = move_code >> 8;
2494 output[0] = move_code;
2498 output[0] = move_code >> 8;
2499 output[1] = move_code;
2655 /* This routine is called when the assembler is about to output some
3233 /* When relaxing, we need to output a reloc for any .align directive
3298 /* See whether we need to force a relocation into the output file.