Lines Matching refs:outP
571 char *outP; /* Where instruction binary is output to. */ in get_cdisp() local
587 outP = frag_more (8); /* Allocate worst-case storage. */ in get_cdisp()
588 md_number_to_chars (outP, instr, 4); in get_cdisp()
590 adds (e), offs (e), outP); in get_cdisp()
596 outP = emit (instr); in get_cdisp()
598 outP - frag_now->fr_literal, in get_cdisp()
1068 char *outP; /* Where the binary was output to. */ in mem_fmt() local
1100 outP = emit (instr.opcode); in mem_fmt()
1123 mema_to_memb (outP); in mem_fmt()
1131 md_number_to_chars (outP, instr.opcode, 4); in mem_fmt()
1141 mema_to_memb (outP); in mem_fmt()
1145 outP = emit ((long) 0); in mem_fmt()
1147 outP - frag_now->fr_literal, in mem_fmt()