Searched defs:InstructionType (Results 1 - 8 of 8) sorted by relevance

/external/libchrome/sandbox/win/src/sidestep/
H A Dmini_disassembler_types.h14 enum InstructionType { enum in namespace:sidestep
125 InstructionType type_;
146 InstructionType type_;
/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/mips/
H A Dsimulator-mips.h118 Type InstructionType() const { return type_; } function in class:v8::internal::SimInstructionBase
143 type_ = InstructionBase::InstructionType();
/external/v8/src/mips64/
H A Dsimulator-mips64.h127 Type InstructionType() const { return type_; } function in class:v8::internal::SimInstructionBase
152 type_ = InstructionBase::InstructionType();
/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
/external/vixl/src/aarch32/
H A Dconstants-aarch32.h117 enum InstructionType { enum in namespace:vixl::aarch32
525 const char* ToCString(InstructionType type);

Completed in 213 milliseconds