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