Home
last modified time | relevance | path

Searched refs:IsFloatingPoint (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/
Dwasm-linkage.cc158 if (IsFloatingPoint(type)) { in Next()
178 bool IsFloatingPoint(LocalType type) { in IsFloatingPoint() function
Dinstruction.h517 !IsFloatingPoint(LocationOperand::cast(this)->representation()); in IsRegister()
522 IsFloatingPoint(LocationOperand::cast(this)->representation()); in IsDoubleRegister()
529 !IsFloatingPoint(LocationOperand::cast(this)->representation()); in IsStackSlot()
536 IsFloatingPoint(LocationOperand::cast(this)->representation()); in IsDoubleStackSlot()
543 IsFloatingPoint(LocationOperand::cast(this)->representation()) in GetCanonicalizedValue()
1224 return IsFloatingPoint(GetRepresentation(virtual_register)); in IsFloat()
Dinstruction-selector-impl.h273 if (IsFloatingPoint(rep)) { in ToUnallocatedOperand()
Dcode-generator.cc647 DCHECK(IsFloatingPoint(type.representation())); in AddTranslationForOperand()
665 DCHECK(IsFloatingPoint(type.representation())); in AddTranslationForOperand()
Dinstruction.cc245 DCHECK_IMPLIES(kind == REGISTER && !IsFloatingPoint(rep), in ExplicitOperand()
247 DCHECK_IMPLIES(kind == REGISTER && IsFloatingPoint(rep), in ExplicitOperand()
Dregister-allocator.cc332 return IsFloatingPoint(representation()) ? DOUBLE_REGISTERS in kind()
1507 DCHECK(!IsFloatingPoint(rep)); in AllocateFixed()
1511 DCHECK(IsFloatingPoint(rep)); in AllocateFixed()
/external/v8/src/
Dmachine-type.h171 inline bool IsFloatingPoint(MachineRepresentation rep) { in IsFloatingPoint() function
/external/v8/test/cctest/compiler/
Dtest-gap-resolver.cc89 is_float = IsFloatingPoint(LocationOperand::cast(op).representation()); in KeyFor()
Dtest-run-native-calls.cc136 if (IsFloatingPoint(type.representation())) { in Next()
158 int size = IsFloatingPoint(type.representation()) in StackWords()
/external/clang/include/clang/Basic/
DTokenKinds.def447 TYPE_TRAIT_1(__is_floating_point, IsFloatingPoint, KEYCXX)
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1858 if (IsFloatingPoint(rep) && loc == LinkageLocation::ForRegister(0)) { in AssembleReturn()