Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.h89 Operand() : length_(0) { } in Operand() function
120 explicit Operand(Register reg) { SetModRM(3, reg); } in Operand() function
/art/compiler/utils/x86_64/
Dassembler_x86_64.h107 Operand() : rex_(0), length_(0), fixup_(nullptr) { } in Operand() function
154 explicit Operand(CpuRegister reg) : rex_(0), length_(0), fixup_(nullptr) { SetModRM(3, reg); } in Operand() function