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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp130 bool is_float_kind() const { return tag() == floatTag || tag() == doubleTag; } function in class:ValueType
H A Dc1_LIR.hpp77 bool is_float_kind() const { BasicType t = type(); return (t == T_FLOAT) || (t == T_DOUBLE); } function in class:LIR_OprPtr
362 bool is_float_kind() const { return is_pointer() ? pointer()->is_float_kind() : (kind_field() == fpu_register); } function in class:LIR_OprDesc

Completed in 46 milliseconds