Lines Matching defs:operand
42 u64 src_val; /* value of source operand */
43 u64 dst_val; /* value of destination operand */
44 u8 src_bytes; /* size of source operand */
45 u8 dst_bytes; /* size of destination operand */
62 * automatically deduces which operand of a string-move operation is accessing
63 * emulated memory, and assumes that the other operand accesses normal memory.
229 /* Type, address-of, and value of an instruction's operand. */
230 struct operand {
289 * also uses _eip, RIP cannot be a register operand nor can it be an operand in
356 struct operand src;
357 struct operand src2;
358 struct operand dst;
359 struct operand memop;
361 struct operand *memopp;