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/vixl/src/a64/
Dsimulator-a64.cc397 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()
Dsimulator-a64.h90 inline uint32_t RawValue() const { in RawValue() function
/external/chromium_org/v8/src/arm64/
Dsimulator-arm64.cc1050 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()
Dsimulator-arm64.h91 uint32_t RawValue() const {