Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dconstants-arm.cc104 const char* VFPRegisters::Name(int reg, bool is_double) { in Name() argument
106 return names_[reg + (is_double ? kNumVFPSingleRegisters : 0)]; in Name()
110 int VFPRegisters::Number(const char* name, bool* is_double) { in Number() argument
114 *is_double = false; in Number()
117 *is_double = true; in Number()
Dconstants-arm.h760 static const char* Name(int reg, bool is_double);
765 static int Number(const char* name, bool* is_double);
Dsimulator-arm.cc194 bool is_double; in GetVFPSingleValue() local
195 int regnum = VFPRegisters::Number(desc, &is_double); in GetVFPSingleValue()
196 if (regnum != kNoRegister && !is_double) { in GetVFPSingleValue()
205 bool is_double; in GetVFPDoubleValue() local
206 int regnum = VFPRegisters::Number(desc, &is_double); in GetVFPDoubleValue()
207 if (regnum != kNoRegister && is_double) { in GetVFPDoubleValue()
Dlithium-arm.cc425 int LChunk::GetNextSpillIndex(bool is_double) { in GetNextSpillIndex() argument
427 if (is_double) spill_slot_count_++; in GetNextSpillIndex()
432 LOperand* LChunk::GetNextSpillSlot(bool is_double) { in GetNextSpillSlot() argument
433 int index = GetNextSpillIndex(is_double); in GetNextSpillSlot()
434 if (is_double) { in GetNextSpillSlot()
Dlithium-arm.h609 bool is_double() const { in is_double() function
2201 int GetNextSpillIndex(bool is_double);
2202 LOperand* GetNextSpillSlot(bool is_double);
Dlithium-codegen-arm.cc1770 if (instr->is_double()) { in DoCmpIDAndBranch()
/external/v8/src/mips/
Dlithium-mips.cc425 int LChunk::GetNextSpillIndex(bool is_double) { in GetNextSpillIndex() argument
427 if (is_double) spill_slot_count_++; in GetNextSpillIndex()
432 LOperand* LChunk::GetNextSpillSlot(bool is_double) { in GetNextSpillSlot() argument
433 int index = GetNextSpillIndex(is_double); in GetNextSpillSlot()
434 if (is_double) { in GetNextSpillSlot()
Dlithium-mips.h608 bool is_double() const { in is_double() function
2181 int GetNextSpillIndex(bool is_double);
2182 LOperand* GetNextSpillSlot(bool is_double);
Dlithium-codegen-mips.cc1621 if (instr->is_double()) { in DoCmpIDAndBranch()
/external/v8/src/ia32/
Dlithium-ia32.cc369 int LChunk::GetNextSpillIndex(bool is_double) { in GetNextSpillIndex() argument
371 if (is_double) spill_slot_count_++; in GetNextSpillIndex()
376 LOperand* LChunk::GetNextSpillSlot(bool is_double) { in GetNextSpillSlot() argument
377 int index = GetNextSpillIndex(is_double); in GetNextSpillSlot()
378 if (is_double) { in GetNextSpillSlot()
Dlithium-ia32.h584 bool is_double() const { in is_double() function
2299 int GetNextSpillIndex(bool is_double);
2300 LOperand* GetNextSpillSlot(bool is_double);
Dlithium-codegen-ia32.cc1579 Condition cc = TokenToCondition(instr->op(), instr->is_double()); in DoCmpIDAndBranch()
1590 if (instr->is_double()) { in DoCmpIDAndBranch()
/external/v8/src/x64/
Dlithium-x64.h593 bool is_double() const { in is_double() function
2163 int GetNextSpillIndex(bool is_double);
2164 LOperand* GetNextSpillSlot(bool is_double);
Dlithium-x64.cc366 int LChunk::GetNextSpillIndex(bool is_double) { in GetNextSpillIndex() argument
371 LOperand* LChunk::GetNextSpillSlot(bool is_double) { in GetNextSpillSlot() argument
375 int index = GetNextSpillIndex(is_double); in GetNextSpillSlot()
376 if (is_double) { in GetNextSpillSlot()
Dlithium-codegen-x64.cc1539 Condition cc = TokenToCondition(instr->op(), instr->is_double()); in DoCmpIDAndBranch()
1550 if (instr->is_double()) { in DoCmpIDAndBranch()
/external/libvpx/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt1179 'is_executable','is_double','is_dir','is_callable','is_bool','is_array',