Searched defs:is_double (Results 1 – 10 of 10) sorted by relevance
54 const char* VFPRegisters::Name(int reg, bool is_double) { in Name()59 int VFPRegisters::Number(const char* name, bool* is_double) { in Number()
41 bool is_double() const { return EncodingBits::decode(bit_field_) == kDouble; } in is_double() function
220 bool is_double = false; in NextToken() local
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()
2146 bool is_double = type_sz(inst->dst.type) == 8; in scalarize_df() local
897 bool is_double() const in is_double() function
108 int is_double; member
305 Label is_double(this); in HandleLoadField() local322 Label is_double(this); in HandleLoadField() local
124 bool is_double; in GetVFPSingleValue() local134 bool is_double; in GetVFPDoubleValue() local
1969 is_double(nir_alu_type alu_type, unsigned bit_size) in is_double() function