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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp1156 } else if (src->is_double_stack()) {
2022 } else if (opr2->is_double_stack()) {
2216 if (right->is_double_stack()) {
2285 if (right->is_double_stack()) {
3681 } else if (dest->is_double_stack()) {
3690 if (src->is_double_stack()) {
3700 if (dest->is_double_stack()) {
3710 if (src->is_double_stack()) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp789 (src->is_double_fpu() && dest->is_double_stack()),
H A Dc1_LIR.hpp373 bool is_double_stack() const { validate_type(); return check_value_mask(kind_mask | size_mask, stack_value | double_size); } function in class:LIR_OprDesc
406 int double_stack_ix() const { assert(is_double_stack() && !is_virtual(), "type check"); return (int)data(); }
H A Dc1_LIR.cpp1502 } else if (is_double_stack()) {
H A Dc1_LinearScan.cpp1183 } else if (o->is_double_stack()) {
2654 if (opr->is_double_stack()) {

Completed in 114 milliseconds