Searched defs:Operand (Results 1 – 2 of 2) sorted by relevance
149 Operand() : rex_(0), length_(0), fixup_(nullptr) { } in Operand() function196 explicit Operand(CpuRegister reg) : rex_(0), length_(0), fixup_(nullptr) { SetModRM(3, reg); } in Operand() function
106 Operand() : length_(0), disp_(0), fixup_(nullptr) { } in Operand() function152 explicit Operand(Register reg) : disp_(0), fixup_(nullptr) { SetModRM(3, reg); } in Operand() function