Searched defs:dsrl32 (Results 1 – 2 of 2) sorted by relevance
1214 __ dsrl32(i.OutputRegister(), i.InputRegister(0), in AssembleArchInstruction() local3112 __ dsrl32(kScratchReg, i.OutputRegister(), 31); in AssembleBranchPoisoning() local3266 __ dsrl32(kScratchReg, i.OutputRegister(), 31); in AssembleArchBoolean() local
2222 void Assembler::dsrl32(Register rd, Register rt, uint16_t sa) { in dsrl32() function in v8::internal::Assembler