Searched defs:dsra32 (Results 1 – 2 of 2) sorted by relevance
1227 __ dsra32(i.OutputRegister(), i.InputRegister(0), imm - 32); in AssembleArchInstruction() local3017 __ dsra32(kScratchReg, i.OutputRegister(), 0); in AssembleBranchToLabels() local
2227 void Assembler::dsra32(Register rd, Register rt, uint16_t sa) { in dsra32() function in v8::internal::Assembler