Searched refs:disp_ (Results 1 – 1 of 1) sorted by relevance
77 return disp_; in disp()100 disp_ == op.disp_ &&106 Operand() : length_(0), disp_(0), fixup_(nullptr) { } in Operand()124 disp_ = disp; in SetDisp8()132 disp_ = disp; in SetDisp32()146 int32_t disp_; variable152 explicit Operand(Register reg) : disp_(0), fixup_(nullptr) { SetModRM(3, reg); } in Operand()