Searched defs:InstructionType (Results 1 - 12 of 12) sorted by path

/external/chromium_org/sandbox/win/src/sidestep/
H A Dmini_disassembler_types.h14 enum InstructionType { enum in namespace:sidestep
125 InstructionType type_;
146 InstructionType type_;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp265 typedef typename PassT::InstructionType InstrT;
2653 typedef MachineInstr InstructionType; typedef in class:llvm::AMDGPUCFGStructurizer
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dmini_disassembler_types.h43 enum InstructionType { enum in namespace:sidestep
164 InstructionType type_;
185 InstructionType type_;
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dmini_disassembler_types.h43 enum InstructionType { enum in namespace:sidestep
164 InstructionType type_;
185 InstructionType type_;
/external/chromium_org/tools/traceline/traceline/sidestep/
H A Dmini_disassembler_types.h14 enum InstructionType { enum in namespace:sidestep
125 InstructionType type_;
146 InstructionType type_;
/external/chromium_org/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/chromium_org/v8/src/mips/
H A Dconstants-mips.cc217 Instruction::Type Instruction::InstructionType() const { function in class:v8::internal::Instruction
/external/chromium_org/v8/src/mips64/
H A Dconstants-mips64.cc217 Instruction::Type Instruction::InstructionType() const { function in class:v8::internal::Instruction
/external/chromium_org/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/chromium_org/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/include/lldb/
H A Dlldb-private-enumerations.h174 typedef enum InstructionType enum in namespace:lldb_private
181 } InstructionType; typedef in namespace:lldb_private
/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 557 milliseconds