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

  /external/chromium_org/v8/src/x64/
disasm-x64.cc 157 struct InstructionDesc {
168 const InstructionDesc& Get(byte x) const {
173 InstructionDesc instructions_[256];
214 InstructionDesc* id = &instructions_[bm[i].b];
232 InstructionDesc* id = &instructions_[b];
243 InstructionDesc* id = &instructions_[b];
255 static InstructionDesc cmov_instructions[16] = {
    [all...]
  /external/chromium_org/v8/src/ia32/
disasm-ia32.cc 148 struct InstructionDesc {
158 const InstructionDesc& Get(byte x) const { return instructions_[x]; }
165 InstructionDesc instructions_[256];
211 InstructionDesc* id = &instructions_[bm[i].b];
225 InstructionDesc* id = &instructions_[b];
235 InstructionDesc* id = &instructions_[b];
909 const InstructionDesc& idesc = instruction_table_->Get(*data);
    [all...]
  /external/chromium_org/v8/src/x87/
disasm-x87.cc 148 struct InstructionDesc {
158 const InstructionDesc& Get(byte x) const { return instructions_[x]; }
165 InstructionDesc instructions_[256];
211 InstructionDesc* id = &instructions_[bm[i].b];
225 InstructionDesc* id = &instructions_[b];
235 InstructionDesc* id = &instructions_[b];
930 const InstructionDesc& idesc = instruction_table_->Get(*data);
    [all...]

Completed in 52 milliseconds