Searched refs:opcode (Results 1 – 3 of 3) sorted by relevance
238 uint8_t opcode = addressSpace.get8(p++); in evaluateExpression() local242 switch (opcode) { in evaluateExpression()608 value = static_cast<pint_t>(opcode - DW_OP_lit0); in evaluateExpression()646 reg = static_cast<uint32_t>(opcode - DW_OP_reg0); in evaluateExpression()691 reg = static_cast<uint32_t>(opcode - DW_OP_breg0); in evaluateExpression()
383 uint8_t opcode = addressSpace.get8(p); in parseInstructions() local387 switch (opcode) { in parseInstructions()687 operand = opcode & 0x3F; in parseInstructions()688 switch (opcode & 0xC0) { in parseInstructions()713 fprintf(stderr, "unknown CFA opcode 0x%02X\n", opcode); in parseInstructions()
362 "signal: illegal opcode; address of failing instruction: 0x%08lx",393 "signal: privileged opcode; address of failing instruction: 0x%08lx",