/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
vp8_subtract_armv6.asm | 47 uxtb16 r4, r0 ; [s2 | s0] 48 uxtb16 r5, r1 ; [p2 | p0] 49 uxtb16 r0, r0, ror #8 ; [s3 | s1] 50 uxtb16 r1, r1, ror #8 ; [p3 | p1] 93 uxtb16 r8, r6 ; [s2 | s0] (A) 94 uxtb16 r9, r7 ; [p2 | p0] (A) 95 uxtb16 r10, r6, ror #8 ; [s3 | s1] (A) 96 uxtb16 r11, r7, ror #8 ; [p3 | p1] (A) 108 uxtb16 r8, r10 ; [s2 | s0] (B) 111 uxtb16 r9, r11 ; [p2 | p0] (B [all...] |
vp8_mse16x16_armv6.asm | 59 uxtb16 r6, r8 ; byte (two pixels) to halfwords 60 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords 78 uxtb16 r6, r8 ; byte (two pixels) to halfwords 79 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords 99 uxtb16 r6, r8 ; byte (two pixels) to halfwords 100 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords 122 uxtb16 r6, r8 ; byte (two pixels) to halfwords 123 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords
|
/external/llvm/test/CodeGen/ARM/ |
inlineasm.ll | 4 %tmp56 = tail call i32 asm "uxtb16 $0,$1", "=r,r"( i32 %tmp54 ) ; <i32> [#uses=1]
|
/external/llvm/test/CodeGen/Thumb2/ |
thumb2-uxtb.ll | 6 ; ARMv7A: uxtb16 r0, r0 17 ; ARMv7A: uxtb16 r0, r0, ror #8 29 ; ARMv7A: uxtb16 r0, r0, ror #8 41 ; ARMv7A: uxtb16 r0, r0, ror #8 53 ; ARMv7A: uxtb16 r0, r0, ror #8 65 ; ARMv7A: uxtb16 r0, r0, ror #16 80 ; ARMv7A: uxtb16 r0, r0, ror #16 95 ; ARMv7A: uxtb16 r0, r0, ror #24 109 ; ARMv7A: uxtb16 r0, r0, ror #24 126 ; ARMv7A: uxtb16 r1, r [all...] |
/external/llvm/test/MC/ARM/ |
thumb2-dsp-diag.s | 23 uxtb16 r0, r0 label 24 uxtb16 r0, r0, ror #8 label 33 @ CHECK-7EM: uxtb16 r0, r0 @ encoding: [0x3f,0xfa,0x80,0xf0] 34 @ CHECK-7EM: uxtb16 r0, r0, ror #8 @ encoding: [0x3f,0xfa,0x90,0xf0]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
variance_halfpixvar16x16_h_media.asm | 64 uxtb16 r5, r6 ; byte (two pixels) to halfwords 65 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 95 uxtb16 r5, r6 ; byte (two pixels) to halfwords 96 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 126 uxtb16 r5, r6 ; byte (two pixels) to halfwords 127 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 159 uxtb16 r5, r6 ; byte (two pixels) to halfwords 160 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
|
variance_halfpixvar16x16_v_media.asm | 65 uxtb16 r5, r6 ; byte (two pixels) to halfwords 66 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 96 uxtb16 r5, r6 ; byte (two pixels) to halfwords 97 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 127 uxtb16 r5, r6 ; byte (two pixels) to halfwords 128 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 160 uxtb16 r5, r6 ; byte (two pixels) to halfwords 161 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
|
variance_media.asm | 61 uxtb16 r5, r6 ; byte (two pixels) to halfwords 62 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords 85 uxtb16 r5, r6 ; byte (two pixels) to halfwords 86 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords 109 uxtb16 r5, r6 ; byte (two pixels) to halfwords 110 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords 135 uxtb16 r5, r6 ; byte (two pixels) to halfwords 136 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords 194 uxtb16 r7, r8 ; byte (two pixels) to halfwords 195 uxtb16 r10, r8, ror #8 ; another two pixels to halfword [all...] |
variance_halfpixvar16x16_hv_media.asm | 75 uxtb16 r5, r6 ; byte (two pixels) to halfwords 76 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 117 uxtb16 r5, r6 ; byte (two pixels) to halfwords 118 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 159 uxtb16 r5, r6 ; byte (two pixels) to halfwords 160 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 201 uxtb16 r5, r6 ; byte (two pixels) to halfwords 202 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
vp8_variance16x16_armv6.asm | 59 uxtb16 r5, r6 ; byte (two pixels) to halfwords 60 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords 83 uxtb16 r5, r6 ; byte (two pixels) to halfwords 84 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords 107 uxtb16 r5, r6 ; byte (two pixels) to halfwords 108 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords 133 uxtb16 r5, r6 ; byte (two pixels) to halfwords 134 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
|
vp8_variance_halfpixvar16x16_h_armv6.asm | 64 uxtb16 r5, r6 ; byte (two pixels) to halfwords 65 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 95 uxtb16 r5, r6 ; byte (two pixels) to halfwords 96 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 126 uxtb16 r5, r6 ; byte (two pixels) to halfwords 127 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 159 uxtb16 r5, r6 ; byte (two pixels) to halfwords 160 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
|
vp8_variance_halfpixvar16x16_v_armv6.asm | 65 uxtb16 r5, r6 ; byte (two pixels) to halfwords 66 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 96 uxtb16 r5, r6 ; byte (two pixels) to halfwords 97 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 127 uxtb16 r5, r6 ; byte (two pixels) to halfwords 128 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 160 uxtb16 r5, r6 ; byte (two pixels) to halfwords 161 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
|
vp8_variance8x8_armv6.asm | 57 uxtb16 r7, r8 ; byte (two pixels) to halfwords 58 uxtb16 r10, r8, ror #8 ; another two pixels to halfwords 83 uxtb16 r7, r8 ; byte (two pixels) to halfwords 84 uxtb16 r10, r8, ror #8 ; another two pixels to halfwords
|
vp8_variance_halfpixvar16x16_hv_armv6.asm | 75 uxtb16 r5, r6 ; byte (two pixels) to halfwords 76 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 117 uxtb16 r5, r6 ; byte (two pixels) to halfwords 118 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 159 uxtb16 r5, r6 ; byte (two pixels) to halfwords 160 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 201 uxtb16 r5, r6 ; byte (two pixels) to halfwords 202 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
|
intra4x4_predict_v6.asm | 92 uxtb16 r10, r8 ; a[2|0] 93 uxtb16 r11, r8, ror #8 ; a[3|1] 148 uxtb16 r4, r8 ; a[2|0] 149 uxtb16 r5, r8, ror #8 ; a[3|1] 228 uxtb16 r6, r4 ; a[2|0] 229 uxtb16 r7, r4, ror #8 ; a[3|1] 230 uxtb16 r8, r5 ; a[6|4] 231 uxtb16 r9, r5, ror #8 ; a[7|5] 289 uxtb16 r9, lr ; p[7|5] 290 uxtb16 r10, lr, ror #8 ; p[8|6 [all...] |
simpleloopfilter_v6.asm | 26 uxtb16 $b1, $a1 ; xx 12 xx 10 27 uxtb16 $b0, $a0 ; xx 02 xx 00 28 uxtb16 $b3, $a3 ; xx 32 xx 30 29 uxtb16 $b2, $a2 ; xx 22 xx 20 33 uxtb16 $a1, $a1, ror #8 ; xx 13 xx 11 34 uxtb16 $a3, $a3, ror #8 ; xx 33 xx 31 35 uxtb16 $a0, $a0, ror #8 ; xx 03 xx 01 36 uxtb16 $a2, $a2, ror #8 ; xx 23 xx 21
|
dequant_idct_v6.asm | 141 uxtb16 lr, r11, ror #8 143 uxtb16 lr, r11 157 uxtb16 r8, r11, ror #8 159 uxtb16 r8, r11
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_mid_hor.s | 86 UXTB16 x_2_0, x_3_1
87 UXTB16 x_3_1, x_3_1, ROR #8
88 UXTB16 x_6_4, x_7_5
91 UXTB16 x_7_5, x_7_5, ROR #8
111 UXTB16 x_2_0, x_3_1
122 UXTB16 x_3_1, x_3_1, ROR #8
142 UXTB16 x_6_4, x_7_5
|
h264bsd_interpolate_ver_half.s | 158 UXTB16 tmpa, tmp3 ;// |g3|g1| 160 UXTB16 tmpb, tmp2 ;// |c3|c1| 173 UXTB16 tmpa, tmp3, ROR #8 ;// |g4|g2| 178 UXTB16 tmpb, tmp2, ROR #8 ;// |c4|c2| 203 UXTB16 tmpa, tmp4 ;// |g3|g1| 205 UXTB16 tmpb, tmp3 ;// |c3|c1| 217 UXTB16 tmpa, tmp4, ROR #8 ;// |g4|g2| 222 UXTB16 tmpb, tmp3, ROR #8 ;// |c4|c2| 247 UXTB16 tmpa, tmp5 ;// |g3|g1| 249 UXTB16 tmpb, tmp4 ;// |c3|c1 [all...] |
h264bsd_interpolate_ver_quarter.s | 159 UXTB16 tmpa, tmp3 ;// |g3|g1| 161 UXTB16 tmpb, tmp2 ;// |c3|c1| 174 UXTB16 tmpa, tmp3, ROR #8 ;// |g4|g2| 179 UXTB16 tmpb, tmp2, ROR #8 ;// |c4|c2| 212 UXTB16 tmpa, tmp4 ;// |g3|g1| 214 UXTB16 tmpb, tmp3 ;// |c3|c1| 226 UXTB16 tmpa, tmp4, ROR #8 ;// |g4|g2| 231 UXTB16 tmpb, tmp3, ROR #8 ;// |c4|c2| 261 UXTB16 tmpa, tmp5 ;// |g3|g1| 263 UXTB16 tmpb, tmp4 ;// |c3|c1 [all...] |
h264bsd_interpolate_hor_ver_quarter.s | 179 UXTB16 x_2_0, x_3_1 180 UXTB16 x_3_1, x_3_1, ROR #8 181 UXTB16 x_6_4, x_7_5 184 UXTB16 x_7_5, x_7_5, ROR #8 203 UXTB16 x_2_0, x_3_1 220 UXTB16 x_3_1, x_3_1, ROR #8 239 UXTB16 x_6_4, x_7_5 323 UXTB16 tmpa, tmp3 ;// |g3|g1| 325 UXTB16 tmpb, tmp2 ;// |c3|c1| 338 UXTB16 tmpa, tmp3, ROR #8 ;// |g4|g2 [all...] |
h264bsd_interpolate_hor_half.s | 161 UXTB16 x_2_0, x_3_1 162 UXTB16 x_3_1, x_3_1, ROR #8 163 UXTB16 x_6_4, x_7_5 166 UXTB16 x_7_5, x_7_5, ROR #8 185 UXTB16 x_2_0, x_3_1 202 UXTB16 x_3_1, x_3_1, ROR #8 221 UXTB16 x_6_4, x_7_5
|
h264bsd_interpolate_hor_quarter.s | 163 UXTB16 x_2_0, x_3_1 164 UXTB16 x_3_1, x_3_1, ROR #8 165 UXTB16 x_6_4, x_7_5 168 UXTB16 x_7_5, x_7_5, ROR #8 187 UXTB16 x_2_0, x_3_1 214 UXTB16 x_3_1, x_3_1, ROR #8 233 UXTB16 x_6_4, x_7_5
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
simpleloopfilter_v6.asm | 26 uxtb16 $b1, $a1 ; xx 12 xx 10 27 uxtb16 $b0, $a0 ; xx 02 xx 00 28 uxtb16 $b3, $a3 ; xx 32 xx 30 29 uxtb16 $b2, $a2 ; xx 22 xx 20 33 uxtb16 $a1, $a1, ror #8 ; xx 13 xx 11 34 uxtb16 $a3, $a3, ror #8 ; xx 33 xx 31 35 uxtb16 $a0, $a0, ror #8 ; xx 03 xx 01 36 uxtb16 $a2, $a2, ror #8 ; xx 23 xx 21
|
dequant_idct_v6.asm | 141 uxtb16 lr, r11, ror #8 143 uxtb16 lr, r11 157 uxtb16 r8, r11, ror #8 159 uxtb16 r8, r11
|