Searched refs:status_word (Results 1 – 12 of 12) sorted by relevance
232 status_word = db.status_word[status]233 tooltip += "%d %s " % (box_data.status_count[status], status_word)
234 self.status_word = db.status_word[status_num]
56 self.status_word = {}60 self.status_word[s[0]] = s[1]
80 uint32_t status_word; member
83 uint16_t status_word; member
97 out->float_save.status_word = fpregs.swd; in FillCPUContext()173 out->flt_save.status_word = fpregs.swd;
78 out->float_save.status_word = fp->sw; in FillCPUContext()133 out->flt_save.status_word = fpregs->swd;
99 float_save.status_word = 0xffff0000150 float_save.status_word = 0xffff0000646 float_save.status_word = 0xffff0000
275 thread->fpregs.swd = rawregs->float_save.status_word; in ParseThreadRegisters()285 thread->fpxregs.swd = rawregs->float_save.status_word; in ParseThreadRegisters()331 thread->fpregs.swd = rawregs->flt_save.status_word; in ParseThreadRegisters()
146 D32(context.float_save.status_word); in Context()
290 context_x86->float_save.status_word); in Print()
803 Swap(&context_x86->float_save.status_word); in Read()