HomeSort by relevance Sort by last modified time
    Searched full:uxtb16 (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/chromium_org/third_party/libvpx/source/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/libvpx/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
  /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/chromium_org/third_party/libvpx/source/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
  /external/libvpx/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
  /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
  /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...]

Completed in 281 milliseconds

1 2 3 4