Searched defs:ltgr (Results 1 – 2 of 2) sorted by relevance
1158 __ ltgr(i.OutputRegister(), r1); // Copy R1: Quotient to output in AssembleArchInstruction() local1173 __ ltgr(i.OutputRegister(), r1); // Copy R1: Quotient to output in AssembleArchInstruction() local1218 __ ltgr(i.OutputRegister(), r0); // Copy R0: Remainder to output in AssembleArchInstruction() local1224 __ ltgr(i.OutputRegister(), r0); // Copy R0: Remainder to output in AssembleArchInstruction() local
1562 void Assembler::ltgr(Register r1, Register r2) { rre_form(LTGR, r1, r2); } in ltgr() function in v8::internal::Assembler