Home | History | Annotate | Download | only in generators

Lines Matching full:_low

47 def _Low(register):
63 doubles.append(_Low(register))
73 op1 = _Low(op1)
75 op2 = _Low(op2)
77 op3 = _Low(op3)
356 source = _Low(source)
361 self.EmitVMovl(mov_type, destination_1, _Low(source))
365 destination = _Low(destination)
369 self.EmitVQmovn(mov_type, _Low(destination), source_1)
374 destination = _Low(destination)
378 self.EmitVQmovun(mov_type, _Low(destination), source_1)
499 destinations.append(self.AllLanes(_Low(destination)))
635 sources.append(_Low(source))
829 registers.append(_Low(value))