Home
last modified time | relevance | path

Searched refs:is_double (Results 1 – 25 of 41) sorted by relevance

12

/external/v8/src/arm/
Dconstants-arm.cc70 const char* VFPRegisters::Name(int reg, bool is_double) { in Name() argument
72 return names_[reg + (is_double ? kNumVFPSingleRegisters : 0)]; in Name()
76 int VFPRegisters::Number(const char* name, bool* is_double) { in Number() argument
80 *is_double = false; in Number()
83 *is_double = true; in Number()
Dconstants-arm.h718 static const char* Name(int reg, bool is_double);
723 static int Number(const char* name, bool* is_double);
Dsimulator-arm.cc116 bool is_double; in GetVFPSingleValue() local
117 int regnum = VFPRegisters::Number(desc, &is_double); in GetVFPSingleValue()
118 if (regnum != kNoRegister && !is_double) { in GetVFPSingleValue()
127 bool is_double; in GetVFPDoubleValue() local
128 int regnum = VFPRegisters::Number(desc, &is_double); in GetVFPDoubleValue()
129 if (regnum != kNoRegister && is_double) { in GetVFPDoubleValue()
/external/v8/src/
Dfield-index-inl.h26 bool is_double) { in ForPropertyIndex() argument
39 is_double, inobject_properties, first_inobject_offset); in ForPropertyIndex()
47 bool is_double = field_index & 1; in ForLoadByFieldIndex() local
59 FieldIndex result(is_inobject, field_index, is_double, in ForLoadByFieldIndex()
84 return is_double() ? (result | 1) : result; in GetLoadByFieldIndex()
Dfield-index.h26 bool is_double = false);
40 bool is_double() const { in is_double() function
80 FieldIndex(bool is_inobject, int local_index, bool is_double,
85 IsDoubleBits::encode(is_double) |
Dlookup.cc695 bool is_double = representation().IsDouble(); in GetFieldIndex() local
696 return FieldIndex::ForPropertyIndex(holder_map, index, is_double); in GetFieldIndex()
Dcode-stub-assembler.cc2072 bool is_double = IsFastDoubleElementsKind(kind); in FillFixedArrayWithValue() local
2075 DCHECK_IMPLIES(is_double, value_root_index == Heap::kTheHoleValueRootIndex); in FillFixedArrayWithValue()
2083 [this, value, is_double, double_hole](Node* array, Node* offset) { in FillFixedArrayWithValue()
2084 if (is_double) { in FillFixedArrayWithValue()
/external/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp203 assert(ir->operands[1]->type->is_float() || ir->operands[1]->type->is_double()); in div_to_mul_rcp()
332 (lowering(DDIV_TO_MUL_RCP) && ir->type->is_double())) in mod_to_floor()
338 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in mod_to_floor()
1590 if (ir->operands[0]->type->is_double()) in visit_leave()
1594 if (ir->operands[0]->type->is_double()) in visit_leave()
1606 (ir->operands[1]->type->is_double() && lowering(DDIV_TO_MUL_RCP))) in visit_leave()
1621 if (lowering(MOD_TO_FLOOR) && (ir->type->is_float() || ir->type->is_double())) in visit_leave()
1633 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->type->is_double()) in visit_leave()
1638 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->operands[0]->type->is_double()) in visit_leave()
1643 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->operands[0]->type->is_double()) in visit_leave()
[all …]
Dloop_controls.cpp105 const ir_expression_operation op = iter->type->is_double() in calculate_iterations()
Dir_constant_expression.cpp59 assert(op0->type->is_double() && op1->type->is_double()); in dot_d()
Dir_validate.cpp592 ir->operands[0]->type->is_double()); in visit_leave()
Dast_function.cpp1521 if (!col_type->is_double()) { in emit_inline_matrix_constructor()
/external/v8/src/ic/
Dhandler-configuration-inl.h20 IsDoubleBits::encode(field_index.is_double()) | in LoadField()
Daccessor-assembler.cc250 Label is_double(this); in HandleLoadICSmiHandlerCase() local
251 GotoIf(IsSetWord<LoadHandler::IsDoubleBits>(handler_word), &is_double); in HandleLoadICSmiHandlerCase()
254 Bind(&is_double); in HandleLoadICSmiHandlerCase()
267 Label is_double(this); in HandleLoadICSmiHandlerCase() local
270 GotoIf(IsSetWord<LoadHandler::IsDoubleBits>(handler_word), &is_double); in HandleLoadICSmiHandlerCase()
273 Bind(&is_double); in HandleLoadICSmiHandlerCase()
/external/mesa3d/src/compiler/
Dglsl_types.h499 bool is_double() const in is_double() function
Dglsl_types.cpp257 return this->is_double(); in contains_double()
1412 if ((!state || state->has_double()) && this->is_double()) in can_implicitly_convert_to()
1416 if ((!state || state->has_double()) && desired->is_double()) { in can_implicitly_convert_to()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_vector_splitting.cpp378 if (entry->var->type->is_double()) { in brw_do_vector_splitting()
Dbrw_vec4.cpp2350 bool is_double = type_sz(inst->dst.type) == 8; in scalarize_df() local
2351 for (int arg = 0; !is_double && arg < 3; arg++) { in scalarize_df()
2352 is_double = inst->src[arg].file != BAD_FILE && in scalarize_df()
2356 if (!is_double) in scalarize_df()
/external/libchrome/base/
Dvalues.cc217 if (is_double()) in GetDouble()
260 if (out_value && is_double()) { in GetAsDouble()
268 return is_double() || is_int(); in GetAsDouble()
Dvalues.h120 bool is_double() const { return type() == Type::DOUBLE; } in is_double() function
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c35 bool is_double; member
956 if (const_value->is_double) in spec_constant_decoration_cb()
970 data.is_double = false; in get_specialization()
981 data.is_double = true; in get_specialization64()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h818 bool is_double() const { in is_double() function
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h810 bool is_double() const { in is_double() function
/external/v8/src/crankshaft/x64/
Dlithium-x64.h801 bool is_double() const { in is_double() function
/external/v8/src/crankshaft/arm/
Dlithium-arm.h817 bool is_double() const { in is_double() function

12