Searched defs:bL (Results 1 - 9 of 9) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DL04Dns2x2Ftr.c203 uint32 bL[ 4 ] = { 0, 0, 0, 0 }; /* bit sum */ local
216 bL[ 0 ] += bbf_BIT_SUM_32( vmL );
218 bL[ 1 ] += bbf_BIT_SUM_32( vmL);
220 bL[ 2 ] += bbf_BIT_SUM_32( vmL );
222 bL[ 3 ] += bbf_BIT_SUM_32( vmL );
233 uint32 actL = ( ( bL[ 0 ] << 3 ) + ( bL[ 1 ] << 2 ) + ( bL[ 2 ] << 1 ) + bL[ 3 ] );
H A DL04Tld2x4Ftr.c191 uint32 bL[ 4 ] = { 0, 0, 0, 0 }; /* bit sum */ local
255 bL[ 0 ] += bbf_BIT_SUM_32( vmL );
257 bL[ 1 ] += bbf_BIT_SUM_32( vmL);
259 bL[ 2 ] += bbf_BIT_SUM_32( vmL );
261 bL[ 3 ] += bbf_BIT_SUM_32( vmL );
270 uint32 actL = ( ( bL[ 0 ] << 3 ) + ( bL[ 1 ] << 2 ) + ( bL[ 2 ] << 1 ) + bL[ 3 ] );
H A DL04Dns2x4Ftr.c197 uint32 bL[ 4 ] = { 0, 0, 0, 0 }; /* bit sum */ local
250 bL[ 0 ] += bbf_BIT_SUM_32( vmL );
252 bL[ 1 ] += bbf_BIT_SUM_32( vmL);
254 bL[ 2 ] += bbf_BIT_SUM_32( vmL );
256 bL[ 3 ] += bbf_BIT_SUM_32( vmL );
265 uint32 actL = ( ( bL[ 0 ] << 3 ) + ( bL[ 1 ] << 2 ) + ( bL[ 2 ] << 1 ) + bL[ 3 ] );
H A DL04Dns3x3Ftr.c194 uint32 bL[ 4 ] = { 0, 0, 0, 0 }; /* bit sum */ local
271 bL[ 0 ] += bbf_BIT_SUM_32( vmL );
273 bL[ 1 ] += bbf_BIT_SUM_32( vmL);
275 bL[ 2 ] += bbf_BIT_SUM_32( vmL );
277 bL[ 3 ] += bbf_BIT_SUM_32( vmL );
285 uint32 actL = ( ( bL[ 0 ] << 3 ) + ( bL[ 1 ] << 2 ) + ( bL[ 2 ] << 1 ) + bL[ 3 ] );
H A DL06Dns3x3Ftr.c194 uint32 bL[ 6 ] = { 0, 0, 0, 0, 0, 0 }; /* bit sum */ local
272 bL[ 0 ] += bbf_BIT_SUM_32( vmL );
274 bL[ 1 ] += bbf_BIT_SUM_32( vmL );
276 bL[ 2 ] += bbf_BIT_SUM_32( vmL );
278 bL[ 3 ] += bbf_BIT_SUM_32( vmL );
280 bL[ 4 ] += bbf_BIT_SUM_32( vmL );
282 bL[ 5 ] += bbf_BIT_SUM_32( vmL );
290 uint32 actL = ( ( bL[ 0 ] << 5 ) + ( bL[ 1 ] << 4 ) + ( bL[
[all...]
H A DL06Dns4x4Ftr.c194 uint32 bL[ 6 ] = { 0, 0, 0, 0, 0, 0 }; /* bit sum */ local
287 bL[ 0 ] += bbf_BIT_SUM_32( vmL );
289 bL[ 1 ] += bbf_BIT_SUM_32( vmL);
291 bL[ 2 ] += bbf_BIT_SUM_32( vmL );
293 bL[ 3 ] += bbf_BIT_SUM_32( vmL );
295 bL[ 4 ] += bbf_BIT_SUM_32( vmL );
297 bL[ 5 ] += bbf_BIT_SUM_32( vmL );
305 uint32 actL = ( ( bL[ 0 ] << 5 ) + ( bL[ 1 ] << 4 ) + ( bL[
[all...]
H A DL06DnsNx4x4Ftr.c201 uint32 bL[ 6 ] = { 0, 0, 0, 0, 0, 0 }; /* bit sum */ local
295 bL[ 0 ] += bbf_BIT_SUM_32( vmL );
297 bL[ 1 ] += bbf_BIT_SUM_32( vmL);
299 bL[ 2 ] += bbf_BIT_SUM_32( vmL );
301 bL[ 3 ] += bbf_BIT_SUM_32( vmL );
303 bL[ 4 ] += bbf_BIT_SUM_32( vmL );
305 bL[ 5 ] += bbf_BIT_SUM_32( vmL );
314 uint32 actL = ( ( bL[ 0 ] << 5 ) + ( bL[ 1 ] << 4 ) + ( bL[
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_arm_defs.c2816 UInt bL, bB; local
2821 bL = i->ARMin.LdSt32.isLoad ? 1 : 0;
2826 bL = i->ARMin.LdSt8U.isLoad ? 1 : 0;
2841 instr = XXXXX___(X1110,X0101,BITS4(bP,bB,0,bL),
2855 UInt bL = i->ARMin.LdSt16.isLoad ? 1 : 0; local
2871 vassert(!(bL == 0 && bS == 1)); // "! signed store"
2872 /**/ if (bL == 0 && bS == 0) {
2879 else if (bL == 1 && bS == 0) {
2886 else if (bL == 1 && bS == 1) {
3033 UInt bL local
3049 UInt bL = i->ARMin.VLdStS.isLoad ? 1 : 0; local
3312 UInt bL = i->ARMin.NLdStQ.isLoad ? 1 : 0; local
3332 UInt bL = i->ARMin.NLdStD.isLoad ? 1 : 0; local
[all...]
H A Dguest_arm_toIR.c7935 UInt bL = INSN(21,21); local
7989 if (bL)
7993 DIP("v%s%u.%u {", bL ? "ld" : "st", N + 1, 8 << size);
8009 if (bL == 0)
8173 if (bL)
8203 DIP("v%s%u.%u {", bL ? "ld" : "st", N + 1, 8 << INSN(7,6));
10233 UInt bL, /* 1: load, 0: store */
10299 if (bW == 1 && bL == 1)
10332 if (bL == 1) {
10369 if (rN == 13 && bL
10228 mk_ldm_stm( Bool arm, UInt rN, UInt bINC, UInt bBEFORE, UInt bW, UInt bL, UInt regList ) argument
10495 UInt bL = (insn28 >> 20) & 1; local
10632 UInt bL = (insn28 >> 20) & 1; local
11073 UInt bL = (insn28 >> 20) & 1; /* 1: load 0: store */ local
11380 UInt bL = (insn28 >> 20) & 1; local
11535 UInt bL = (insn28 >> 20) & 1; /* 1: load 0: store */ local
12534 UInt bL = (insn >> 20) & 1; /* 20 */ local
12755 UInt bL = (insn >> 20) & 1; /* 20 L=1 load, L=0 store */ local
12916 UInt bL = (insn >> 20) & 1; /* load=1, store=0 */ local
16019 UInt bL = INSN0(4,4); local
17263 UInt bL = INSN0(4,4); // 1: load 0: store local
[all...]

Completed in 174 milliseconds