Searched refs:InstructionTable (Results 1 – 4 of 4) sorted by relevance
140 class InstructionTable { class142 InstructionTable();144 static InstructionTable* get_instance() { in get_instance()145 static InstructionTable table; in get_instance()162 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable168 void InstructionTable::Clear() { in Clear()177 void InstructionTable::Init() { in Init()193 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()205 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()218 void InstructionTable::AddJumpConditionalShort() { in AddJumpConditionalShort()[all …]
168 class InstructionTable { class170 InstructionTable();186 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable192 void InstructionTable::Clear() { in Clear()202 void InstructionTable::Init() { in Init()214 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()229 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()244 void InstructionTable::AddJumpConditionalShort() { in AddJumpConditionalShort()254 static v8::base::LazyInstance<InstructionTable>::type instruction_table =328 const InstructionTable* const instruction_table_;
2613 static const struct InstructionTable { in ARMEmitIntExt() struct2672 const InstructionTable *ITP = &IT[isSingleInstr][isThumb2][Bitness][isZExt]; in ARMEmitIntExt()
2639 static const struct InstructionTable { in ARMEmitIntExt() struct2698 const InstructionTable *ITP = &IT[isSingleInstr][isThumb2][Bitness][isZExt]; in ARMEmitIntExt()