Searched defs:XmmRegister (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/x86_64/
H A Dconstants_x86_64.h48 class XmmRegister { class in namespace:art::x86_64
50 explicit XmmRegister(FloatRegister r) : reg_(r) {} function in class:art::x86_64::XmmRegister
63 std::ostream& operator<<(std::ostream& os, const XmmRegister& reg);
/art/compiler/utils/x86/
H A Dconstants_x86.h43 enum XmmRegister { enum in namespace:art::x86
55 std::ostream& operator<<(std::ostream& os, const XmmRegister& reg);

Completed in 18 milliseconds