Lines Matching full:instruction
35 * get the symbolic information for an operand of an instruction. Typically
38 * the call back in the DisInfo parameter. The instruction containing operand
39 * is at the PC parameter. For some instruction sets, there can be more than
42 * instruction are specified by the Offset parameter and its byte widith is the
44 * operand per instruction, the Offset parameter will be zero and Size parameter
45 * will be the instruction width. The information is returned in TagBuf and is
101 * offset load instruction to use a symbol name instead of a load address value.
105 * instruction is passed indirectly as is the PC of the instruction in
121 /* The input reference is from a branch instruction. */
123 /* The input reference is from a PC relative load instruction. */
180 * Disassemble a single instruction using the disassembler context specified in
181 * the parameter DC. The bytes of the instruction are specified in the
183 * instruction is at the address specified by the PC parameter. If a valid
184 * instruction can be disassembled, its string is returned indirectly in
186 * function returns the number of bytes in the instruction or zero if there was
187 * no valid instruction.