Searched refs:fpcr (Results 1 - 7 of 7) sorted by relevance

/gem5/src/arch/alpha/
H A Disa.cc59 SERIALIZE_SCALAR(fpcr);
69 UNSERIALIZE_SCALAR(fpcr);
82 return fpcr;
102 return fpcr;
121 fpcr = val;
147 fpcr = val;
H A Disa.hh63 uint64_t fpcr; // floating point condition codes member in class:AlphaISA::ISA
87 fpcr = 0;
/gem5/src/arch/arm/
H A Dremote_gdb.hh102 uint32_t fpcr; member in struct:ArmISA::RemoteGDB::AArch64GdbRegCache::__anon2
H A Dremote_gdb.cc221 r.fpcr = context->readMiscRegNoEffect(MISCREG_FPCR);
250 context->setMiscRegNoEffect(MISCREG_FPCR, r.fpcr);
/gem5/src/arch/mips/linux/
H A Dprocess.cc115 TypedBufferArg<uint64_t> fpcr(bufPtr);
117 *fpcr = 0;
118 fpcr.copyOut(tc->getVirtProxy());
145 TypedBufferArg<uint64_t> fpcr(bufPtr);
147 fpcr.copyIn(tc->getVirtProxy());
149 " setting FPCR to 0x%x\n", gtoh(*(uint64_t*)fpcr));
/gem5/src/arch/alpha/linux/
H A Dprocess.cc111 TypedBufferArg<uint64_t> fpcr(bufPtr);
113 *fpcr = 0;
114 fpcr.copyOut(tc->getVirtProxy());
140 TypedBufferArg<uint64_t> fpcr(bufPtr);
142 fpcr.copyIn(tc->getVirtProxy());
144 " setting FPCR to 0x%x\n", gtoh(*(uint64_t*)fpcr));
/gem5/src/arch/arm/kvm/
H A Darmv8_cpu.cc113 MiscRegInfo(INT_REG(fp_regs.fpcr), MISCREG_FPCR, "FPCR"),

Completed in 7 milliseconds