Home
last modified time | relevance | path

Searched refs:Has32DRegs (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc778 if (Has32DRegs()) Vpush(Untyped64, DRegisterList(d16, 16)); in Printf()
899 if (Has32DRegs()) Vpop(Untyped64, DRegisterList(d16, 16)); in Printf()
Dassembler-aarch32.h186 bool Has32DRegs() const { return has_32_dregs_; } in Has32DRegs() function