Lines Matching refs:DECODE_PRINTF

570         DECODE_PRINTF("AL");  in decode_rm_byte_register()
573 DECODE_PRINTF("CL"); in decode_rm_byte_register()
576 DECODE_PRINTF("DL"); in decode_rm_byte_register()
579 DECODE_PRINTF("BL"); in decode_rm_byte_register()
582 DECODE_PRINTF("AH"); in decode_rm_byte_register()
585 DECODE_PRINTF("CH"); in decode_rm_byte_register()
588 DECODE_PRINTF("DH"); in decode_rm_byte_register()
591 DECODE_PRINTF("BH"); in decode_rm_byte_register()
614 DECODE_PRINTF("AX"); in decode_rm_word_register()
617 DECODE_PRINTF("CX"); in decode_rm_word_register()
620 DECODE_PRINTF("DX"); in decode_rm_word_register()
623 DECODE_PRINTF("BX"); in decode_rm_word_register()
626 DECODE_PRINTF("SP"); in decode_rm_word_register()
629 DECODE_PRINTF("BP"); in decode_rm_word_register()
632 DECODE_PRINTF("SI"); in decode_rm_word_register()
635 DECODE_PRINTF("DI"); in decode_rm_word_register()
658 DECODE_PRINTF("EAX"); in decode_rm_long_register()
661 DECODE_PRINTF("ECX"); in decode_rm_long_register()
664 DECODE_PRINTF("EDX"); in decode_rm_long_register()
667 DECODE_PRINTF("EBX"); in decode_rm_long_register()
670 DECODE_PRINTF("ESP"); in decode_rm_long_register()
673 DECODE_PRINTF("EBP"); in decode_rm_long_register()
676 DECODE_PRINTF("ESI"); in decode_rm_long_register()
679 DECODE_PRINTF("EDI"); in decode_rm_long_register()
703 DECODE_PRINTF("ES"); in decode_rm_seg_register()
706 DECODE_PRINTF("CS"); in decode_rm_seg_register()
709 DECODE_PRINTF("SS"); in decode_rm_seg_register()
712 DECODE_PRINTF("DS"); in decode_rm_seg_register()
715 DECODE_PRINTF("FS"); in decode_rm_seg_register()
718 DECODE_PRINTF("GS"); in decode_rm_seg_register()
722 DECODE_PRINTF("ILLEGAL SEGREG"); in decode_rm_seg_register()
740 DECODE_PRINTF("[EAX]"); in decode_sib_address()
744 DECODE_PRINTF("[ECX]"); in decode_sib_address()
748 DECODE_PRINTF("[EDX]"); in decode_sib_address()
752 DECODE_PRINTF("[EBX]"); in decode_sib_address()
756 DECODE_PRINTF("[ESP]"); in decode_sib_address()
766 DECODE_PRINTF("[EBP]"); in decode_sib_address()
772 DECODE_PRINTF("[ESI]"); in decode_sib_address()
776 DECODE_PRINTF("[EDI]"); in decode_sib_address()
782 DECODE_PRINTF("[EAX"); in decode_sib_address()
786 DECODE_PRINTF("[ECX"); in decode_sib_address()
790 DECODE_PRINTF("[EDX"); in decode_sib_address()
794 DECODE_PRINTF("[EBX"); in decode_sib_address()
801 DECODE_PRINTF("[EBP"); in decode_sib_address()
805 DECODE_PRINTF("[ESI"); in decode_sib_address()
809 DECODE_PRINTF("[EDI"); in decode_sib_address()
816 DECODE_PRINTF("]"); in decode_sib_address()
855 DECODE_PRINTF("[EAX]"); in decode_rm00_address()
858 DECODE_PRINTF("[ECX]"); in decode_rm00_address()
861 DECODE_PRINTF("[EDX]"); in decode_rm00_address()
864 DECODE_PRINTF("[EBX]"); in decode_rm00_address()
874 DECODE_PRINTF("[ESI]"); in decode_rm00_address()
877 DECODE_PRINTF("[EDI]"); in decode_rm00_address()
886 DECODE_PRINTF("[BX+SI]"); in decode_rm00_address()
889 DECODE_PRINTF("[BX+DI]"); in decode_rm00_address()
892 DECODE_PRINTF("[BP+SI]"); in decode_rm00_address()
896 DECODE_PRINTF("[BP+DI]"); in decode_rm00_address()
900 DECODE_PRINTF("[SI]"); in decode_rm00_address()
903 DECODE_PRINTF("[DI]"); in decode_rm00_address()
910 DECODE_PRINTF("[BX]"); in decode_rm00_address()