Home
last modified time | relevance | path

Searched refs:POWERPC (Results 1 – 25 of 952) sorted by relevance

12345678910>>...39

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/PowerPC/Interpreter/
H A DInterpreter.cpp135 DEBUG_LOG(POWERPC, in Trace()
288 NOTICE_LOG(POWERPC, "----------------------------"); in Run()
289 NOTICE_LOG(POWERPC, "Blocks:"); in Run()
291 NOTICE_LOG(POWERPC, "PC: 0x%08x", PCBlockVec.at(j)); in Run()
292 NOTICE_LOG(POWERPC, "----------------------------"); in Run()
293 NOTICE_LOG(POWERPC, "Steps:"); in Run()
300 NOTICE_LOG(POWERPC, ""); in Run()
303 NOTICE_LOG(POWERPC, "PC: 0x%08x", PCVec.at(j)); in Run()
306 INFO_LOG(POWERPC, "Hit Breakpoint - %08x", PC); in Run()
343 NOTICE_LOG(POWERPC, in unknown_instruction()
[all …]
H A DInterpreter_SystemRegisters.cpp226 DEBUG_ASSERT_MSG(POWERPC, (index == SPR_TL) || (index == SPR_TU), "Invalid mftb"); in mftb()
320 INFO_LOG(POWERPC, "Instruction Cache Enable (HID0.ICE) = %d", (int)HID0.ICE); in mtspr()
324 INFO_LOG(POWERPC, "Instruction Cache Lock (HID0.ILOCK) = %d", (int)HID0.ILOCK); in mtspr()
329 INFO_LOG(POWERPC, "Flush Instruction Cache! ICE=%d", (int)HID0.ICE); in mtspr()
355 INFO_LOG(POWERPC, "HID4 updated %x %x", old_value, rSPR(index)); in mtspr()
362 ASSERT_MSG(POWERPC, rGPR[inst.RD] == 0x0C008000, "Gather pipe @ %08x", PC); in mtspr()
402 INFO_LOG(POWERPC, "Software triggered Decrementer exception"); in mtspr()
435 INFO_LOG(POWERPC, "DBAT updated %u %x %x", index, old_value, rSPR(index)); in mtspr()
458 INFO_LOG(POWERPC, "IBAT updated %u %x %x", index, old_value, rSPR(index)); in mtspr()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/PowerPC/
H A DPowerPC.cpp212 WARN_LOG(POWERPC, "CPU core %d not available. Falling back to default.", in InitializeCPUCore()
476 DEBUG_LOG(POWERPC, "EXCEPTION_ISI"); in CheckExceptions()
488 DEBUG_LOG(POWERPC, "EXCEPTION_PROGRAM"); in CheckExceptions()
499 DEBUG_LOG(POWERPC, "EXCEPTION_SYSCALL (PC=%08x)", PC); in CheckExceptions()
511 DEBUG_LOG(POWERPC, "EXCEPTION_FPU_UNAVAILABLE"); in CheckExceptions()
527 DEBUG_LOG(POWERPC, "EXCEPTION_DSI"); in CheckExceptions()
540 DEBUG_LOG(POWERPC, "EXCEPTION_ALIGNMENT"); in CheckExceptions()
568 DEBUG_LOG(POWERPC, "EXCEPTION_EXTERNAL_INT"); in CheckExternalExceptions()
571 DEBUG_ASSERT_MSG(POWERPC, (SRR1 & 0x02) != 0, "EXTERNAL_INT unrecoverable???"); in CheckExternalExceptions()
581 DEBUG_LOG(POWERPC, "EXCEPTION_PERFORMANCE_MONITOR"); in CheckExternalExceptions()
[all …]
H A DPPCTables.cpp56 ASSERT_MSG(POWERPC, 0, "GetOpInfo - invalid subtable op %08x @ %08x", inst.hex, PC); in GetOpInfo()
64 ASSERT_MSG(POWERPC, 0, "GetOpInfo - invalid op %08x @ %08x", inst.hex, PC); in GetOpInfo()
89 ASSERT_MSG(POWERPC, 0, "GetInterpreterOp - invalid subtable op %08x @ %08x", inst.hex, PC); in GetInterpreterOp()
97 ASSERT_MSG(POWERPC, 0, "GetInterpreterOp - invalid op %08x @ %08x", inst.hex, PC); in GetInterpreterOp()
160 DEBUG_LOG(POWERPC, "%s : %" PRIu64, inst.first, inst.second); in PrintInstructionRunCounts()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/
H A DCoreTiming.cpp107 ASSERT_MSG(POWERPC, s_event_types.find(name) == s_event_types.end(), in RegisterEvent()
120 ASSERT_MSG(POWERPC, s_event_queue.empty(), "Cannot unregister events with events pending"); in UnregisterAllEvents()
192 WARN_LOG(POWERPC, in DoState()
233 ASSERT_MSG(POWERPC, event_type, "Event type is nullptr, will crash now."); in ScheduleEvent()
243 ASSERT_MSG(POWERPC, from_cpu_thread == Core::IsCPUThread(), in ScheduleEvent()
263 ERROR_LOG(POWERPC, in ScheduleEvent()
361 INFO_LOG(POWERPC, "PENDING: Now: %" PRId64 " Pending: %" PRId64 " Type: %s", g.global_timer, in LogPendingEvents()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/platforms/src/target/
H A Darch.rs35 POWERPC, enumerator
82 Arch::POWERPC => "powerpc", in as_str()
111 "powerpc" => Arch::POWERPC, in from_str()
184 pub const TARGET_ARCH: Arch = Arch::POWERPC;
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/platforms-1.1.0/src/target/
H A Darch.rs32 POWERPC, enumerator
78 Arch::POWERPC => "powerpc", in as_str()
106 "powerpc" => Arch::POWERPC, in from_str()
175 pub const TARGET_ARCH: Arch = Arch::POWERPC;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libffi/
H A Dconfigure.host166 TARGET=POWERPC; TARGETDIR=powerpc
170 TARGET=POWERPC; TARGETDIR=powerpc
173 TARGET=POWERPC; TARGETDIR=powerpc
186 TARGET=POWERPC; TARGETDIR=powerpc
189 TARGET=POWERPC; TARGETDIR=powerpc
232 POWERPC)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libffi/src/powerpc/
H A Dffitarget.h31 #if defined (POWERPC) && defined (__powerpc64__)
42 #ifdef POWERPC
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libffi/src/powerpc/
H A Dffitarget.h31 #if defined (POWERPC) && defined (__powerpc64__)
42 #ifdef POWERPC
/dports/java/sablevm/sablevm-1.13/src/libffi/src/powerpc/
H A Dffitarget.h31 #if defined (POWERPC) && defined (__powerpc64__)
42 #ifdef POWERPC
/dports/textproc/chpp/chpp-0.3.5/gc/
H A Dmach_dep.c26 #if defined(__MWERKS__) && !defined(POWERPC)
307 # if defined(HP_PA) || defined(M88K) || defined(POWERPC) || (defined(I386) && (defined(OS2) || … in GC_push_regs()
322 # if defined(POWERPC) || defined(MSWIN32) || defined(UTS4) in GC_push_regs()
334 # if !defined(HP_PA) && !defined(M88K) && !defined(POWERPC) in GC_push_regs()
/dports/devel/jna/jna-5.7.0/native/libffi/
H A Dconfigure.host191 TARGET=POWERPC; TARGETDIR=powerpc
195 TARGET=POWERPC; TARGETDIR=powerpc
198 TARGET=POWERPC; TARGETDIR=powerpc
201 TARGET=POWERPC; TARGETDIR=powerpc
218 TARGET=POWERPC; TARGETDIR=powerpc
221 TARGET=POWERPC; TARGETDIR=powerpc
279 POWERPC)
/dports/lang/gcc12-devel/gcc-12-20211205/libffi/
H A Dconfigure.host193 TARGET=POWERPC; TARGETDIR=powerpc
197 TARGET=POWERPC; TARGETDIR=powerpc
200 TARGET=POWERPC; TARGETDIR=powerpc
203 TARGET=POWERPC; TARGETDIR=powerpc
220 TARGET=POWERPC; TARGETDIR=powerpc
223 TARGET=POWERPC; TARGETDIR=powerpc
285 POWERPC)
/dports/databases/py-gdbm/Python-3.8.12/Modules/_ctypes/libffi_osx/include/
H A Dppc-ffitarget.h30 #if (defined(POWERPC) && defined(__powerpc64__)) || \
43 #ifdef POWERPC
/dports/lang/python-legacy/Python-2.7.18/Modules/_ctypes/libffi_osx/include/
H A Dppc-ffitarget.h30 #if (defined(POWERPC) && defined(__powerpc64__)) || \
43 #ifdef POWERPC
/dports/lang/python37/Python-3.7.12/Modules/_ctypes/libffi_osx/include/
H A Dppc-ffitarget.h30 #if (defined(POWERPC) && defined(__powerpc64__)) || \
43 #ifdef POWERPC
/dports/lang/python311/Python-3.11.0a3/Modules/_ctypes/libffi_osx/include/
H A Dppc-ffitarget.h30 #if (defined(POWERPC) && defined(__powerpc64__)) || \
43 #ifdef POWERPC
/dports/lang/python310/Python-3.10.1/Modules/_ctypes/libffi_osx/include/
H A Dppc-ffitarget.h30 #if (defined(POWERPC) && defined(__powerpc64__)) || \
43 #ifdef POWERPC
/dports/lang/python-tools/Python-3.8.12/Modules/_ctypes/libffi_osx/include/
H A Dppc-ffitarget.h30 #if (defined(POWERPC) && defined(__powerpc64__)) || \
43 #ifdef POWERPC
/dports/lang/python27/Python-2.7.18/Modules/_ctypes/libffi_osx/include/
H A Dppc-ffitarget.h30 #if (defined(POWERPC) && defined(__powerpc64__)) || \
43 #ifdef POWERPC
/dports/lang/python39/Python-3.9.9/Modules/_ctypes/libffi_osx/include/
H A Dppc-ffitarget.h30 #if (defined(POWERPC) && defined(__powerpc64__)) || \
43 #ifdef POWERPC
/dports/lang/python38/Python-3.8.12/Modules/_ctypes/libffi_osx/include/
H A Dppc-ffitarget.h30 #if (defined(POWERPC) && defined(__powerpc64__)) || \
43 #ifdef POWERPC
/dports/databases/py-sqlite3/Python-3.8.12/Modules/_ctypes/libffi_osx/include/
H A Dppc-ffitarget.h30 #if (defined(POWERPC) && defined(__powerpc64__)) || \
43 #ifdef POWERPC
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/_ctypes/libffi_osx/include/
H A Dppc-ffitarget.h30 #if (defined(POWERPC) && defined(__powerpc64__)) || \
43 #ifdef POWERPC

12345678910>>...39