Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DDwarfInstructions.hpp238 uint8_t opcode = addressSpace.get8(p++); in evaluateExpression() local
242 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()
DDwarfParser.hpp383 uint8_t opcode = addressSpace.get8(p); in parseInstructions() local
387 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()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexecution_monitor.ipp362 "signal: illegal opcode; address of failing instruction: 0x%08lx",
393 "signal: privileged opcode; address of failing instruction: 0x%08lx",