Lines Matching full:displacement
1049 * readDisplacement - Consumes the displacement of an instruction.
1051 * @param insn - The instruction whose displacement is to be read.
1052 * @return - 0 if the displacement byte was successfully read; nonzero
1075 insn->displacement = d8;
1080 insn->displacement = d16;
1085 insn->displacement = d32;
1095 * displacement) for an instruction and interprets it.