Searched refs:insert_d (Results 1 – 3 of 3) sorted by relevance
2821 __ insert_d(dst, 0, kScratchReg); in AssembleArchInstruction() local2823 __ insert_d(dst, 1, kScratchReg); in AssembleArchInstruction() local
1694 void insert_d(MSARegister wd, uint32_t n, Register rs);
3991 void Assembler::insert_d(MSARegister wd, uint32_t n, Register rs) { in insert_d() function in v8::internal::Assembler