Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/ia32/
Ddisasm-ia32.cc155 class InstructionTable { class
157 InstructionTable();
159 static InstructionTable* get_instance() { in get_instance()
160 static InstructionTable table; in get_instance()
177 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable
183 void InstructionTable::Clear() { in Clear()
192 void InstructionTable::Init() { in Init()
208 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
220 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()
233 void InstructionTable::AddJumpConditionalShort() { in AddJumpConditionalShort()
[all …]
/external/chromium_org/v8/src/x87/
Ddisasm-x87.cc155 class InstructionTable { class
157 InstructionTable();
159 static InstructionTable* get_instance() { in get_instance()
160 static InstructionTable table; in get_instance()
177 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable
183 void InstructionTable::Clear() { in Clear()
192 void InstructionTable::Init() { in Init()
208 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
220 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()
233 void InstructionTable::AddJumpConditionalShort() { in AddJumpConditionalShort()
[all …]
/external/chromium_org/v8/src/x64/
Ddisasm-x64.cc165 class InstructionTable { class
167 InstructionTable();
183 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable
189 void InstructionTable::Clear() { in Clear()
199 void InstructionTable::Init() { in Init()
211 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
226 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()
241 void InstructionTable::AddJumpConditionalShort() { in AddJumpConditionalShort()
251 static v8::base::LazyInstance<InstructionTable>::type instruction_table =
328 const InstructionTable* const instruction_table_;
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2619 static const struct InstructionTable { in ARMEmitIntExt() struct
2678 const InstructionTable *ITP = &IT[isSingleInstr][isThumb2][Bitness][isZExt]; in ARMEmitIntExt()