Searched refs:Has32DRegs (Results 1 – 2 of 2) sorted by relevance
482 if (Has32DRegs()) Vpush(Untyped64, DRegisterList(d16, 16)); in Printf()603 if (Has32DRegs()) Vpop(Untyped64, DRegisterList(d16, 16)); in Printf()
186 bool Has32DRegs() const { return has_32_dregs_; } in Has32DRegs() function