Searched refs:InstructionDesc (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/x87/
H A Ddisasm-x87.cc135 struct InstructionDesc { struct in namespace:disasm
145 const InstructionDesc& Get(byte x) const { return instructions_[x]; }
152 InstructionDesc instructions_[256];
198 InstructionDesc* id = &instructions_[bm[i].b];
212 InstructionDesc* id = &instructions_[b];
222 InstructionDesc* id = &instructions_[b];
957 const InstructionDesc& idesc = instruction_table_->Get(*data);
/external/v8/src/x64/
H A Ddisasm-x64.cc158 struct InstructionDesc { struct in namespace:disasm
169 const InstructionDesc& Get(byte x) const {
174 InstructionDesc instructions_[256];
215 InstructionDesc* id = &instructions_[bm[i].b];
233 InstructionDesc* id = &instructions_[b];
244 InstructionDesc* id = &instructions_[b];
256 static const InstructionDesc cmov_instructions[16] = {
2096 const InstructionDesc& idesc = cmov_instructions[condition];
2284 const InstructionDesc& idesc = instruction_table_->Get(current);
/external/v8/src/ia32/
H A Ddisasm-ia32.cc135 struct InstructionDesc { struct in namespace:disasm
145 const InstructionDesc& Get(byte x) const { return instructions_[x]; }
152 InstructionDesc instructions_[256];
198 InstructionDesc* id = &instructions_[bm[i].b];
212 InstructionDesc* id = &instructions_[b];
222 InstructionDesc* id = &instructions_[b];
1282 const InstructionDesc& idesc = instruction_table_->Get(*data);

Completed in 129 milliseconds