Home | History | Annotate | Download | only in x64

Lines Matching defs:displacement

216   // displacement.
220 // Mode 2 or mode 0 with rbp/r13 as base: Word displacement.
223 // Mode 1: Byte displacement.
227 // Write new operand with same registers, but with modified displacement.
233 // Need 32 bits of displacement, mode 2 or mode 1 with register rbp/r13.
238 // Need 8 bits of displacement.
243 // Need no displacement.
903 intptr_t displacement = target - source;
904 DCHECK(is_int32(displacement));
905 emitl(static_cast<int32_t>(displacement));