Lines Matching refs:IndexOperand
891 class IndexOperand : public Operand {
893 static IndexOperand Prepare(MacroAssembler* masm,
901 return IndexOperand(imm);
905 return IndexOperand(scratch);
909 return IndexOperand(op.GetRegister());
920 explicit IndexOperand(const Register& reg) : Operand(reg) {}
921 explicit IndexOperand(int64_t imm) : Operand(imm) {}
925 IndexOperand start_enc = IndexOperand::Prepare(this, &temps, start, zd);
926 IndexOperand step_enc = IndexOperand::Prepare(this, &temps, step, zd);