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.h126 Operand() : rex_(0), length_(0), fixup_(nullptr) { } in Operand() function
173 explicit Operand(CpuRegister reg) : rex_(0), length_(0), fixup_(nullptr) { SetModRM(3, reg); } in Operand() function
/art/compiler/utils/x86/
Dassembler_x86.h94 Operand() : length_(0), fixup_(nullptr) { } in Operand() function
137 explicit Operand(Register reg) : fixup_(nullptr) { SetModRM(3, reg); } in Operand() function