|
|
@ -25,14 +25,13 @@ |
|
|
#include "common/container/unordered_map.h" |
|
|
#include "common/container/unordered_map.h" |
|
|
#include "common/container/unordered_set.h" |
|
|
#include "common/container/unordered_set.h" |
|
|
#include <boost/unordered_map.hpp> |
|
|
#include <boost/unordered_map.hpp> |
|
|
|
|
|
#define XBYAK_NO_EXCEPTION 1 |
|
|
#define XBYAK_STD_UNORDERED_SET ::Common::unordered_set |
|
|
#define XBYAK_STD_UNORDERED_SET ::Common::unordered_set |
|
|
#define XBYAK_STD_UNORDERED_MAP ::Common::unordered_map |
|
|
#define XBYAK_STD_UNORDERED_MAP ::Common::unordered_map |
|
|
#define XBYAK_STD_UNORDERED_MULTIMAP boost::unordered_multimap |
|
|
#define XBYAK_STD_UNORDERED_MULTIMAP boost::unordered_multimap |
|
|
#include <xbyak/xbyak.h> |
|
|
#include <xbyak/xbyak.h> |
|
|
#include <xbyak/xbyak_util.h> |
|
|
#include <xbyak/xbyak_util.h> |
|
|
|
|
|
|
|
|
#include <xbyak/xbyak.h> |
|
|
|
|
|
|
|
|
|
|
|
namespace Common::X64 { |
|
|
namespace Common::X64 { |
|
|
|
|
|
|
|
|
constexpr size_t RegToIndex(const Xbyak::Reg& reg) { |
|
|
constexpr size_t RegToIndex(const Xbyak::Reg& reg) { |
|
|
|