Home | History | Annotate | Download | only in x64

Lines Matching refs:emit_operand

412   // register is encoded later as part of the emit_operand operation.
1502 void emit_operand(Register reg, const Operand& adr) {
1503 emit_operand(reg.low_bits(), adr);
1509 void emit_operand(int rm, const Operand& adr);