Searched refs:is_double (Results 1 – 16 of 16) sorted by relevance
/external/v8/src/arm/ |
D | constants-arm.cc | 104 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()
|
D | constants-arm.h | 760 static const char* Name(int reg, bool is_double); 765 static int Number(const char* name, bool* is_double);
|
D | simulator-arm.cc | 194 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()
|
D | lithium-arm.cc | 425 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()
|
D | lithium-arm.h | 609 bool is_double() const { in is_double() function 2201 int GetNextSpillIndex(bool is_double); 2202 LOperand* GetNextSpillSlot(bool is_double);
|
D | lithium-codegen-arm.cc | 1770 if (instr->is_double()) { in DoCmpIDAndBranch()
|
/external/v8/src/mips/ |
D | lithium-mips.cc | 425 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()
|
D | lithium-mips.h | 608 bool is_double() const { in is_double() function 2181 int GetNextSpillIndex(bool is_double); 2182 LOperand* GetNextSpillSlot(bool is_double);
|
D | lithium-codegen-mips.cc | 1621 if (instr->is_double()) { in DoCmpIDAndBranch()
|
/external/v8/src/ia32/ |
D | lithium-ia32.cc | 369 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()
|
D | lithium-ia32.h | 584 bool is_double() const { in is_double() function 2299 int GetNextSpillIndex(bool is_double); 2300 LOperand* GetNextSpillSlot(bool is_double);
|
D | lithium-codegen-ia32.cc | 1579 Condition cc = TokenToCondition(instr->op(), instr->is_double()); in DoCmpIDAndBranch() 1590 if (instr->is_double()) { in DoCmpIDAndBranch()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 593 bool is_double() const { in is_double() function 2163 int GetNextSpillIndex(bool is_double); 2164 LOperand* GetNextSpillSlot(bool is_double);
|
D | lithium-x64.cc | 366 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()
|
D | lithium-codegen-x64.cc | 1539 Condition cc = TokenToCondition(instr->op(), instr->is_double()); in DoCmpIDAndBranch() 1550 if (instr->is_double()) { in DoCmpIDAndBranch()
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 1179 'is_executable','is_double','is_dir','is_callable','is_bool','is_array',
|