Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching full:displacement

157 /// isDisp8 - Return true if this signed displacement fits in a 8-bit
163 /// isCDisp8 - Return true if this signed displacement fits in a 8-bit
167 "Compressed 8-bit displacement is only valid for EVEX inst.");
308 // If this is a simple integer displacement that doesn't require a
426 // If the base is not EBP/ESP and there is no displacement, use simple
428 // encoding for [EBP] with no displacement means [disp32] so we handle it
429 // by emitting a displacement of 0 below.
435 // Otherwise, if the displacement fits in a byte, encode as [REG+disp8].
442 // Try EVEX compressed 8-bit displacement first; if failed, fall back to
443 // 32-bit displacement.
470 // MOD=0, BASE=5, to JUST get the index, scale, and displacement.
481 // Emit no displacement ModR/M byte
503 // Manual 2A, table 2-7. The displacement has already been output.
519 // Do we need to output a displacement?