Home
last modified time | relevance | path

Searched refs:InstructionTable (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/x87/
Ddisasm-x87.cc142 class InstructionTable { class
144 InstructionTable();
146 static InstructionTable* get_instance() { in get_instance()
147 static InstructionTable table; in get_instance()
164 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable
170 void InstructionTable::Clear() { in Clear()
179 void InstructionTable::Init() { in Init()
195 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
207 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()
220 void InstructionTable::AddJumpConditionalShort() { in AddJumpConditionalShort()
[all …]
/external/v8/src/ia32/
Ddisasm-ia32.cc142 class InstructionTable { class
144 InstructionTable();
146 static InstructionTable* get_instance() { in get_instance()
147 static InstructionTable table; in get_instance()
164 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable
170 void InstructionTable::Clear() { in Clear()
179 void InstructionTable::Init() { in Init()
195 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
207 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()
220 void InstructionTable::AddJumpConditionalShort() { in AddJumpConditionalShort()
[all …]
/external/v8/src/x64/
Ddisasm-x64.cc166 class InstructionTable { class
168 InstructionTable();
184 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable
190 void InstructionTable::Clear() { in Clear()
200 void InstructionTable::Init() { in Init()
212 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
227 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()
242 void InstructionTable::AddJumpConditionalShort() { in AddJumpConditionalShort()
252 static v8::base::LazyInstance<InstructionTable>::type instruction_table =
335 const InstructionTable* const instruction_table_;
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2613 static const struct InstructionTable { in ARMEmitIntExt() struct
2672 const InstructionTable *ITP = &IT[isSingleInstr][isThumb2][Bitness][isZExt]; in ARMEmitIntExt()