Home | History | Annotate | Download | only in x64

Lines Matching refs:emit_operand

411   // register is encoded later as part of the emit_operand operation.
2195 void emit_operand(Register reg, const Operand& adr) {
2196 emit_operand(reg.low_bits(), adr);
2202 void emit_operand(int rm, const Operand& adr);