Searched defs:sdbr (Results 1 – 3 of 3) sorted by relevance
1110 __ sdbr(i.OutputDoubleRegister(), kScratchDoubleReg); in AssembleArchInstruction() local1115 __ sdbr(i.OutputDoubleRegister(), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
1304 __ sdbr(result, minuend); in DoMultiplySubD() local1948 __ sdbr(result_reg, right_reg); in DoShiftI() local1987 __ sdbr(result, right); in DoShiftI() local
2707 void Assembler::sdbr(DoubleRegister r1, DoubleRegister r2) { in sdbr() function in v8::internal::Assembler