Home | History | Annotate | Download | only in qemu

Lines Matching full:print

2 /* Print i386 instructions for GDB, the GNU debugger.
306 print_insn_i386 will do something sensible. Otherwise, print
683 'A' => print 'b' if no register operands or suffix_always is true
684 'B' => print 'b' if suffix_always is true
685 'C' => print 's' or 'l' ('w' or 'd' in Intel mode) depending on operand
687 'D' => print 'w' if no register operands or 'w', 'l' or 'q', if
689 'E' => print 'e' if 32-bit form of jcxz
690 'F' => print 'w' or 'l' depending on address size prefix (loop insns)
691 'G' => print 'w' or 'l' depending on operand size prefix (i/o insns)
692 'H' => print ",pt" or ",pn" branch hint
695 'J' => print 'l'
696 'K' => print 'd' or 'q' if rex prefix is present.
697 'L' => print 'l' if suffix_always is true
698 'N' => print 'n' if instruction has no wait "prefix"
699 'O' => print 'd' or 'o' (or 'q' in Intel mode)
700 'P' => print 'w', 'l' or 'q' if instruction has an operand size prefix,
701 . or suffix_always is true. print 'q' if rex prefix is present.
702 'Q' => print 'w', 'l' or 'q' if no register operands or suffix_always
704 'R' => print 'w', 'l' or 'q' ('d' for 'l' and 'e' in Intel mode)
705 'S' => print 'w', 'l' or 'q' if suffix_always is true
706 'T' => print 'q' in 64bit mode and behave as 'P' otherwise
707 'U' => print 'q' in 64bit mode and behave as 'Q' otherwise
708 'V' => print 'q' in 64bit mode and behave as 'S' otherwise
709 'W' => print 'b', 'w' or 'l' ('d' in Intel mode)
710 'X' => print 's', 'd' depending on data16 prefix (for XMM)
712 'Z' => print 'q' in 64bit mode and behave as 'L' otherwise
714 Many of the above letters print nothing in Intel mode. See "putop"
1762 { "mulA", { Eb } }, /* Don't print the implicit %al register, */
1773 { "mulQ", { Ev } }, /* Don't print the implicit register. */
3500 * be used to print the target address if this is a relative jump or call
3664 print the first byte as a prefix or a .byte pseudo-op. */
3672 /* Just print the first byte as a .byte instruction. */
3699 by other prefixes. Print the first prefix. */
3873 /* See if any prefixes were not used. If so, print the first one