/external/google-breakpad/src/google_breakpad/processor/ |
D | stackwalker.h | 133 template<typename InstructionType> 134 bool ScanForReturnAddress(InstructionType location_start, in ScanForReturnAddress() 135 InstructionType* location_found, in ScanForReturnAddress() 136 InstructionType* ip_found, in ScanForReturnAddress() 157 template<typename InstructionType> 158 bool ScanForReturnAddress(InstructionType location_start, in ScanForReturnAddress() 159 InstructionType* location_found, in ScanForReturnAddress() 160 InstructionType* ip_found, in ScanForReturnAddress() 162 for (InstructionType location = location_start; in ScanForReturnAddress() 163 location <= location_start + searchwords * sizeof(InstructionType); in ScanForReturnAddress() [all …]
|
/external/v8/src/mips/ |
D | constants-mips.h | 1324 inline Type InstructionType() const; 1390 DCHECK(this->InstructionType() == InstructionBase::kRegisterType || in RsValue() 1391 this->InstructionType() == InstructionBase::kImmediateType); in RsValue() 1396 DCHECK(this->InstructionType() == InstructionBase::kRegisterType || in RtValue() 1397 this->InstructionType() == InstructionBase::kImmediateType); in RtValue() 1402 DCHECK_EQ(this->InstructionType(), InstructionBase::kRegisterType); in RdValue() 1407 DCHECK_EQ(this->InstructionType(), InstructionBase::kImmediateType); in BaseValue() 1412 DCHECK_EQ(this->InstructionType(), InstructionBase::kRegisterType); in SaValue() 1417 DCHECK_EQ(this->InstructionType(), InstructionBase::kRegisterType); in LsaSaValue() 1422 DCHECK(this->InstructionType() == InstructionBase::kRegisterType || in FunctionValue() [all …]
|
D | simulator-mips.h | 63 Type InstructionType() const { return type_; } in InstructionType() function 88 type_ = InstructionBase::InstructionType();
|
D | disasm-mips.cc | 2689 switch (instr->InstructionType()) { in InstructionDecode()
|
D | simulator-mips.cc | 6918 switch (instr_.InstructionType()) { in InstructionDecode()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 1371 inline Type InstructionType() const; 1437 DCHECK(this->InstructionType() == InstructionBase::kRegisterType || in RsValue() 1438 this->InstructionType() == InstructionBase::kImmediateType); in RsValue() 1443 DCHECK(this->InstructionType() == InstructionBase::kRegisterType || in RtValue() 1444 this->InstructionType() == InstructionBase::kImmediateType); in RtValue() 1449 DCHECK_EQ(this->InstructionType(), InstructionBase::kRegisterType); in RdValue() 1454 DCHECK_EQ(this->InstructionType(), InstructionBase::kImmediateType); in BaseValue() 1459 DCHECK_EQ(this->InstructionType(), InstructionBase::kRegisterType); in SaValue() 1464 DCHECK_EQ(this->InstructionType(), InstructionBase::kRegisterType); in LsaSaValue() 1469 DCHECK(this->InstructionType() == InstructionBase::kRegisterType || in FunctionValue() [all …]
|
D | simulator-mips64.h | 63 Type InstructionType() const { return type_; } in InstructionType() function 88 type_ = InstructionBase::InstructionType();
|
D | disasm-mips64.cc | 3007 switch (instr->InstructionType()) { in InstructionDecode()
|
D | simulator-mips64.cc | 7269 switch (instr_.InstructionType()) { in InstructionDecode()
|
/external/vixl/src/aarch32/ |
D | assembler-aarch32.h | 634 virtual void Delegate(InstructionType type, in Delegate() 653 virtual void Delegate(InstructionType type, in Delegate() 664 virtual void Delegate(InstructionType type, in Delegate() 672 virtual void Delegate(InstructionType type, in Delegate() 686 virtual void Delegate(InstructionType type, in Delegate() 696 virtual void Delegate(InstructionType type, in Delegate() 706 virtual void Delegate(InstructionType type, in Delegate() 715 virtual void Delegate(InstructionType type, in Delegate() 725 virtual void Delegate(InstructionType type, in Delegate() 736 virtual void Delegate(InstructionType type, in Delegate() [all …]
|
D | macro-assembler-aarch32.cc | 312 uint32_t MacroAssembler::GetOffsetMask(InstructionType type, in GetOffsetMask() 662 void MacroAssembler::Delegate(InstructionType type, in Delegate() 688 void MacroAssembler::Delegate(InstructionType type, in Delegate() 800 void MacroAssembler::Delegate(InstructionType type, in Delegate() 950 void MacroAssembler::Delegate(InstructionType type, in Delegate() 997 void MacroAssembler::Delegate(InstructionType type, in Delegate() 1210 void MacroAssembler::Delegate(InstructionType type, in Delegate() 1312 void MacroAssembler::Delegate(InstructionType type, in Delegate() 1343 void MacroAssembler::Delegate(InstructionType type, in Delegate() 1489 void MacroAssembler::Delegate(InstructionType type, in Delegate() [all …]
|
D | constants-aarch32.h | 121 enum InstructionType { enum 529 const char* ToCString(InstructionType type);
|
D | constants-aarch32.cc | 35 const char* ToCString(InstructionType type) { in ToCString()
|
D | macro-assembler-aarch32.h | 381 uint32_t GetOffsetMask(InstructionType type, AddrMode addrmode); 862 virtual void Delegate(InstructionType type, 868 virtual void Delegate(InstructionType type, 876 virtual void Delegate(InstructionType type, 884 virtual void Delegate(InstructionType type, 896 virtual void Delegate(InstructionType type, 904 virtual void Delegate(InstructionType type, 909 virtual void Delegate(InstructionType type, 916 virtual void Delegate(InstructionType type, 923 virtual void Delegate(InstructionType type, [all …]
|
D | disasm-aarch32.h | 249 InstructionType current_instruction_type_; 260 InstructionType current_instruction_type, in SetCurrentInstruction() 265 InstructionType GetCurrentInstructionType() const { in GetCurrentInstructionType()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.h | 54 enum InstructionType { kMemory, kImage }; enum 96 InstructionType inst_type);
|
D | upgrade_memory_model.cpp | 407 InstructionType inst_type) { in UpgradeFlags()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.h | 54 enum InstructionType { kMemory, kImage }; enum 96 InstructionType inst_type);
|
D | upgrade_memory_model.cpp | 390 InstructionType inst_type) { in UpgradeFlags()
|
/external/v8/src/x64/ |
D | disasm-x64.cc | 136 enum InstructionType { enum 162 InstructionType type; 179 void CopyTable(const ByteMnemonic bm[], InstructionType type); 180 void SetTableRange(InstructionType type, byte start, byte end, bool byte_size, 215 InstructionType type) { in CopyTable() 229 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()
|
/external/v8/src/ia32/ |
D | disasm-ia32.cc | 120 enum InstructionType { enum 135 InstructionType type; 153 void CopyTable(const ByteMnemonic bm[], InstructionType type); 154 void SetTableRange(InstructionType type, 194 InstructionType type) { in CopyTable() 205 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | PatternMatch.cpp | 548 typedef typename std::tuple_element<1, TypeParam>::type InstructionType; in TYPED_TEST() typedef 559 .match((InstructionType)IRB.CreateICmp(Pred, L, R))); in TYPED_TEST()
|