Home
last modified time | relevance | path

Searched refs:num_gprs (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/backend/x64/
H A Dabi.cpp26 static FrameInfo CalculateFrameInfo(size_t num_gprs, size_t num_xmms, size_t frame_size) { in CalculateFrameInfo() argument
28 const size_t rsp_alignment = (num_gprs % 2 == 0) ? 8 : 0; in CalculateFrameInfo()
46 const size_t num_gprs = std::count_if(regs.begin(), regs.end(), HostLocIsGPR); in ABI_PushRegistersAndAdjustStack() local
49 FrameInfo frame_info = CalculateFrameInfo(num_gprs, num_xmms, frame_size); in ABI_PushRegistersAndAdjustStack()
78 const size_t num_gprs = std::count_if(regs.begin(), regs.end(), HostLocIsGPR); in ABI_PopRegistersAndAdjustStack() local
81 FrameInfo frame_info = CalculateFrameInfo(num_gprs, num_xmms, frame_size); in ABI_PopRegistersAndAdjustStack()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/backend/x64/
H A Dabi.cpp26 static FrameInfo CalculateFrameInfo(size_t num_gprs, size_t num_xmms, size_t frame_size) { in CalculateFrameInfo() argument
28 const size_t rsp_alignment = (num_gprs % 2 == 0) ? 8 : 0; in CalculateFrameInfo()
46 const size_t num_gprs = std::count_if(regs.begin(), regs.end(), HostLocIsGPR); in ABI_PushRegistersAndAdjustStack() local
49 FrameInfo frame_info = CalculateFrameInfo(num_gprs, num_xmms, frame_size); in ABI_PushRegistersAndAdjustStack()
78 const size_t num_gprs = std::count_if(regs.begin(), regs.end(), HostLocIsGPR); in ABI_PopRegistersAndAdjustStack() local
81 FrameInfo frame_info = CalculateFrameInfo(num_gprs, num_xmms, frame_size); in ABI_PopRegistersAndAdjustStack()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/backend/x64/
H A Dabi.cpp26 static FrameInfo CalculateFrameInfo(size_t num_gprs, size_t num_xmms, size_t frame_size) { in CalculateFrameInfo() argument
28 const size_t rsp_alignment = (num_gprs % 2 == 0) ? 8 : 0; in CalculateFrameInfo()
46 const size_t num_gprs = std::count_if(regs.begin(), regs.end(), HostLocIsGPR); in ABI_PushRegistersAndAdjustStack() local
49 FrameInfo frame_info = CalculateFrameInfo(num_gprs, num_xmms, frame_size); in ABI_PushRegistersAndAdjustStack()
78 const size_t num_gprs = std::count_if(regs.begin(), regs.end(), HostLocIsGPR); in ABI_PopRegistersAndAdjustStack() local
81 FrameInfo frame_info = CalculateFrameInfo(num_gprs, num_xmms, frame_size); in ABI_PopRegistersAndAdjustStack()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/tests/unicorn_emu/
H A Da64_unicorn.h24 static constexpr size_t num_gprs = 31;
25 using RegisterArray = std::array<u64, num_gprs>;
26 using RegisterPtrArray = std::array<RegisterArray::pointer, num_gprs>;
27 using RegisterConstPtrArray = std::array<RegisterArray::const_pointer, num_gprs>;
H A Da32_unicorn.h24 static constexpr size_t num_gprs = 16; variable
28 using RegisterArray = std::array<u32, num_gprs>;
29 using RegisterPtrArray = std::array<RegisterArray::pointer, num_gprs>;
30 using RegisterConstPtrArray = std::array<RegisterArray::const_pointer, num_gprs>;
H A Da64_unicorn.cpp65 constexpr std::array<int, A64Unicorn::num_gprs> gpr_ids{
79 reinterpret_cast<void**>(ptrs.data()), static_cast<int>(num_gprs))); in GetRegisters()
89 … reinterpret_cast<void**>(const_cast<u64**>(ptrs.data())), static_cast<int>(num_gprs))); in SetRegisters()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/tests/unicorn_emu/
H A Da64_unicorn.h24 static constexpr size_t num_gprs = 31;
25 using RegisterArray = std::array<u64, num_gprs>;
26 using RegisterPtrArray = std::array<RegisterArray::pointer, num_gprs>;
27 using RegisterConstPtrArray = std::array<RegisterArray::const_pointer, num_gprs>;
H A Da32_unicorn.h24 static constexpr size_t num_gprs = 16; variable
28 using RegisterArray = std::array<u32, num_gprs>;
29 using RegisterPtrArray = std::array<RegisterArray::pointer, num_gprs>;
30 using RegisterConstPtrArray = std::array<RegisterArray::const_pointer, num_gprs>;
H A Da64_unicorn.cpp65 constexpr std::array<int, A64Unicorn::num_gprs> gpr_ids{
79 reinterpret_cast<void**>(ptrs.data()), static_cast<int>(num_gprs))); in GetRegisters()
89 … reinterpret_cast<void**>(const_cast<u64**>(ptrs.data())), static_cast<int>(num_gprs))); in SetRegisters()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/tests/unicorn_emu/
H A Da64_unicorn.h24 static constexpr size_t num_gprs = 31;
25 using RegisterArray = std::array<u64, num_gprs>;
26 using RegisterPtrArray = std::array<RegisterArray::pointer, num_gprs>;
27 using RegisterConstPtrArray = std::array<RegisterArray::const_pointer, num_gprs>;
H A Da32_unicorn.h24 static constexpr size_t num_gprs = 16; variable
28 using RegisterArray = std::array<u32, num_gprs>;
29 using RegisterPtrArray = std::array<RegisterArray::pointer, num_gprs>;
30 using RegisterConstPtrArray = std::array<RegisterArray::const_pointer, num_gprs>;
H A Da64_unicorn.cpp65 constexpr std::array<int, A64Unicorn::num_gprs> gpr_ids{
79 reinterpret_cast<void**>(ptrs.data()), static_cast<int>(num_gprs))); in GetRegisters()
89 … reinterpret_cast<void**>(const_cast<u64**>(ptrs.data())), static_cast<int>(num_gprs))); in SetRegisters()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c98 PUSH_DATA (push, vp->num_gprs); in nvc0_vertprog_validate()
186 PUSH_DATA (push, fp->num_gprs); in nvc0_fragprog_validate()
210 PUSH_DATA (push, tp->num_gprs); in nvc0_tctlprog_validate()
238 PUSH_DATA (push, tp->num_gprs); in nvc0_tevlprog_validate()
258 PUSH_DATA (push, gp->num_gprs); in nvc0_gmtyprog_validate()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c98 PUSH_DATA (push, vp->num_gprs); in nvc0_vertprog_validate()
186 PUSH_DATA (push, fp->num_gprs); in nvc0_fragprog_validate()
210 PUSH_DATA (push, tp->num_gprs); in nvc0_tctlprog_validate()
238 PUSH_DATA (push, tp->num_gprs); in nvc0_tevlprog_validate()
258 PUSH_DATA (push, gp->num_gprs); in nvc0_gmtyprog_validate()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c98 PUSH_DATA (push, vp->num_gprs); in nvc0_vertprog_validate()
186 PUSH_DATA (push, fp->num_gprs); in nvc0_fragprog_validate()
210 PUSH_DATA (push, tp->num_gprs); in nvc0_tctlprog_validate()
238 PUSH_DATA (push, tp->num_gprs); in nvc0_tevlprog_validate()
258 PUSH_DATA (push, gp->num_gprs); in nvc0_gmtyprog_validate()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c98 PUSH_DATA (push, vp->num_gprs); in nvc0_vertprog_validate()
186 PUSH_DATA (push, fp->num_gprs); in nvc0_fragprog_validate()
210 PUSH_DATA (push, tp->num_gprs); in nvc0_tctlprog_validate()
238 PUSH_DATA (push, tp->num_gprs); in nvc0_tevlprog_validate()
258 PUSH_DATA (push, gp->num_gprs); in nvc0_gmtyprog_validate()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c97 PUSH_DATA (push, vp->num_gprs); in nvc0_vertprog_validate()
175 PUSH_DATA (push, fp->num_gprs); in nvc0_fragprog_validate()
199 PUSH_DATA (push, tp->num_gprs); in nvc0_tctlprog_validate()
227 PUSH_DATA (push, tp->num_gprs); in nvc0_tevlprog_validate()
247 PUSH_DATA (push, gp->num_gprs); in nvc0_gmtyprog_validate()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c98 PUSH_DATA (push, vp->num_gprs); in nvc0_vertprog_validate()
186 PUSH_DATA (push, fp->num_gprs); in nvc0_fragprog_validate()
210 PUSH_DATA (push, tp->num_gprs); in nvc0_tctlprog_validate()
238 PUSH_DATA (push, tp->num_gprs); in nvc0_tevlprog_validate()
258 PUSH_DATA (push, gp->num_gprs); in nvc0_gmtyprog_validate()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c98 PUSH_DATA (push, vp->num_gprs); in nvc0_vertprog_validate()
186 PUSH_DATA (push, fp->num_gprs); in nvc0_fragprog_validate()
210 PUSH_DATA (push, tp->num_gprs); in nvc0_tctlprog_validate()
238 PUSH_DATA (push, tp->num_gprs); in nvc0_tevlprog_validate()
258 PUSH_DATA (push, gp->num_gprs); in nvc0_gmtyprog_validate()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c98 PUSH_DATA (push, vp->num_gprs); in nvc0_vertprog_validate()
186 PUSH_DATA (push, fp->num_gprs); in nvc0_fragprog_validate()
210 PUSH_DATA (push, tp->num_gprs); in nvc0_tctlprog_validate()
238 PUSH_DATA (push, tp->num_gprs); in nvc0_tevlprog_validate()
258 PUSH_DATA (push, gp->num_gprs); in nvc0_gmtyprog_validate()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c98 PUSH_DATA (push, vp->num_gprs); in nvc0_vertprog_validate()
186 PUSH_DATA (push, fp->num_gprs); in nvc0_fragprog_validate()
210 PUSH_DATA (push, tp->num_gprs); in nvc0_tctlprog_validate()
238 PUSH_DATA (push, tp->num_gprs); in nvc0_tevlprog_validate()
258 PUSH_DATA (push, gp->num_gprs); in nvc0_gmtyprog_validate()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c98 PUSH_DATA (push, vp->num_gprs); in nvc0_vertprog_validate()
186 PUSH_DATA (push, fp->num_gprs); in nvc0_fragprog_validate()
210 PUSH_DATA (push, tp->num_gprs); in nvc0_tctlprog_validate()
238 PUSH_DATA (push, tp->num_gprs); in nvc0_tevlprog_validate()
258 PUSH_DATA (push, gp->num_gprs); in nvc0_gmtyprog_validate()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c98 PUSH_DATA (push, vp->num_gprs); in nvc0_vertprog_validate()
186 PUSH_DATA (push, fp->num_gprs); in nvc0_fragprog_validate()
210 PUSH_DATA (push, tp->num_gprs); in nvc0_tctlprog_validate()
238 PUSH_DATA (push, tp->num_gprs); in nvc0_tevlprog_validate()
258 PUSH_DATA (push, gp->num_gprs); in nvc0_gmtyprog_validate()
/dports/games/retroarch/RetroArch-1.9.7/wiiu/include/wiiu/gx2/
H A Dshaders.h88 unsigned num_gprs : 8; member
232 unsigned num_gprs : 8; member
395 unsigned num_gprs : 8; member
456 unsigned num_gprs : 8; member
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/gx2_shaders/
H A Dsprite.c236 .sq_pgm_resources_vs.num_gprs = 4,
272 .sq_pgm_resources_ps.num_gprs = 2,
289 .sq_pgm_resources_gs.num_gprs = 10,
306 .sq_pgm_resources_vs.num_gprs = 4,

1234567891011