Home
last modified time | relevance | path

Searched refs:opcode_length (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.cpp381 uint8_t opcode_length = prologue->StandardOpcodeLengths[opcode - 1]; in parseStatementTable() local
382 for (uint8_t i=0; i<opcode_length; ++i) in parseStatementTable()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp454 uint8_t opcode_length = Prologue.StandardOpcodeLengths[opcode - 1]; in parse() local
455 for (uint8_t i = 0; i < opcode_length; ++i) in parse()
/external/freetype/src/truetype/
Dttinterp.c1230 const FT_Char opcode_length[256] = variable
3371 exc->length = opcode_length[exc->opcode]; in SkipCode()
7888 if ( ( exc->length = opcode_length[exc->opcode] ) < 0 ) in TT_RunIns()
/external/freetype/
DChangeLog.211283 * src/truetype/ttinterp.c (opcode_length): Set value for NPUSHW
1285 (SkipCode, TT_RunIns): Use opcode_length value for computation of