Searched refs:InstructionType (Results 1 - 21 of 21) 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/libchrome/sandbox/win/src/sidestep/
H A Dmini_disassembler.h70 InstructionType Disassemble(unsigned char* start,
80 InstructionType ProcessPrefixes(unsigned char* start, unsigned int* size);
85 InstructionType ProcessOpcode(unsigned char* start,
108 InstructionType instruction_type_;
H A Dmini_disassembler_types.h14 enum InstructionType { enum in namespace:sidestep
125 InstructionType type_;
146 InstructionType type_;
H A Dmini_disassembler.cpp28 InstructionType MiniDisassembler::Disassemble(
37 InstructionType instruction_type = ProcessPrefixes(current_byte, &size);
87 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
89 InstructionType instruction_type = IT_GENERIC;
119 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte,
H A Dpreamble_patcher_with_stub.cpp91 InstructionType instruction_type =
/external/v8/src/mips64/
H A Dconstants-mips64.h1007 // Safe to call within InstructionType().
1015 inline Type InstructionType() const;
1025 DCHECK(this->InstructionType() == InstructionBase::kRegisterType ||
1026 this->InstructionType() == InstructionBase::kImmediateType);
1031 DCHECK(this->InstructionType() == InstructionBase::kRegisterType ||
1032 this->InstructionType() == InstructionBase::kImmediateType);
1037 DCHECK(this->InstructionType() == InstructionBase::kRegisterType);
1042 DCHECK(this->InstructionType() == InstructionBase::kRegisterType);
1047 DCHECK(this->InstructionType() == InstructionBase::kRegisterType);
1052 DCHECK(this->InstructionType()
[all...]
H A Dsimulator-mips64.h127 Type InstructionType() const { return type_; } function in class:v8::internal::SimInstructionBase
152 type_ = InstructionBase::InstructionType();
H A Dsimulator-mips64.cc4835 switch (instr_.InstructionType()) {
/external/v8/src/mips/
H A Dconstants-mips.h961 // Safe to call within InstructionType().
969 inline Type InstructionType() const;
979 DCHECK(this->InstructionType() == InstructionBase::kRegisterType ||
980 this->InstructionType() == InstructionBase::kImmediateType);
985 DCHECK(this->InstructionType() == InstructionBase::kRegisterType ||
986 this->InstructionType() == InstructionBase::kImmediateType);
991 DCHECK(this->InstructionType() == InstructionBase::kRegisterType);
996 DCHECK(this->InstructionType() == InstructionBase::kRegisterType);
1001 DCHECK(this->InstructionType() == InstructionBase::kRegisterType);
1006 DCHECK(this->InstructionType()
[all...]
H A Dsimulator-mips.h118 Type InstructionType() const { return type_; } function in class:v8::internal::SimInstructionBase
143 type_ = InstructionBase::InstructionType();
H A Dsimulator-mips.cc4491 switch (instr_.InstructionType()) {
/external/vixl/src/aarch32/
H A Dassembler-aarch32.h618 virtual void Delegate(InstructionType type,
637 virtual void Delegate(InstructionType type,
648 virtual void Delegate(InstructionType type,
656 virtual void Delegate(InstructionType type,
670 virtual void Delegate(InstructionType type,
680 virtual void Delegate(InstructionType type,
689 virtual void Delegate(InstructionType type,
699 virtual void Delegate(InstructionType type,
710 virtual void Delegate(InstructionType type,
719 virtual void Delegate(InstructionType typ
[all...]
H A Dmacro-assembler-aarch32.cc608 uint32_t MacroAssembler::GetOffsetMask(InstructionType type,
958 void MacroAssembler::Delegate(InstructionType type,
984 void MacroAssembler::Delegate(InstructionType type,
1096 void MacroAssembler::Delegate(InstructionType type,
1246 void MacroAssembler::Delegate(InstructionType type,
1293 void MacroAssembler::Delegate(InstructionType type,
1506 void MacroAssembler::Delegate(InstructionType type,
1608 void MacroAssembler::Delegate(InstructionType type,
1639 void MacroAssembler::Delegate(InstructionType type,
1785 void MacroAssembler::Delegate(InstructionType typ
[all...]
H A Dconstants-aarch32.h117 enum InstructionType { enum in namespace:vixl::aarch32
525 const char* ToCString(InstructionType type);
H A Dconstants-aarch32.cc35 const char* ToCString(InstructionType type) {
H A Dmacro-assembler-aarch32.h594 uint32_t GetOffsetMask(InstructionType type, AddrMode addrmode);
955 virtual void Delegate(InstructionType type,
961 virtual void Delegate(InstructionType type,
969 virtual void Delegate(InstructionType type,
977 virtual void Delegate(InstructionType type,
989 virtual void Delegate(InstructionType type,
997 virtual void Delegate(InstructionType type,
1002 virtual void Delegate(InstructionType type,
1009 virtual void Delegate(InstructionType type,
1016 virtual void Delegate(InstructionType typ
[all...]
H A Ddisasm-aarch32.h162 InstructionType current_instruction_type_;
173 InstructionType current_instruction_type,
178 InstructionType GetCurrentInstructionType() const {
/external/v8/src/x87/
H A Ddisasm-x87.cc122 enum InstructionType { enum in namespace:disasm
137 InstructionType type;
155 void CopyTable(const ByteMnemonic bm[], InstructionType type);
156 void SetTableRange(InstructionType type,
196 InstructionType type) {
207 void InstructionTable::SetTableRange(InstructionType type,
/external/v8/src/ia32/
H A Ddisasm-ia32.cc122 enum InstructionType { enum in namespace:disasm
137 InstructionType type;
155 void CopyTable(const ByteMnemonic bm[], InstructionType type);
156 void SetTableRange(InstructionType type,
196 InstructionType type) {
207 void InstructionTable::SetTableRange(InstructionType type,
/external/v8/src/x64/
H A Ddisasm-x64.cc134 enum InstructionType { enum in namespace:disasm
160 InstructionType type;
177 void CopyTable(const ByteMnemonic bm[], InstructionType type);
178 void SetTableRange(InstructionType type, byte start, byte end, bool byte_size,
213 InstructionType type) {
227 void InstructionTable::SetTableRange(InstructionType type,
/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 660 milliseconds