Home
last modified time | relevance | path

Searched refs:InstructionType (Results 1 – 22 of 22) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Dstackwalker.h133 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/
Dconstants-mips.h1324 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 …]
Dsimulator-mips.h63 Type InstructionType() const { return type_; } in InstructionType() function
88 type_ = InstructionBase::InstructionType();
Ddisasm-mips.cc2689 switch (instr->InstructionType()) { in InstructionDecode()
Dsimulator-mips.cc6918 switch (instr_.InstructionType()) { in InstructionDecode()
/external/v8/src/mips64/
Dconstants-mips64.h1371 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 …]
Dsimulator-mips64.h63 Type InstructionType() const { return type_; } in InstructionType() function
88 type_ = InstructionBase::InstructionType();
Ddisasm-mips64.cc3007 switch (instr->InstructionType()) { in InstructionDecode()
Dsimulator-mips64.cc7269 switch (instr_.InstructionType()) { in InstructionDecode()
/external/vixl/src/aarch32/
Dassembler-aarch32.h634 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 …]
Dmacro-assembler-aarch32.cc312 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 …]
Dconstants-aarch32.h121 enum InstructionType { enum
529 const char* ToCString(InstructionType type);
Dconstants-aarch32.cc35 const char* ToCString(InstructionType type) { in ToCString()
Dmacro-assembler-aarch32.h381 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 …]
Ddisasm-aarch32.h249 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/
Dupgrade_memory_model.h54 enum InstructionType { kMemory, kImage }; enum
96 InstructionType inst_type);
Dupgrade_memory_model.cpp407 InstructionType inst_type) { in UpgradeFlags()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dupgrade_memory_model.h54 enum InstructionType { kMemory, kImage }; enum
96 InstructionType inst_type);
Dupgrade_memory_model.cpp390 InstructionType inst_type) { in UpgradeFlags()
/external/v8/src/x64/
Ddisasm-x64.cc136 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/
Ddisasm-ia32.cc120 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/
DPatternMatch.cpp548 typedef typename std::tuple_element<1, TypeParam>::type InstructionType; in TYPED_TEST() typedef
559 .match((InstructionType)IRB.CreateICmp(Pred, L, R))); in TYPED_TEST()