Home | History | Annotate | Download | only in src

Lines Matching refs:out1

72     ;// M_LOAD_X    $pSrc, $srcStep, $out0, $out1, $scratch, $offset
86 ;// $out1 four packed bytes, z[7] : z[6] : z[5] : z[4]
88 ;// Note: {$out0, $out1, $scratch} should be registers with ascending
92 M_LOAD_X $pSrc, $srcStep, $out0, $out1, $scratch, $offset
94 LDM $pSrc, {$out0, $out1}
97 LDM $pSrc, {$out0, $out1, $scratch}
101 ORR $out0, $out0, $out1, LSL #(32 - 8 * ($offset))
102 MOV $out1, $out1, LSR #8 * $offset
103 ORR $out1, $out1, $scratch, LSL #(32 - 8 * ($offset))