Home | History | Annotate | Download | only in x64

Lines Matching defs:displacement

160   // displacement.
164 // Mode 2 or mode 0 with rbp/r13 as base: Word displacement.
167 // Mode 1: Byte displacement.
171 // Write new operand with same registers, but with modified displacement.
177 // Need 32 bits of displacement, mode 2 or mode 1 with register rbp/r13.
182 // Need 8 bits of displacement.
187 // Need no displacement.
727 intptr_t displacement = target - source;
728 DCHECK(is_int32(displacement));
729 emitl(static_cast<int32_t>(displacement));