从下面贴子的回答来说, .fphead是编译器自动产生的,用户不需要理会,也不能人为加。
http://e2e.ti.com/support/development_tools/compiler/f/343/t/132897
Assembler directives like .word are covered in the C6000 assembly tools manual. As for .fphead ... I don't think that one is documented anywhere. Even if it were documented, it wouldn't be that useful. The location of fetch packet headers is automatically determined by the assembler. The user cannot directly influence it with a directive or anything else. You see .fphead in disassembly output as a way of representing the information in a fetch packet header.
http://processors.wiki.ti.com/index.php/Main_Page
Think Over Before Asking.
http://www.catb.org/~esr/faqs/smart-questions.html#goal
从下面贴子的回答来说, .fphead是编译器自动产生的,用户不需要理会,也不能人为加。
http://e2e.ti.com/support/development_tools/compiler/f/343/t/132897
Assembler directives like .word are covered in the C6000 assembly tools manual. As for .fphead ... I don't think that one is documented anywhere. Even if it were documented, it wouldn't be that useful. The location of fetch packet headers is automatically determined by the assembler. The user cannot directly influence it with a directive or anything else. You see .fphead in disassembly output as a way of representing the information in a fetch packet header.
http://processors.wiki.ti.com/index.php/Main_Page
Think Over Before Asking.
http://www.catb.org/~esr/faqs/smart-questions.html#goal
举报