Lines Matching refs:DECODE_PRINTF

565 	DECODE_PRINTF("AL");  in decode_rm_byte_register()
568 DECODE_PRINTF("CL"); in decode_rm_byte_register()
571 DECODE_PRINTF("DL"); in decode_rm_byte_register()
574 DECODE_PRINTF("BL"); in decode_rm_byte_register()
577 DECODE_PRINTF("AH"); in decode_rm_byte_register()
580 DECODE_PRINTF("CH"); in decode_rm_byte_register()
583 DECODE_PRINTF("DH"); in decode_rm_byte_register()
586 DECODE_PRINTF("BH"); in decode_rm_byte_register()
609 DECODE_PRINTF("AX"); in decode_rm_word_register()
612 DECODE_PRINTF("CX"); in decode_rm_word_register()
615 DECODE_PRINTF("DX"); in decode_rm_word_register()
618 DECODE_PRINTF("BX"); in decode_rm_word_register()
621 DECODE_PRINTF("SP"); in decode_rm_word_register()
624 DECODE_PRINTF("BP"); in decode_rm_word_register()
627 DECODE_PRINTF("SI"); in decode_rm_word_register()
630 DECODE_PRINTF("DI"); in decode_rm_word_register()
653 DECODE_PRINTF("EAX"); in decode_rm_long_register()
656 DECODE_PRINTF("ECX"); in decode_rm_long_register()
659 DECODE_PRINTF("EDX"); in decode_rm_long_register()
662 DECODE_PRINTF("EBX"); in decode_rm_long_register()
665 DECODE_PRINTF("ESP"); in decode_rm_long_register()
668 DECODE_PRINTF("EBP"); in decode_rm_long_register()
671 DECODE_PRINTF("ESI"); in decode_rm_long_register()
674 DECODE_PRINTF("EDI"); in decode_rm_long_register()
698 DECODE_PRINTF("ES"); in decode_rm_seg_register()
701 DECODE_PRINTF("CS"); in decode_rm_seg_register()
704 DECODE_PRINTF("SS"); in decode_rm_seg_register()
707 DECODE_PRINTF("DS"); in decode_rm_seg_register()
710 DECODE_PRINTF("FS"); in decode_rm_seg_register()
713 DECODE_PRINTF("GS"); in decode_rm_seg_register()
717 DECODE_PRINTF("ILLEGAL SEGREG"); in decode_rm_seg_register()
744 DECODE_PRINTF("["); in decode_sib_si()
748 DECODE_PRINTF("EAX]"); in decode_sib_si()
751 DECODE_PRINTF("ECX]"); in decode_sib_si()
754 DECODE_PRINTF("EDX]"); in decode_sib_si()
757 DECODE_PRINTF("EBX]"); in decode_sib_si()
760 DECODE_PRINTF("0]"); in decode_sib_si()
763 DECODE_PRINTF("EBP]"); in decode_sib_si()
766 DECODE_PRINTF("ESI]"); in decode_sib_si()
769 DECODE_PRINTF("EDI]"); in decode_sib_si()
798 DECODE_PRINTF("[EAX]"); in decode_sib_address()
802 DECODE_PRINTF("[ECX]"); in decode_sib_address()
806 DECODE_PRINTF("[EDX]"); in decode_sib_address()
810 DECODE_PRINTF("[EBX]"); in decode_sib_address()
814 DECODE_PRINTF("[ESP]"); in decode_sib_address()
837 DECODE_PRINTF("[EAX]"); in decode_sib_address()
841 DECODE_PRINTF("[ESI]"); in decode_sib_address()
845 DECODE_PRINTF("[EDI]"); in decode_sib_address()
885 DECODE_PRINTF("[EAX]"); in decode_rm00_address()
888 DECODE_PRINTF("[ECX]"); in decode_rm00_address()
891 DECODE_PRINTF("[EDX]"); in decode_rm00_address()
894 DECODE_PRINTF("[EBX]"); in decode_rm00_address()
903 DECODE_PRINTF("[ESI]"); in decode_rm00_address()
906 DECODE_PRINTF("[EDI]"); in decode_rm00_address()
913 DECODE_PRINTF("[BX+SI]"); in decode_rm00_address()
916 DECODE_PRINTF("[BX+DI]"); in decode_rm00_address()
919 DECODE_PRINTF("[BP+SI]"); in decode_rm00_address()
923 DECODE_PRINTF("[BP+DI]"); in decode_rm00_address()
927 DECODE_PRINTF("[SI]"); in decode_rm00_address()
930 DECODE_PRINTF("[DI]"); in decode_rm00_address()
937 DECODE_PRINTF("[BX]"); in decode_rm00_address()