Home | History | Annotate | Download | only in x64

Lines Matching defs:InstructionDesc

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