Searched refs:PUT (Results 1 – 15 of 15) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | app.c | 441 #define PUT(pch) \ in do_scrub_chars() macro 478 PUT (ch); in do_scrub_chars() 495 PUT ('\n'); in do_scrub_chars() 523 PUT (ch); in do_scrub_chars() 533 PUT (ch); in do_scrub_chars() 540 PUT (ch); in do_scrub_chars() 587 PUT (quotechar); in do_scrub_chars() 592 PUT (ch); in do_scrub_chars() 598 PUT (ch); in do_scrub_chars() 607 PUT ('\''); in do_scrub_chars() [all …]
|
D | ChangeLog-2007 | 2077 * app.c (do_scrub_chars): PUT after setting states.
|
D | ChangeLog-9697 | 3192 UNGET rather than PUT. Set old_state before setting state to -2.
|
D | ChangeLog-0203 | 361 * app.c (do_scrub_chars): Add PUT (ch) and ch = GET ()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
D | put-op.s | 1 # For 'p'-type operands: PUT. 3 Main PUT rJ,X 4 PUT rG,$45 5 PUT rZZ,$245 6 PUT rJ,X0 7 PUT rG,45 8 PUT rZZ,245 9 PUT rJ,X00 10 PUT rG,0 11 PUT rZZ,0
|
D | put-op.l | 6 3 0000 F604007B Main PUT rJ,X 7 4 0004 F613002D PUT rG,\$45 8 5 0008 F61F00F5 PUT rZZ,\$245 9 6 000c F604006F PUT rJ,X0 10 7 0010 F713002D PUT rG,45 11 8 0014 F71F00F5 PUT rZZ,245 12 9 0018 F7040000 PUT rJ,X00 13 10 001c F7130000 PUT rG,0 14 11 0020 F71F0000 PUT rZZ,0
|
D | builtin1.s | 1 # When disallowing built-in names, we have to treat GET and PUT 7 PUT rJ,$7 8 PUT :rJ,$8
|
D | err-builtin.s | 3 % When disallowing built-in names, we have to treat GET and PUT 12 PUT other,$7 % { dg-error "invalid operands" "" } 14 PUT garbage % { dg-error "invalid operands" "" }
|
D | list-insns.s | 275 PUT rJ,34 276 PUT rJ,$134
|
D | list-insns.l | 290 275 0430 F7040022 PUT rJ,34 291 276 0434 F6040086 PUT rJ,\$134
|
D | comment-1.s | 29 PUT rJ,$44 there; x y z
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
D | pr12815-2.s | 11 PUT rJ,$0
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-mmix.texi | 33 @code{PUT} and @code{GET}. 56 except when used in @code{PUT} and @code{GET} instructions. 251 instructions having a special register operand; @code{GET} and @code{PUT}.
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | ChangeLog-9103 | 973 ({GET,PUT}_FCN_{LNNOPTR,ENDNDX}): Adjust accordingly.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ChangeLog-9193 | 6563 * coffcode.h: Defined new macros [PUT|GET]LINENO_LNNO for
|