summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexManagerBase.cpp
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2014-09-14 16:47:48 +1200
committerScott Mansell <phiren@gmail.com>2015-01-24 16:08:50 +1300
commit3106b20fbec2487c29f11feac24bd912d7372293 (patch)
tree0ce51c1d6906f07d4531eda9469f6f064fb3f79c /Source/Core/VideoCommon/VertexManagerBase.cpp
parent75815b9b0dd7c7d8d8e6603190570f8834500e54 (diff)
JITIL: Improve address calulation for float loads/stores.
For floating loads with a known address, this eliminates the pattern of: mov r12d, 80001014 mov rdx, r12d mov rdx, dword ptr [rbp+rdx] and generates a nice simple: mov rdx, dword ptr [rbp+00001014]
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp')
0 files changed, 0 insertions, 0 deletions