Searched refs:RawValue (Results 1 – 5 of 5) sorted by relevance
70 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() argument71 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
397 if (print_all || first_run || (last_nzcv.RawValue() != nzcv().RawValue())) { in PrintSystemRegisters()407 if (print_all || first_run || (last_fpcr.RawValue() != fpcr().RawValue())) { in PrintSystemRegisters()2340 case NZCV: set_xreg(instr->Rt(), nzcv().RawValue()); break; in VisitSystem()2341 case FPCR: set_xreg(instr->Rt(), fpcr().RawValue()); break; in VisitSystem()
90 inline uint32_t RawValue() const { in RawValue() function
1050 if (print_all || first_run || (last_nzcv.RawValue() != nzcv().RawValue())) { in PrintSystemRegisters()1060 if (print_all || first_run || (last_fpcr.RawValue() != fpcr().RawValue())) { in PrintSystemRegisters()3107 case NZCV: set_xreg(instr->Rt(), nzcv().RawValue()); break; in VisitSystem()3108 case FPCR: set_xreg(instr->Rt(), fpcr().RawValue()); break; in VisitSystem()
91 uint32_t RawValue() const {