Searched defs:is_double (Results 1 – 9 of 9) sorted by relevance
61 const char* VFPRegisters::Name(int reg, bool is_double) { in Name()67 int VFPRegisters::Number(const char* name, bool* is_double) { in Number()
117 bool is_double; in GetVFPSingleValue() local128 bool is_double; in GetVFPDoubleValue() local
41 bool is_double() const { return EncodingBits::decode(bit_field_) == kDouble; } in is_double() function
156 bool is_double() const { return type() == Type::DOUBLE; } in is_double() function
624 special_op* find_special_op_from_op(unsigned op1, unsigned op2, int is_double) { in find_special_op_from_op()648 special_op* find_special_op_from_name(const char* name, int is_double) { in find_special_op_from_name()
523 bool is_double() const in is_double() function
2396 bool is_double = type_sz(inst->dst.type) == 8; in scalarize_df() local
296 Label is_double(this); in HandleLoadField() local313 Label is_double(this); in HandleLoadField() local
151 bool is_double; member