Lines Matching refs:words
36 /* Maximum size of a single instruction (in words). */
1780 /* Divide the constant between two consecutive words :
1801 /* Divide the constant between two consecutive words :
2408 unsigned short words[4];
2414 words[j++] = (output_opcode[i] >> 16) & 0xFFFF;
2415 words[j++] = output_opcode[i] & 0xFFFF;
2485 md_number_to_chars (this_frag, (valueT) words[i], 2);