HomeSort by relevance Sort by last modified time
    Searched refs:InstructionTable (Results 1 - 4 of 4) sorted by null

  /external/v8/src/x87/
disasm-x87.cc 142 class InstructionTable {
144 InstructionTable();
146 static InstructionTable* get_instance() {
147 static InstructionTable table;
164 InstructionTable::InstructionTable() {
170 void InstructionTable::Clear() {
179 void InstructionTable::Init() {
195 void InstructionTable::CopyTable(const ByteMnemonic bm[],
207 void InstructionTable::SetTableRange(InstructionType type
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 142 class InstructionTable {
144 InstructionTable();
146 static InstructionTable* get_instance() {
147 static InstructionTable table;
164 InstructionTable::InstructionTable() {
170 void InstructionTable::Clear() {
179 void InstructionTable::Init() {
195 void InstructionTable::CopyTable(const ByteMnemonic bm[],
207 void InstructionTable::SetTableRange(InstructionType type
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 166 class InstructionTable {
168 InstructionTable();
184 InstructionTable::InstructionTable() {
190 void InstructionTable::Clear() {
200 void InstructionTable::Init() {
212 void InstructionTable::CopyTable(const ByteMnemonic bm[],
227 void InstructionTable::SetTableRange(InstructionType type,
242 void InstructionTable::AddJumpConditionalShort() {
252 static v8::base::LazyInstance<InstructionTable>::type instruction_table
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 147 milliseconds