Home
last modified time | relevance | path

Searched refs:RawValue (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h70 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() argument
71 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
/external/v8/src/arm64/
Dsimulator-arm64.h91 uint32_t RawValue() const {
Dsimulator-arm64.cc3193 case NZCV: set_xreg(instr->Rt(), nzcv().RawValue()); break; in VisitSystem()
3194 case FPCR: set_xreg(instr->Rt(), fpcr().RawValue()); break; in VisitSystem()
/external/vixl/src/vixl/a64/
Dsimulator-a64.cc2389 case NZCV: set_xreg(instr->Rt(), nzcv().RawValue()); break; in VisitSystem()
2390 case FPCR: set_xreg(instr->Rt(), fpcr().RawValue()); break; in VisitSystem()
Dsimulator-a64.h687 uint32_t RawValue() const { in RawValue() function