isa_traits.hh (8542:7230ff0738e3) isa_traits.hh (8902:75b524b64c28)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 71 unchanged lines hidden (view full) ---

80 { 1, 0x0, 0x0, 0x90 }, // One opcode byte, 0x90.
81 0x0, 0x0, // No modrm or sib.
82 0, 0, // No immediate or displacement.
83 8, 8, 8, // All sizes are 8.
84 0, // Displacement size is 0.
85 SixtyFourBitMode // Behave as if we're in 64 bit
86 // mode (this doesn't actually matter).
87 };
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 71 unchanged lines hidden (view full) ---

80 { 1, 0x0, 0x0, 0x90 }, // One opcode byte, 0x90.
81 0x0, 0x0, // No modrm or sib.
82 0, 0, // No immediate or displacement.
83 8, 8, 8, // All sizes are 8.
84 0, // Displacement size is 0.
85 SixtyFourBitMode // Behave as if we're in 64 bit
86 // mode (this doesn't actually matter).
87 };
88};
88}
89
90#endif // __ARCH_X86_ISATRAITS_HH__
89
90#endif // __ARCH_X86_ISATRAITS_HH__