Files
tp/libs/dolphin/dvd/dvdqueue.cpp
T

127 lines
3.5 KiB
C++
Raw Normal View History

2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
// Generated By: dol2asm
// Translation Unit: dvdqueue
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
#include "dol2asm.h"
#include "dolphin/types.h"
2021-03-31 23:22:32 +02:00
#include "dolphin/dvd/dvdqueue.h"
2021-03-28 22:49:05 +02:00
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
// Forward References:
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
extern "C" void __DVDClearWaitingQueue();
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
extern "C" void __DVDPushWaitingQueue();
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
extern "C" void __DVDPopWaitingQueue();
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
extern "C" void __DVDCheckWaitingQueue();
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
extern "C" void __DVDDequeueWaitingQueue();
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
// External References:
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
extern "C" void OSDisableInterrupts();
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
extern "C" void OSRestoreInterrupts();
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
// Declarations:
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
/* ############################################################################################## */
2021-03-31 23:22:32 +02:00
/* 8044C998-8044C9B8 0020+00 s=4 e=0 z=0 None .bss WaitingQueue */
2021-03-28 22:49:05 +02:00
static u8 WaitingQueue[32];
2021-03-31 23:22:32 +02:00
/* 8034B874-8034B8AC 0038+00 s=0 e=5 z=0 None .text __DVDClearWaitingQueue */
// 8034B874: 8044C998 (WaitingQueue)
// 8034B878: 8044C998 (WaitingQueue)
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
extern "C" asm void __DVDClearWaitingQueue() {
2021-03-31 23:22:32 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/dolphin/dvd/dvdqueue/__DVDClearWaitingQueue.s"
}
#pragma pop
2021-03-31 23:22:32 +02:00
/* 8034B8AC-8034B914 0068+00 s=0 e=5 z=0 None .text __DVDPushWaitingQueue */
// 8034B8C8: 8033D6F4 (OSDisableInterrupts)
// 8034B8CC: 8044C998 (WaitingQueue)
// 8034B8D4: 8044C998 (WaitingQueue)
// 8034B8F4: 8033D71C (OSRestoreInterrupts)
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
extern "C" asm void __DVDPushWaitingQueue() {
2021-03-31 23:22:32 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/dolphin/dvd/dvdqueue/__DVDPushWaitingQueue.s"
}
#pragma pop
2021-03-31 23:22:32 +02:00
/* 8034B914-8034B9B4 00A0+00 s=0 e=2 z=0 None .text __DVDPopWaitingQueue */
// 8034B924: 8033D6F4 (OSDisableInterrupts)
// 8034B92C: 8044C998 (WaitingQueue)
// 8034B934: 8044C998 (WaitingQueue)
// 8034B948: 8033D71C (OSRestoreInterrupts)
// 8034B94C: 8033D6F4 (OSDisableInterrupts)
// 8034B950: 8044C998 (WaitingQueue)
// 8034B958: 8044C998 (WaitingQueue)
// 8034B974: 8033D71C (OSRestoreInterrupts)
// 8034B998: 8033D71C (OSRestoreInterrupts)
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
extern "C" asm void __DVDPopWaitingQueue() {
2021-03-31 23:22:32 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/dolphin/dvd/dvdqueue/__DVDPopWaitingQueue.s"
}
#pragma pop
2021-03-31 23:22:32 +02:00
/* 8034B9B4-8034BA0C 0058+00 s=0 e=1 z=0 None .text __DVDCheckWaitingQueue */
// 8034B9C0: 8033D6F4 (OSDisableInterrupts)
// 8034B9C8: 8044C998 (WaitingQueue)
// 8034B9D0: 8044C998 (WaitingQueue)
// 8034B9E0: 8033D71C (OSRestoreInterrupts)
// 8034B9F4: 8033D71C (OSRestoreInterrupts)
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
extern "C" asm void __DVDCheckWaitingQueue() {
2021-03-31 23:22:32 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/dolphin/dvd/dvdqueue/__DVDCheckWaitingQueue.s"
}
#pragma pop
2021-03-31 23:22:32 +02:00
/* 8034BA0C-8034BA6C 0060+00 s=0 e=1 z=0 None .text __DVDDequeueWaitingQueue */
// 8034BA20: 8033D6F4 (OSDisableInterrupts)
// 8034BA3C: 8033D71C (OSRestoreInterrupts)
// 8034BA50: 8033D71C (OSRestoreInterrupts)
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
extern "C" asm void __DVDDequeueWaitingQueue() {
2021-03-31 23:22:32 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/dolphin/dvd/dvdqueue/__DVDDequeueWaitingQueue.s"
}
#pragma pop
2021-03-31 23:22:32 +02:00