Home
last modified time | relevance | path

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

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