Searched refs:InstructionType (Results 1 - 17 of 17) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
H A Dstackwalker.h133 template<typename InstructionType>
134 bool ScanForReturnAddress(InstructionType location_start,
135 InstructionType* location_found,
136 InstructionType* ip_found,
157 template<typename InstructionType>
158 bool ScanForReturnAddress(InstructionType location_start,
159 InstructionType* location_found,
160 InstructionType* ip_found,
162 for (InstructionType location = location_start;
163 location <= location_start + searchwords * sizeof(InstructionType);
[all...]
/external/v8/src/mips/
H A Dconstants-mips.h768 Type InstructionType() const;
778 DCHECK(InstructionType() == kRegisterType ||
779 InstructionType() == kImmediateType);
784 DCHECK(InstructionType() == kRegisterType ||
785 InstructionType() == kImmediateType);
790 DCHECK(InstructionType() == kRegisterType);
795 DCHECK(InstructionType() == kRegisterType);
800 DCHECK(InstructionType() == kRegisterType ||
801 InstructionType() == kImmediateType);
842 DCHECK(InstructionType()
[all...]
H A Dconstants-mips.cc217 Instruction::Type Instruction::InstructionType() const { function in class:v8::internal::Instruction
H A Dsimulator-mips.cc3065 switch (instr->InstructionType()) {
/external/v8/src/mips64/
H A Dconstants-mips64.h782 Type InstructionType() const;
792 DCHECK(InstructionType() == kRegisterType ||
793 InstructionType() == kImmediateType);
798 DCHECK(InstructionType() == kRegisterType ||
799 InstructionType() == kImmediateType);
804 DCHECK(InstructionType() == kRegisterType);
809 DCHECK(InstructionType() == kRegisterType);
814 DCHECK(InstructionType() == kRegisterType ||
815 InstructionType() == kImmediateType);
856 DCHECK(InstructionType()
[all...]
H A Dconstants-mips64.cc217 Instruction::Type Instruction::InstructionType() const { function in class:v8::internal::Instruction
H A Dsimulator-mips64.cc3222 switch (instr->InstructionType()) {
/external/lldb/include/lldb/
H A Dlldb-private-enumerations.h174 typedef enum InstructionType enum in namespace:lldb_private
181 } InstructionType; typedef in namespace:lldb_private
H A Dlldb-private-interfaces.h27 typedef EmulateInstruction * (*EmulateInstructionCreateInstance) (const ArchSpec &arch, InstructionType inst_type);
/external/lldb/include/lldb/Core/
H A DEmulateInstruction.h91 InstructionType supported_inst_type,
397 SupportsEmulatingIntructionsOfType (InstructionType inst_type) = 0;
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h79 InstructionType inst_type);
82 SupportsEmulatingIntructionsOfTypeStatic (InstructionType inst_type)
152 SupportsEmulatingIntructionsOfType (InstructionType inst_type)
H A DEmulateInstructionARM.cpp197 EmulateInstructionARM::CreateInstance (const ArchSpec &arch, InstructionType inst_type)
/external/v8/src/x64/
H A Ddisasm-x64.cc134 enum InstructionType { enum in namespace:disasm
159 InstructionType type;
176 void CopyTable(const ByteMnemonic bm[], InstructionType type);
177 void SetTableRange(InstructionType type, byte start, byte end, bool byte_size,
212 InstructionType type) {
226 void InstructionTable::SetTableRange(InstructionType type,
/external/v8/src/ia32/
H A Ddisasm-ia32.cc135 enum InstructionType { enum in namespace:disasm
150 InstructionType type;
168 void CopyTable(const ByteMnemonic bm[], InstructionType type);
169 void SetTableRange(InstructionType type,
209 InstructionType type) {
220 void InstructionTable::SetTableRange(InstructionType type,
/external/v8/src/x87/
H A Ddisasm-x87.cc135 enum InstructionType { enum in namespace:disasm
150 InstructionType type;
168 void CopyTable(const ByteMnemonic bm[], InstructionType type);
169 void SetTableRange(InstructionType type,
209 InstructionType type) {
220 void InstructionTable::SetTableRange(InstructionType type,
/external/lldb/source/Core/
H A DEmulateInstruction.cpp30 EmulateInstruction::FindPlugin (const ArchSpec &arch, InstructionType supported_inst_type, const char *plugin_name)
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp265 typedef typename PassT::InstructionType InstrT;
2653 typedef MachineInstr InstructionType; typedef in class:llvm::AMDGPUCFGStructurizer

Completed in 744 milliseconds