Home | History | Annotate | Download | only in x87

Lines Matching defs:InstructionDesc

135 struct InstructionDesc {
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);