Searched refs:ftwx (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/x86/
H A Dutility.hh164 * @param ftwx Tag word in the abridged format.
167 uint16_t convX87XTagsToTags(uint8_t ftwx);
H A Dutility.cc291 uint8_t ftwx(0);
305 // bit in the ftwx if it's not empty,
307 ftwx |= 1 << i;
310 return ftwx;
314 convX87XTagsToTags(uint8_t ftwx) argument
318 const unsigned xtag(((ftwx >> i) & 0x1));
/gem5/src/cpu/kvm/
H A Dx86_cpu.cc75 uint8_t ftwx; member in struct:FXSave
285 inform("\tftwx: 0x%x\n", fpu.ftwx);
292 const bool empty(!((fpu.ftwx >> reg_idx) & 0x1));
833 fpu.ftwx = X86ISA::convX87TagsToXTags(ftw);
1063 uint64_t ftw(convX87XTagsToTags(fpu.ftwx));

Completed in 9 milliseconds