Home | History | Annotate | Download | only in x64

Lines Matching refs:emit_operand

422   // register is encoded later as part of the emit_operand operation.
1544 void emit_operand(Register reg, const Operand& adr) {
1545 emit_operand(reg.low_bits(), adr);
1551 void emit_operand(int rm, const Operand& adr);