Home | History | Annotate | Download | only in x64

Lines Matching defs:disp

467         int32_t disp = *reinterpret_cast<int32_t*>(modrmp + 1);
468 AppendToBuffer("[0x%x]", disp);
482 int32_t disp = *reinterpret_cast<int32_t*>(modrmp + 2);
485 1 << scale, disp);
509 int disp = (mod == 2) ? *reinterpret_cast<int32_t*>(modrmp + 2)
512 if (-disp > 0) {
513 AppendToBuffer("[%s-0x%x]", NameOfCPURegister(base), -disp);
515 AppendToBuffer("[%s+0x%x]", NameOfCPURegister(base), disp);
518 if (-disp > 0) {
523 -disp);
529 disp);
535 int disp = (mod == 2) ? *reinterpret_cast<int32_t*>(modrmp + 1)
537 if (-disp > 0) {
538 AppendToBuffer("[%s-0x%x]", NameOfCPURegister(rm), -disp);
540 AppendToBuffer("[%s+0x%x]", NameOfCPURegister(rm), disp);