Home
last modified time | relevance | path

Searched defs:Operand (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/x86_64/
Dassembler_x86_64.h127 Operand() : rex_(0), length_(0), fixup_(nullptr) { } in Operand() function
174 explicit Operand(CpuRegister reg) : rex_(0), length_(0), fixup_(nullptr) { SetModRM(3, reg); } in Operand() function
/art/compiler/utils/x86/
Dassembler_x86.h99 Operand() : length_(0), disp_(0), fixup_(nullptr) { } in Operand() function
145 explicit Operand(Register reg) : disp_(0), fixup_(nullptr) { SetModRM(3, reg); } in Operand() function