summaryrefslogtreecommitdiff
path: root/compiler/utils/x86/constants_x86.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2018-05-22 15:33:35 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-05-22 15:33:35 +0000
commitd352156dfeadc72fda186ef8dcbeea4d06eee509 (patch)
tree64ff7c025cacac290e21beea27ef6533e4f04d79 /compiler/utils/x86/constants_x86.h
parentcbe50e965be5bcc7e9e0bba8b52a9b1adb7c291f (diff)
parentd3083dd15af1cb4ffc13d87a7d2c3be2edb9199d (diff)
Merge "Refactor runtime callee save frame info."
Diffstat (limited to 'compiler/utils/x86/constants_x86.h')
-rw-r--r--compiler/utils/x86/constants_x86.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/compiler/utils/x86/constants_x86.h b/compiler/utils/x86/constants_x86.h
index 73ef028075..a782b16c6b 100644
--- a/compiler/utils/x86/constants_x86.h
+++ b/compiler/utils/x86/constants_x86.h
@@ -40,21 +40,6 @@ enum ByteRegister {
kNoByteRegister = -1 // Signals an illegal register.
};
-
-enum XmmRegister {
- XMM0 = 0,
- XMM1 = 1,
- XMM2 = 2,
- XMM3 = 3,
- XMM4 = 4,
- XMM5 = 5,
- XMM6 = 6,
- XMM7 = 7,
- kNumberOfXmmRegisters = 8,
- kNoXmmRegister = -1 // Signals an illegal register.
-};
-std::ostream& operator<<(std::ostream& os, const XmmRegister& reg);
-
enum X87Register {
ST0 = 0,
ST1 = 1,