Adding fallback for pre-MOVBE-supporting processors.

This commit is contained in:
Ben Vanik
2015-06-16 20:05:55 -07:00
parent 75206149ab
commit c34db170f5
7 changed files with 62 additions and 14 deletions

View File

@@ -17,6 +17,8 @@ namespace cpu {
namespace backend {
struct MachineInfo {
bool supports_extended_load_store;
struct RegisterSet {
enum Types {
INT_TYPES = (1 << 1),