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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp9941 StatusWord _status_word; member in class:FPU_State
9949 int tag_for_st(int i) const { return _tag_word.tag_at((_status_word.top() + i) & register_mask); }
9965 { int t = _status_word.top();
9976 printf("stat = "); _status_word .print(); printf("\n");

Completed in 65 milliseconds