Searched refs:EmitOperandOp (Results 1 – 3 of 3) sorted by relevance
277 void EmitOperandOp(ArgumentType argument, Operand operand) { in EmitOperandOp() function278 EmitOperandOp(static_cast<int>(argument.num), operand); in EmitOperandOp()289 void EmitOperandOp(int number, const Operand& addr);307 inline void Assembler::EmitOperandOp(int number, const Operand& addr) { in EmitOperandOp() function
372 void EmitOperandOp(ArgumentType argument, Operand operand) { in EmitOperandOp() function373 EmitOperandOp(static_cast<int>(argument.num & 0b111), operand); in EmitOperandOp()384 void EmitOperandOp(int number, const Operand& addr);402 inline void Assembler::EmitOperandOp(int number, const Operand& addr) { in EmitOperandOp() function
600 static_cast<Assembler*>(this)->EmitOperandOp( in EmitInstruction()613 static_cast<Assembler*>(this)->EmitOperandOp( in EmitInstruction()