Searched defs:AsmOperand (Results 1 – 2 of 2) sorted by relevance
57 AsmOperand(const AsmOperand &other) in AsmOperand() function95 AsmOperand() in AsmOperand() function130 explicit AsmOperand(GPRRegister reg) : fixup_(nullptr) { SetModRM(3, reg); } in AsmOperand() function
142 explicit AsmOperand(GPRRegister reg) : fixup_(nullptr) { SetModRM(3, reg); } in AsmOperand() function