HomeSort by relevance Sort by last modified time
    Searched defs:XmmRegister (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/x86_64/
constants_x86_64.h 48 class XmmRegister {
50 explicit constexpr XmmRegister(FloatRegister r) : reg_(r) {}
51 explicit constexpr XmmRegister(int r) : reg_(FloatRegister(r)) {}
64 std::ostream& operator<<(std::ostream& os, const XmmRegister& reg);
  /art/compiler/utils/x86/
constants_x86.h 43 enum XmmRegister {
55 std::ostream& operator<<(std::ostream& os, const XmmRegister& reg);

Completed in 78 milliseconds