Searched defs:llgfr (Results 1 – 3 of 3) sorted by relevance
1323 __ llgfr(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction() local1443 __ llgfr(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction() local1586 __ llgfr(i.OutputRegister(), i.OutputRegister()); in AssembleArchInstruction() local
3700 __ llgfr(result, input); in DoShiftI() local5202 __ llgfr(result_reg, result_reg); in DoShiftI() local
1586 void Assembler::llgfr(Register r1, Register r2) { rre_form(LLGFR, r1, r2); } in llgfr() function in v8::internal::Assembler