Searched refs:adjust_opcode (Results 1 – 2 of 2) sorted by relevance
315 uint8_t adjust_opcode = 255 - prologue.opcode_base; in DumpStatementOpcodes() local316 … dw_addr_t addr_offset = (adjust_opcode / prologue.line_range) * prologue.min_inst_length; in DumpStatementOpcodes()362 uint8_t adjust_opcode = opcode - prologue.opcode_base; in DumpStatementOpcodes() local363 … dw_addr_t addr_offset = (adjust_opcode / prologue.line_range) * prologue.min_inst_length; in DumpStatementOpcodes()364 … int32_t line_offset = prologue.line_base + (adjust_opcode % prologue.line_range); in DumpStatementOpcodes()749 uint8_t adjust_opcode = 255 - prologue->opcode_base; in ParseStatementTable() local750 … dw_addr_t addr_offset = (adjust_opcode / prologue->line_range) * prologue->min_inst_length; in ParseStatementTable()833 uint8_t adjust_opcode = opcode - prologue->opcode_base; in ParseStatementTable() local834 … dw_addr_t addr_offset = (adjust_opcode / prologue->line_range) * prologue->min_inst_length; in ParseStatementTable()835 int32_t line_offset = prologue->line_base + (adjust_opcode % prologue->line_range); in ParseStatementTable()
381 uint8_t adjust_opcode = 255 - prologue->OpcodeBase; in parseStatementTable() local382 uint64_t addr_offset = (adjust_opcode / prologue->LineRange) * in parseStatementTable()465 uint8_t adjust_opcode = opcode - prologue->OpcodeBase; in parseStatementTable() local466 uint64_t addr_offset = (adjust_opcode / prologue->LineRange) * in parseStatementTable()469 (adjust_opcode % prologue->LineRange); in parseStatementTable()