Lines Matching defs:operand
41 u64 src_val; /* value of source operand */
42 u64 dst_val; /* value of destination operand */
43 u8 src_bytes; /* size of source operand */
44 u8 dst_bytes; /* size of destination operand */
61 * automatically deduces which operand of a string-move operation is accessing
62 * emulated memory, and assumes that the other operand accesses normal memory.
242 /* Type, address-of, and value of an instruction's operand. */
243 struct operand {
367 struct operand src;
368 struct operand src2;
369 struct operand dst;
370 struct operand memop;
372 struct operand *memopp;