Home | History | Annotate | Download | only in x64

Lines Matching full:displacement

282   // displacement.
286 // Mode 2 or mode 0 with rbp/r13 as base: Word displacement.
289 // Mode 1: Byte displacement.
293 // Write new operand with same registers, but with modified displacement.
299 // Need 32 bits of displacement, mode 2 or mode 1 with register rbp/r13.
304 // Need 8 bits of displacement.
309 // Need no displacement.
891 intptr_t displacement = target - source;
892 ASSERT(is_int32(displacement));
893 emitl(static_cast<int32_t>(displacement));