Searched refs:tag_word (Results 1 – 9 of 9) sorted by relevance
81 uint32_t tag_word; member
84 uint8_t tag_word; member
98 out->float_save.tag_word = fpregs.twd; in FillCPUContext()174 out->flt_save.tag_word = fpregs.ftw;
79 out->float_save.tag_word = fp->tag; in FillCPUContext()134 out->flt_save.tag_word = fpregs->ftw;
100 float_save.tag_word = 0xffffffff151 float_save.tag_word = 0xffffffff647 float_save.tag_word = 0xffffffff
276 thread->fpregs.twd = rawregs->float_save.tag_word; in ParseThreadRegisters()286 thread->fpxregs.twd = rawregs->float_save.tag_word; in ParseThreadRegisters()332 thread->fpregs.ftw = rawregs->flt_save.tag_word; in ParseThreadRegisters()
147 D32(context.float_save.tag_word); in Context()
292 context_x86->float_save.tag_word); in Print()
804 Swap(&context_x86->float_save.tag_word); in Read()