Searched defs:sdbr (Results 1 – 3 of 3) sorted by relevance
1346 __ sdbr(i.OutputDoubleRegister(), kScratchDoubleReg); in AssembleArchInstruction() local1351 __ sdbr(i.OutputDoubleRegister(), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
1319 __ sdbr(result, minuend); in DoMultiplySubD() local1963 __ sdbr(result_reg, right_reg); in DoShiftI() local2002 __ sdbr(result, right); in DoShiftI() local
2753 void Assembler::sdbr(DoubleRegister r1, DoubleRegister r2) { in sdbr() function in v8::internal::Assembler