Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddxv.c337 typedef struct OpcodeTable { struct
341 } OpcodeTable; argument
387 static int fill_optable(unsigned *table0, OpcodeTable *table1, int nb_elements) in fill_optable()
430 OpcodeTable optable[1024]; in get_opcodes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp628 static const TableEntry OpcodeTable[] = { variable
791 ASSERT_SORTED(OpcodeTable); in getConcreteOpcode()
792 int Opc = Lookup(OpcodeTable, Opcode); in getConcreteOpcode()