Home
last modified time | relevance | path

Searched defs:OpcodeTable (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/sandbox/win/src/sidestep/
Dmini_disassembler_types.h168 struct OpcodeTable { struct
170 const Opcode* table_;
172 unsigned char shift_;
174 unsigned char mask_;
176 unsigned char min_lim_;
177 unsigned char max_lim_;
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp575 static const TableEntry OpcodeTable[] = { variable