Home
last modified time | relevance | path

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

/third_party/ulib/ngunwind/src/dwarf/
A DGexpr.c197 uint8_t opcode, operands_signature, u8; in dwarf_eval_expr() local
250 if ((ret = dwarf_readu8 (as, a, addr, &opcode, arg)) < 0) in dwarf_eval_expr()
253 operands_signature = operands[opcode]; in dwarf_eval_expr()
268 switch ((dwarf_expr_op_t) opcode) in dwarf_eval_expr()
281 Debug (15, "OP_lit(%d)\n", (int) opcode - DW_OP_lit0); in dwarf_eval_expr()
282 push (opcode - DW_OP_lit0); in dwarf_eval_expr()
297 (int) opcode - DW_OP_breg0, (unsigned long) operand1); in dwarf_eval_expr()
299 dwarf_to_unw_regnum (opcode - DW_OP_breg0), in dwarf_eval_expr()
325 Debug (15, "OP_reg(r%d)\n", (int) opcode - DW_OP_reg0); in dwarf_eval_expr()
326 *valp = dwarf_to_unw_regnum (opcode - DW_OP_reg0); in dwarf_eval_expr()
[all …]
/third_party/ulib/musl/include/arpa/
A Dnameser.h323 unsigned opcode : 4; member
336 unsigned opcode : 4; member
/third_party/lib/acpica/source/include/acpica/
A Dacparser.h319 UINT16 opcode);
/third_party/lib/acpica/
A Dchanges.txt153 operator is essentially an ASL macro since there is no AML opcode
155 an Else opcode followed immediately by an If opcode. The disassembler
2931 Type3 opcode was used.
4110 Find/display AML opcode name(s) -- with opcode, arguments, and
4112 Decode/display AML opcode -- with opcode name, arguments, and
10798 object (i.e., a reduced type 5 opcode.)
12441 of the opcode failed. The solution to this problem was to
13943 the Zero opcode is used as a "placeholder" for unspecified
14630 predicates instead of just one AML opcode at a time. (The
14800 control method would result in an invalid opcode exception.
[all …]
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl3377 // This code tests the BreakPoint opcode term. The syntax of BreakPoint Term is
3379 // Used for debugging, the Breakpoint opcode stops the execution and enters the AML debugger.
4675 //This code tests the XOR opcode term

Completed in 32 milliseconds