Searched defs:_fpu_pop_count (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1020 int _fpu_pop_count; member in class:LIR_Op
1038 , _fpu_pop_count(0)
1051 , _fpu_pop_count(0)
1073 void set_fpu_pop_count(int count) { assert(count >= 0 && count <= 1, "currently only 0 and 1 are valid"); _fpu_pop_count = count; }
1074 int fpu_pop_count() const { return _fpu_pop_count; }
1075 bool pop_fpu_stack() { return _fpu_pop_count > 0; }

Completed in 130 milliseconds