Home
last modified time | relevance | path

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

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/DSP/Jit/x64/
H A DDSPEmitter.cpp126 const u8 flags = Analyzer::GetCodeFlags(m_compile_pc); in FlagsNeeded()
229 if (Analyzer::GetCodeFlags(m_compile_pc) & Analyzer::CODE_CHECK_INT) in Compile()
247 if (Analyzer::GetCodeFlags(static_cast<u16>(m_compile_pc - 1u)) & Analyzer::CODE_LOOP_END) in Compile()
268 if (!Host::OnThread() && Analyzer::GetCodeFlags(start_addr) & Analyzer::CODE_IDLE_SKIP) in Compile()
304 if (!Host::OnThread() && Analyzer::GetCodeFlags(start_addr) & Analyzer::CODE_IDLE_SKIP) in Compile()
321 if (Analyzer::GetCodeFlags(m_compile_pc) & Analyzer::CODE_IDLE_SKIP) in Compile()
367 if (!Host::OnThread() && Analyzer::GetCodeFlags(start_addr) & Analyzer::CODE_IDLE_SKIP) in Compile()
H A DDSPJitBranch.cpp86 if (Analyzer::GetCodeFlags(m_start_address) & Analyzer::CODE_IDLE_SKIP) in WriteBranchExit()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/DSP/Interpreter/
H A DDSPInterpreter.cpp101 if (Analyzer::GetCodeFlags(static_cast<u16>(g_dsp.pc - 1u)) & Analyzer::CODE_LOOP_END) in Step()
159 if (Analyzer::GetCodeFlags(g_dsp.pc) & Analyzer::CODE_IDLE_SKIP) in RunCyclesDebug()
209 if (Analyzer::GetCodeFlags(g_dsp.pc) & Analyzer::CODE_IDLE_SKIP) in RunCycles()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/DSP/
H A DDSPAnalyzer.h34 u8 GetCodeFlags(u16 address);
H A DDSPAnalyzer.cpp163 u8 GetCodeFlags(u16 address) in GetCodeFlags() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Description/
H A DSoapProtocolImporter.cs219 internal static CodeFlags[] GetCodeFlags(IList parameters, int specifiedCount) { in GetCodeFlags() method in System.Web.Services.Description.SoapParameter
221 GetCodeFlags(parameters, codeFlags, 0, specifiedCount); in GetCodeFlags()
225 …internal static void GetCodeFlags(IList parameters, CodeFlags[] codeFlags, int start, int specifie… in GetCodeFlags() method in System.Web.Services.Description.SoapParameter
803 …CodeFlags[] parameterFlags = SoapParameter.GetCodeFlags(parameters.Parameters, parameters.CheckSpe… in GenerateMethod()