Annotation of qemu/target-microblaze/helper.h, revision 1.1

1.1     ! root        1: #include "def-helper.h"
        !             2: 
        !             3: DEF_HELPER_1(raise_exception, void, i32)
        !             4: DEF_HELPER_0(debug, void)
        !             5: DEF_HELPER_4(addkc, i32, i32, i32, i32, i32)
        !             6: DEF_HELPER_4(subkc, i32, i32, i32, i32, i32)
        !             7: DEF_HELPER_2(cmp, i32, i32, i32)
        !             8: DEF_HELPER_2(cmpu, i32, i32, i32)
        !             9: 
        !            10: DEF_HELPER_2(divs, i32, i32, i32)
        !            11: DEF_HELPER_2(divu, i32, i32, i32)
        !            12: 
        !            13: DEF_HELPER_FLAGS_2(pcmpbf, TCG_CALL_PURE | TCG_CALL_CONST, i32, i32, i32)
        !            14: #if !defined(CONFIG_USER_ONLY)
        !            15: DEF_HELPER_1(mmu_read, i32, i32)
        !            16: DEF_HELPER_2(mmu_write, void, i32, i32)
        !            17: #endif
        !            18: 
        !            19: #include "def-helper.h"

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.