Lines Matching defs:displacement
192 * is used (i.e., displacement-only addressing). Use DS.
464 * ModRM.mod == 0 and ModRM.rm == 5 means a 32-bit displacement
501 * 32-bit displacement follows the SIB byte.
594 * If ModRM.mod is 0 and ModRM.rm is 110b, then we use displacement-
1050 int addr32 = (int)(tmp & 0xffffffff) + insn->displacement.value;
1054 *eff_addr = tmp + insn->displacement.value;
1086 short addr1 = 0, addr2 = 0, displacement;
1114 displacement = insn->displacement.value & 0xffff;
1115 *eff_addr = addr1 + addr2 + displacement;
1206 addr32 += insn->displacement.value;
1211 *eff_addr += insn->displacement.value;
1219 * @insn: Instruction containing ModRM byte and displacement
1223 * address referred by the instruction's ModRM and displacement bytes. Also, the
1284 * @insn: Instruction with ModRM, SIB bytes and displacement
1289 * displacement bytes and segment base address, as applicable. If in protected
1373 * @insn: Instruction struct with ModRM and SIB bytes and displacement
1378 * displacement bytes and segment base address, as applicable.
1432 * @insn: Instruction structure containing ModRM byte and displacement
1436 * displacement bytes, and segment base, as applicable. In protected mode,