Searched refs:hreg (Results 1 – 6 of 6) sorted by relevance
55 Register hreg; in copyHint() local58 hreg = mi->getOperand(1).getReg(); in copyHint()62 hreg = mi->getOperand(0).getReg(); in copyHint()66 if (!hreg) in copyHint()69 if (Register::isVirtualRegister(hreg)) in copyHint()70 return sub == hsub ? hreg : Register(); in copyHint()73 Register CopiedPReg = (hsub ? tri.getSubReg(hreg, hsub) : hreg); in copyHint()
144 inline Float16 hreg(unsigned code) const { in hreg() function
238 return EqualFP16(expected, core, core->hreg(fpreg.GetCode())); in EqualFP16()
2089 MemoryWrite<uint16_t>(address, hreg(srcdst)); in LoadStoreHelper()3162 set_sreg(fd, FPToFloat(hreg(fn))); in VisitFPDataProcessing1Source()3165 set_dreg(fd, FPToDouble(FPToFloat(hreg(fn)))); in VisitFPDataProcessing1Source()
1024 float hreg(unsigned code) const { return vreg<uint16_t>(code); } in hreg() function
1544 VIXL_DEPRECATED("ReadHRegister", int16_t hreg(unsigned code) const) {