Lines Matching defs:displacement
194 * is used (i.e., displacement-only addressing). Use DS.
457 * ModRM.mod == 0 and ModRM.rm == 5 means a 32-bit displacement
494 * 32-bit displacement follows the SIB byte.
576 * If ModRM.mod is 0 and ModRM.rm is 110b, then we use displacement-
1012 int addr32 = (int)(tmp & 0xffffffff) + insn->displacement.value;
1016 *eff_addr = tmp + insn->displacement.value;
1048 short addr1 = 0, addr2 = 0, displacement;
1076 displacement = insn->displacement.value & 0xffff;
1077 *eff_addr = addr1 + addr2 + displacement;
1168 addr32 += insn->displacement.value;
1173 *eff_addr += insn->displacement.value;
1181 * @insn: Instruction containing ModRM byte and displacement
1185 * address referred by the instruction's ModRM and displacement bytes. Also, the
1246 * @insn: Instruction with ModRM, SIB bytes and displacement
1251 * displacement bytes and segment base address, as applicable. If in protected
1335 * @insn: Instruction struct with ModRM and SIB bytes and displacement
1340 * displacement bytes and segment base address, as applicable.
1394 * @insn: Instruction structure containing ModRM byte and displacement
1398 * displacement bytes, and segment base, as applicable. In protected mode,