Lines Matching full:opcode
146 * Description of an operand in opcode - its kind, size or RegName if
217 * @brief Info about single opcode - its opcode bytes, operands,
225 * @brief Raw opcode bytes.
227 * 'Raw' opcode bytes which do not require any analysis and are
228 * independent from arguments/sizes/etc (may include opcode size
231 char opcode[5];
236 * @brief Info about opcode's operands.
295 * @brief Empty value, used in hash-to-opcode map to show an empty slot.
602 * @brief Encodes special things of opcode description - '/r', 'ib', etc.