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()746 uint8_t adjust_opcode = 255 - prologue->opcode_base; in ParseStatementTable() local747 … dw_addr_t addr_offset = (adjust_opcode / prologue->line_range) * prologue->min_inst_length; in ParseStatementTable()830 uint8_t adjust_opcode = opcode - prologue->opcode_base; in ParseStatementTable() local831 … dw_addr_t addr_offset = (adjust_opcode / prologue->line_range) * prologue->min_inst_length; in ParseStatementTable()832 int32_t line_offset = prologue->line_base + (adjust_opcode % prologue->line_range); in ParseStatementTable()
411 uint8_t adjust_opcode = 255 - Prologue.OpcodeBase; in parse() local413 (adjust_opcode / Prologue.LineRange) * Prologue.MinInstLength; in parse()495 uint8_t adjust_opcode = opcode - Prologue.OpcodeBase; in parse() local497 (adjust_opcode / Prologue.LineRange) * Prologue.MinInstLength; in parse()499 Prologue.LineBase + (adjust_opcode % Prologue.LineRange); in parse()