Searched defs:lgdr (Results 1 – 3 of 3) sorted by relevance
1585 __ lgdr(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local1589 __ lgdr(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local1593 __ lgdr(kScratchReg, i.OutputDoubleRegister()); in AssembleArchInstruction() local1599 __ lgdr(r0, i.OutputDoubleRegister()); in AssembleArchInstruction() local
2342 __ lgdr(scratch, input_reg); in DoShiftI() local5198 __ lgdr(result_reg, value_reg); in DoShiftI() local
2286 void Assembler::lgdr(Register r1, DoubleRegister f2) { in lgdr() function in v8::internal::Assembler