Searched refs:opcodeP (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-tahoe.c743 register char *opcodeP; /* -> opcode char(s) to change. */
756 opcodeP = fragP->fr_opcode;
792 *opcodeP ^= 0x10; /* Reverse sense of test. */
800 *opcodeP ^= 0x10; /* Reverse sense of test. */
814 *opcodeP = TAHOE_BRW;
820 *opcodeP = TAHOE_JMP;
832 *opcodeP ^= 0x10;
1619 char *opcodeP; /* Where it is in a frag. */
1647 opcodeP = frag_more (1);
1648 *opcodeP
735 register char *opcodeP; /* -> opcode char(s) to change. */ local
1607 char *opcodeP; /* Where it is in a frag. */ local
[all...]
H A Dtc-vax.c1403 char *opcodeP; /* -> opcode char(s) to change. */
1412 opcodeP = fragP->fr_opcode;
1450 opcodeP[0] ^= 1; /* Reverse sense of test. */
1459 opcodeP[0] ^= 1; /* Reverse sense of test. */
1475 opcodeP[0] += VAX_WIDEN_WORD; /* brb -> brw, bsbb -> bsbw */
1482 opcodeP[0] += VAX_WIDEN_LONG; /* brb -> jmp, bsbb -> jsb */
1397 char *opcodeP; /* -> opcode char(s) to change. */ local
H A Dtc-i960.c1777 mema_to_memb (opcodeP)
1778 char *opcodeP; /* Where to find the opcode, in target byte order */
1783 opcode = md_chars_to_number (opcodeP, 4);
1795 md_number_to_chars (opcodeP, opcode, 4);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-vax.c524 char *opcodeP; /* -> opcode char(s) to change. */
533 opcodeP = fragP->fr_opcode;
570 opcodeP[0] ^= 1; /* Reverse sense of test. */
579 opcodeP[0] ^= 1; /* Reverse sense of test. */
595 opcodeP[0] += VAX_WIDEN_WORD; /* brb -> brw, bsbb -> bsbw */
602 opcodeP[0] += VAX_WIDEN_LONG; /* brb -> jmp, bsbb -> jsb */
519 char *opcodeP; /* -> opcode char(s) to change. */ local
H A Dtc-i960.c653 mema_to_memb (char * opcodeP) /* Where to find the opcode, in target byte order. */
658 opcode = md_chars_to_number (opcodeP, 4);
668 md_number_to_chars (opcodeP, opcode, 4);
652 mema_to_memb(char * opcodeP) argument

Completed in 82 milliseconds