Searched refs:opcode (Results 1 – 3 of 3) sorted by relevance
237 uint8_t opcode = addressSpace.get8(p++); in evaluateExpression() local241 switch (opcode) { in evaluateExpression()607 value = opcode - DW_OP_lit0; in evaluateExpression()645 reg = opcode - DW_OP_reg0; in evaluateExpression()690 reg = opcode - DW_OP_breg0; in evaluateExpression()
382 uint8_t opcode = addressSpace.get8(p); in parseInstructions() local386 switch (opcode) { in parseInstructions()679 operand = opcode & 0x3F; in parseInstructions()680 switch (opcode & 0xC0) { in parseInstructions()705 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",