Searched refs:Dror (Results 1 – 3 of 3) sorted by relevance
701 DEFINE_INSTRUCTION(Dror);
1131 void MacroAssembler::Dror(Register rd, Register rs, const Operand& rt) { in Dror() function in v8::internal::MacroAssembler
1245 __ Dror(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local