Searched defs:shiftreg (Results 1 – 1 of 1) sorted by relevance
/external/vixl/src/vixl/a64/ |
D | logic-a64.cc | 1607 LogicVRegister shiftreg = dup_immediate(vform, temp, shift); in shl() local 1618 LogicVRegister shiftreg = dup_immediate(vform, temp1, shift); in sshll() local 1630 LogicVRegister shiftreg = dup_immediate(vform, temp1, shift); in sshll2() local 1658 LogicVRegister shiftreg = dup_immediate(vform, temp1, shift); in ushll() local 1670 LogicVRegister shiftreg = dup_immediate(vform, temp1, shift); in ushll2() local 1699 LogicVRegister shiftreg = dup_immediate(vform, temp, shift); in sqshl() local 1710 LogicVRegister shiftreg = dup_immediate(vform, temp, shift); in uqshl() local 1721 LogicVRegister shiftreg = dup_immediate(vform, temp, shift); in sqshlu() local 1758 LogicVRegister shiftreg = dup_immediate(vform, temp, -shift); in ushr() local 1769 LogicVRegister shiftreg = dup_immediate(vform, temp, -shift); in sshr() local
|