Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddxv.c337 typedef struct OpcodeTable { struct
341 } OpcodeTable; typedef
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/
H A DX86FloatingPoint.cpp624 // OpcodeTable - Sorted map of register instructions to their stack version.
628 static const TableEntry OpcodeTable[] = { variable
791 ASSERT_SORTED(OpcodeTable); in getConcreteOpcode()
792 int Opc = Lookup(OpcodeTable, Opcode); in getConcreteOpcode()
793 assert(Opc != -1 && "FP Stack instruction not in OpcodeTable!"); in getConcreteOpcode()

Completed in 4 milliseconds