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

  /external/v8/src/x64/
disasm-x64.cc 179 struct InstructionDesc {
190 const InstructionDesc& Get(byte x) const {
195 InstructionDesc instructions_[256];
236 InstructionDesc* id = &instructions_[bm[i].b];
254 InstructionDesc* id = &instructions_[b];
265 InstructionDesc* id = &instructions_[b];
277 static InstructionDesc cmov_instructions[16] = {
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 171 struct InstructionDesc {
181 const InstructionDesc& Get(byte x) const { return instructions_[x]; }
188 InstructionDesc instructions_[256];
234 InstructionDesc* id = &instructions_[bm[i].b];
248 InstructionDesc* id = &instructions_[b];
258 InstructionDesc* id = &instructions_[b];
894 const InstructionDesc& idesc = instruction_table_->Get(*data);
    [all...]

Completed in 511 milliseconds