Home | History | Annotate | Download | only in x86

Lines Matching refs:x86

28 namespace x86 {
42 (1 << art::x86::kNumberOfCpuRegisters); // Fake return address callee save.
44 (1 << art::x86::EBP) | (1 << art::x86::ESI) | (1 << art::x86::EDI);
46 (1 << art::x86::ECX) | (1 << art::x86::EDX) | (1 << art::x86::EBX);
48 (1 << art::x86::EAX) | (1 << art::x86::ECX) | (1 << art::x86::EDX) | (1 << art::x86::EBX);
51 (1 << art::x86::XMM0) | (1 << art::x86::XMM1) |
52 (1 << art::x86::XMM2) | (1 << art::x86::XMM3);
54 (1 << art::x86::XMM0) | (1 << art::x86::XMM1) |
55 (1 << art::x86::XMM2) | (1 << art::x86::XMM3) |
56 (1 << art::x86::XMM4) | (1 << art::x86::XMM5) |
57 (1 << art::x86::XMM6) | (1 << art::x86::XMM7);
82 } // namespace x86