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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp9949 int tag_for_st(int i) const { return _tag_word.tag_at((_status_word.top() + i) & register_mask); } function in class:FPU_State
10087 if( fs->tag_for_st(7) != 3 ) {
10101 while (i < FPU_State::number_of_registers && fs->tag_for_st(i) < 3) i++;
10103 while (i < FPU_State::number_of_registers && fs->tag_for_st(i) == 3) i++;

Completed in 74 milliseconds