Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-linkage.cc179 if (IsFloatingPoint(type)) { in Next()
210 bool IsFloatingPoint(LocalType type) { in IsFloatingPoint() function
Dinstruction.h542 !IsFloatingPoint(LocationOperand::cast(this)->representation()); in IsRegister()
547 IsFloatingPoint(LocationOperand::cast(this)->representation()); in IsFPRegister()
572 !IsFloatingPoint(LocationOperand::cast(this)->representation()); in IsStackSlot()
579 IsFloatingPoint(LocationOperand::cast(this)->representation()); in IsFPStackSlot()
610 if (IsFloatingPoint(rep)) { in GetCanonicalizedValue()
1339 return IsFloatingPoint(GetRepresentation(virtual_register)); in IsFP()
Dinstruction-selector-impl.h278 if (IsFloatingPoint(rep)) { in ToUnallocatedOperand()
Dregister-allocator.cc485 return IsFloatingPoint(representation()) ? FP_REGISTERS : GENERAL_REGISTERS; in kind()
1571 DCHECK(!IsFloatingPoint(rep)); in MarkAllocated()
1602 DCHECK(!IsFloatingPoint(rep)); in AllocateFixed()
1606 DCHECK(IsFloatingPoint(rep)); in AllocateFixed()
Dinstruction.cc253 DCHECK_IMPLIES(kind == REGISTER && !IsFloatingPoint(rep), in ExplicitOperand()
Dwasm-compiler.cc2651 bool isFloat = IsFloatingPoint(memtype.representation()); in BuildUnalignedLoad()
2791 bool isFloat = IsFloatingPoint(memtype.representation()); in BuildUnalignedStore()
/external/v8/src/
Dmachine-type.h178 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.cc134 if (IsFloatingPoint(type.representation())) { in Next()
/external/clang/include/clang/Basic/
DTokenKinds.def447 TYPE_TRAIT_1(__is_floating_point, IsFloatingPoint, KEYCXX)
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc2350 if (IsFloatingPoint(rep) && loc == LinkageLocation::ForRegister(0)) { in AssembleReturn()