Home
last modified time | relevance | path

Searched refs:PersistentCallerSavedRegs (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/citra/citra-ac98458e0/src/video_core/shader/
H A Dshader_jit_x64_compiler.cpp359 std::bitset<32> JitShader::PersistentCallerSavedRegs() { in PersistentCallerSavedRegs() function in Pica::Shader::JitShader
790 ABI_PushRegistersAndAdjustStack(*this, PersistentCallerSavedRegs(), 0); in Compile_EMIT()
793 ABI_PopRegistersAndAdjustStack(*this, PersistentCallerSavedRegs(), 0); in Compile_EMIT()
797 ABI_PushRegistersAndAdjustStack(*this, PersistentCallerSavedRegs(), 0); in Compile_EMIT()
802 ABI_PopRegistersAndAdjustStack(*this, PersistentCallerSavedRegs(), 0); in Compile_EMIT()
812 ABI_PushRegistersAndAdjustStack(*this, PersistentCallerSavedRegs(), 0); in Compile_SETE()
815 ABI_PopRegistersAndAdjustStack(*this, PersistentCallerSavedRegs(), 0); in Compile_SETE()
H A Dshader_jit_x64_compiler.h95 std::bitset<32> PersistentCallerSavedRegs();
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/shader/
H A Dshader_jit_x64_compiler.cpp359 std::bitset<32> JitShader::PersistentCallerSavedRegs() { in PersistentCallerSavedRegs() function in Pica::Shader::JitShader
790 ABI_PushRegistersAndAdjustStack(*this, PersistentCallerSavedRegs(), 0); in Compile_EMIT()
793 ABI_PopRegistersAndAdjustStack(*this, PersistentCallerSavedRegs(), 0); in Compile_EMIT()
797 ABI_PushRegistersAndAdjustStack(*this, PersistentCallerSavedRegs(), 0); in Compile_EMIT()
802 ABI_PopRegistersAndAdjustStack(*this, PersistentCallerSavedRegs(), 0); in Compile_EMIT()
812 ABI_PushRegistersAndAdjustStack(*this, PersistentCallerSavedRegs(), 0); in Compile_SETE()
815 ABI_PopRegistersAndAdjustStack(*this, PersistentCallerSavedRegs(), 0); in Compile_SETE()
H A Dshader_jit_x64_compiler.h95 std::bitset<32> PersistentCallerSavedRegs();
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/macro/
H A Dmacro_jit_x64.h63 std::bitset<32> PersistentCallerSavedRegs() const;
H A Dmacro_jit_x64.cpp315 Common::X64::ABI_PushRegistersAndAdjustStack(*this, PersistentCallerSavedRegs(), 0); in Compile_Send()
320 Common::X64::ABI_PopRegistersAndAdjustStack(*this, PersistentCallerSavedRegs(), 0); in Compile_Send()
615 std::bitset<32> MacroJITx64Impl::PersistentCallerSavedRegs() const { in PersistentCallerSavedRegs() function in Tegra::MacroJITx64Impl