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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp435 op->set_fpu_pop_count(1);
444 op->set_fpu_pop_count(1);
723 op2->set_fpu_pop_count(1);
761 op2->set_fpu_pop_count(1);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1073 void set_fpu_pop_count(int count) { assert(count >= 0 && count <= 1, "currently only 0 and 1 are valid"); _fpu_pop_count = count; } function in class:LIR_Op

Completed in 45 milliseconds