Home
last modified time | relevance | path

Searched refs:outP (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i960.c571 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()
[all …]