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()
91 uint32_t RawValue() const {
3193 case NZCV: set_xreg(instr->Rt(), nzcv().RawValue()); break; in VisitSystem()3194 case FPCR: set_xreg(instr->Rt(), fpcr().RawValue()); break; in VisitSystem()
2389 case NZCV: set_xreg(instr->Rt(), nzcv().RawValue()); break; in VisitSystem()2390 case FPCR: set_xreg(instr->Rt(), fpcr().RawValue()); break; in VisitSystem()
687 uint32_t RawValue() const { in RawValue() function