Home
last modified time | relevance | path

Searched refs:EmitOperandOp (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dx86_32.h277 void EmitOperandOp(ArgumentType argument, Operand operand) { in EmitOperandOp() function
278 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
Dx86_64.h372 void EmitOperandOp(ArgumentType argument, Operand operand) { in EmitOperandOp() function
373 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
Dcommon_x86.h600 static_cast<Assembler*>(this)->EmitOperandOp( in EmitInstruction()
613 static_cast<Assembler*>(this)->EmitOperandOp( in EmitInstruction()