Searched refs:InstructionTable (Results 1 – 4 of 4) sorted by relevance
142 class InstructionTable { class144 InstructionTable();146 static InstructionTable* get_instance() { in get_instance()147 static InstructionTable table; in get_instance()164 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable170 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 …]
166 class InstructionTable { class168 InstructionTable();184 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable190 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_;
2613 static const struct InstructionTable { in ARMEmitIntExt() struct2672 const InstructionTable *ITP = &IT[isSingleInstr][isThumb2][Bitness][isZExt]; in ARMEmitIntExt()