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

/external/v8/src/arm64/
H A Dassembler-arm64.h385 class CPURegList { class in namespace:v8::internal
387 explicit CPURegList(CPURegister reg1, function in class:v8::internal::CPURegList
397 CPURegList(CPURegister::RegisterType type, int size, RegList list) function in class:v8::internal::CPURegList
402 CPURegList(CPURegister::RegisterType type, int size, int first_reg, function in class:v8::internal::CPURegList
430 // Combine another CPURegList into this one. Registers that already exist in
433 void Combine(const CPURegList& other);
435 // Remove every register in the other CPURegList from this one. Registers that
438 void Remove(const CPURegList& other);
460 static CPURegList GetCalleeSaved(int size = kXRegSizeInBits);
461 static CPURegList GetCalleeSavedF
[all...]

Completed in 141 milliseconds