Searched defs:Srl64 (Results 1 – 2 of 2) sorted by relevance
1169 __ Srl64(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local3636 __ Srl64(kScratchReg, i.OutputRegister(), 63); in AssembleArchBoolean() local
918 void TurboAssembler::Srl64(Register rd, Register rs, const Operand& rt) { in Srl64() function in v8::internal::TurboAssembler