HomeSort by relevance Sort by last modified time
    Searched refs:x7 (Results 51 - 75 of 1415) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
firewire-constants.h 29 #define TCODE_READ_BLOCK_RESPONSE 0x7
42 #define EXTCODE_VENDOR_DEPENDENT 0x7
57 #define RCODE_ADDRESS_ERROR 0x7
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
firewire-constants.h 29 #define TCODE_READ_BLOCK_RESPONSE 0x7
42 #define EXTCODE_VENDOR_DEPENDENT 0x7
57 #define RCODE_ADDRESS_ERROR 0x7
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
firewire-constants.h 29 #define TCODE_READ_BLOCK_RESPONSE 0x7
42 #define EXTCODE_VENDOR_DEPENDENT 0x7
57 #define RCODE_ADDRESS_ERROR 0x7
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
firewire-constants.h 29 #define TCODE_READ_BLOCK_RESPONSE 0x7
42 #define EXTCODE_VENDOR_DEPENDENT 0x7
57 #define RCODE_ADDRESS_ERROR 0x7
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
firewire-constants.h 29 #define TCODE_READ_BLOCK_RESPONSE 0x7
42 #define EXTCODE_VENDOR_DEPENDENT 0x7
57 #define RCODE_ADDRESS_ERROR 0x7
  /external/mesa3d/src/gallium/drivers/i915/
i915_reg.h 45 #define PRIM3D_RECTLIST (0x7<<18)
72 #define BFO_STENCIL_TEST_MASK (0x7<<11)
74 #define BFO_STENCIL_FAIL_MASK (0x7<<8)
76 #define BFO_STENCIL_PASS_Z_FAIL_MASK (0x7<<5)
78 #define BFO_STENCIL_PASS_Z_PASS_MASK (0x7<<2)
100 #define BUF_3D_ID_DEPTH (0x7<<24)
258 #define BLENDFUNC_MASK 0x7
262 #define _3DSTATE_LOAD_INDIRECT (CMD_3D|(0x1d<<24)|(0x7<<16))
405 #define S5_STENCIL_TEST_FUNC_MASK (0x7<<13)
407 #define S5_STENCIL_FAIL_MASK (0x7<<10
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog_dump.c 137 (op >> 13) & 0x7f, r300_vs_dst_debug[(op >> 8) & 0x7]);
160 r300_vs_swiz_debug[(src >> 13) & 0x7],
162 r300_vs_swiz_debug[(src >> 16) & 0x7],
164 r300_vs_swiz_debug[(src >> 19) & 0x7],
166 r300_vs_swiz_debug[(src >> 22) & 0x7]);
  /external/libhevc/decoder/arm64/
ihevcd_itrans_recon_dc_chroma.s 70 mov x7,#2048 // 1<<(shift2-1)
85 add x5,x7,x8,lsl #6
116 mov x7,x0
117 ld2 {v2.8b, v3.8b},[x7],x2
118 ld2 {v4.8b, v5.8b},[x7],x2
119 ld2 {v6.8b, v7.8b},[x7],x2
120 ld2 {v8.8b, v9.8b},[x7],x2
122 ld2 {v10.8b, v11.8b},[x7],x2
123 ld2 {v12.8b, v13.8b},[x7],x2
124 ld2 {v14.8b, v15.8b},[x7],x
    [all...]
ihevcd_itrans_recon_dc_luma.s 69 mov x7,#2048 // 1<<(shift2-1)
84 add x5,x7,x8,lsl #6
115 mov x7,x0
116 ld1 {v2.8b},[x7],x2
117 ld1 {v3.8b},[x7],x2
118 ld1 {v4.8b},[x7],x2
119 ld1 {v5.8b},[x7],x2
121 ld1 {v6.8b},[x7],x2
122 ld1 {v7.8b},[x7],x2
123 ld1 {v1.8b},[x7],x
    [all...]
  /external/libavc/common/
ih264_ihadamard_scaling.c 96 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
109 x7 = pi2_src_ptr[3];
111 x0 = x4 + x7;
114 x3 = x4 - x7;
131 x7 = pi4_tmp_ptr[12];
133 x0 = x4 + x7;
136 x3 = x4 - x7;
ih264_resi_trans_quant.c 125 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
137 x7 = pu1_src[3] - pu1_pred[3];
140 x0 = x4 + x7;
143 x3 = x4 - x7;
164 x7 = pi2_out_tmp[12];
167 x0 = x4 + x7;
170 x3 = x4 - x7;
273 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
285 x7 = pu1_src[6] - pu1_pred[6];
288 x0 = x4 + x7;
422 WORD32 x0,x1,x2,x3,x4,x5,x6,x7,i4_value; local
550 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
eg_sq.h 33 #define S_SQ_CF_WORD0_JUMPTABLE_SEL(x) (((x) & 0x7) << 24)
34 #define G_SQ_CF_WORD0_JUMPTABLE_SEL(x) (((x) >> 24) & 0x7)
37 #define S_SQ_CF_WORD1_POP_COUNT(x) (((x) & 0x7) << 0)
38 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7)
209 #define S_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_X(x) (((x) & 0x7) << 0)
210 #define G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_X(x) (((x) >> 0) & 0x7)
212 #define S_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Y(x) (((x) & 0x7) << 3)
213 #define G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Y(x) (((x) >> 3) & 0x7)
215 #define S_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Z(x) (((x) & 0x7) << 6)
216 #define G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Z(x) (((x) >> 6) & 0x7)
    [all...]
r600_sq.h 34 #define S_SQ_CF_WORD1_POP_COUNT(x) (((x) & 0x7) << 0)
35 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7)
43 #define S_SQ_CF_WORD1_COUNT(x) (((x) & 0x7) << 10)
44 #define G_SQ_CF_WORD1_COUNT(x) (((x) >> 10) & 0x7)
161 #define S_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_X(x) (((x) & 0x7) << 0)
162 #define G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_X(x) (((x) >> 0) & 0x7)
164 #define S_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Y(x) (((x) & 0x7) << 3)
165 #define G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Y(x) (((x) >> 3) & 0x7)
167 #define S_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Z(x) (((x) & 0x7) << 6)
168 #define G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Z(x) (((x) >> 6) & 0x7)
    [all...]
r700_sq.h 34 #define S_SQ_CF_WORD1_POP_COUNT(x) (((x) & 0x7) << 0)
35 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7)
43 #define S_SQ_CF_WORD1_COUNT(x) (((x) & 0x7) << 10)
44 #define G_SQ_CF_WORD1_COUNT(x) (((x) >> 10) & 0x7)
158 #define S_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_X(x) (((x) & 0x7) << 0)
159 #define G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_X(x) (((x) >> 0) & 0x7)
161 #define S_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Y(x) (((x) & 0x7) << 3)
162 #define G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Y(x) (((x) >> 3) & 0x7)
164 #define S_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Z(x) (((x) & 0x7) << 6)
165 #define G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Z(x) (((x) >> 6) & 0x7)
    [all...]
  /external/libhevc/common/arm64/
ihevc_intra_pred_luma_mode2.s 139 add x7,x6,x3
147 add x9,x7,x3
164 st1 {v17.8b},[x7],x5
175 st1 {v21.8b},[x7],x5
205 add x7, x6, x3
215 add x9, x7, x3
233 st1 {v17.8b},[x7],x5
237 st1 {v21.8b},[x7],x5
254 add x7,x6,x3
267 st1 {v7.s}[0],[x7]
    [all...]
ihevc_weighted_pred_bi.s 128 // x7 => off0
135 // x7 => wd
173 mov x19,x7 // off0 52
188 mov x7,x19 //load off0
192 add x5,x7,x9 //off0 + off1
196 mov x7,x26 //load wd
203 lsl x9,x7,#1
213 cmp x7,#0 //check wd == 0
284 subs x7,x7,#4 //decrement wd by 4 and check for
    [all...]
ihevc_sao_edge_offset_class3_chroma.s 60 //x7 => wd
91 mov x21,x7 // *pu1_avail 0x34
100 SUB x9,x7,#2 //wd - 2
105 MOV x9,x7 //Move width to x9 for loop count
127 SUB x14,x7,#2 //[wd - 2]
129 SUB x11,x7,#1 //[wd - 1]
175 SUB x14,x7,#3 //[wd - 1 - 2]
314 MOV x6,x7 //move wd to x6 loop_count
316 CMP x7,#16 //Compare wd with 16
323 CMP x6,x7 //col == w
    [all...]
ihevc_inter_pred_luma_copy_w16out.s 72 // x7 => ht
95 mov x7,x16 //loads ht
96 cmp x7,#0 //ht condition(ht == 0)
133 subs x7,x7,#4 //ht + 4
155 mul x7, x7, x4
157 sub x7,x7,#4 //subtract one for epilog
189 subs x7,x7,#4 //ht -
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_reg.h 45 #define PRIM3D_RECTLIST (0x7<<18)
72 #define BFO_STENCIL_TEST_MASK (0x7<<11)
74 #define BFO_STENCIL_FAIL_MASK (0x7<<8)
76 #define BFO_STENCIL_PASS_Z_FAIL_MASK (0x7<<5)
78 #define BFO_STENCIL_PASS_Z_PASS_MASK (0x7<<2)
246 #define BLENDFUNC_MASK 0x7
250 #define _3DSTATE_LOAD_INDIRECT (CMD_3D|(0x1d<<24)|(0x7<<16))
397 #define REG_TYPE_MASK 0x7
427 #define A0_DP4 (0x7<<24) /* dst.xyzw = src0.xyzw dot src1.xyzw */
586 #define MS3_MAPSURF_FORMAT_MASK (0x7<<7
    [all...]
  /external/mesa3d/src/mesa/math/
m_copy_tmp.h 58 COPY_FUNC( 0x7 )
77 _mesa_copy_tab[0x7] = TAG2(copy, 0x7);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_stream.c 126 (pStrmData->strmBuffReadBits & 0x7));
195 ASSERT(pStrmData->bitPosInWord == (pStrmData->strmBuffReadBits & 0x7));
198 pStrmData->bitPosInWord = pStrmData->strmBuffReadBits & 0x7;
  /ndk/sources/android/support/src/musl-multibyte/
internal.c 25 C(0x2),C(0x3),C(0x4),C(0x5),C(0x6),C(0x7),
27 D(0x0),D(0x1),D(0x2),D(0x3),D(0x4),D(0x5),D(0x6),D(0x7),
29 E(0x0),E(0x1),E(0x2),E(0x3),E(0x4),E(0x5),E(0x6),E(0x7),
  /external/libexif/libexif/canon/
mnote-canon-tag.h 38 MNOTE_CANON_TAG_FIRMWARE = 0x7,
  /external/v8/test/mjsunit/regress/
regress-r4998.js 45 var x7 = 3;
61 x7 = 263;
69 // The loop variable x7 is initialized to 3,
71 // MakeMergeable has forced the loop variable x7 to be spilled,
74 // claims that x7 is synced, and does not save the modified
76 for (x7 = 3; x7 < 10; ++x7) {
  /external/valgrind/none/tests/s390x/
srnm.c 19 return fpc & 0x7;

Completed in 509 milliseconds

1 23 4 5 6 7 8 91011>>