Searched defs:bL (Results 1 - 11 of 11) 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/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1959 BasicBlock *bL = NULL, *bR = NULL; local
1978 bL = BasicBlock::get(ei.getNode());
1979 for (insn = bL->getEntry(); insn; insn = insn->next, ++nL)
1996 if (bL)
1997 predicateInstructions(bL, pred, bb->getExit()->cc);
2009 bb = BasicBlock::get((bL ? bL : bR)->cfg.outgoing().getNode());
/external/valgrind/VEX/priv/
H A Dhost_arm_defs.c2930 UInt bL = isLoad ? 1 : 0; local
2941 instr = XXXXX___(X1110,X0101,BITS4(bP,bB,0,bL),
3069 UInt bL, bB; local
3075 bL = i->ARMin.LdSt32.isLoad ? 1 : 0;
3081 bL = i->ARMin.LdSt8U.isLoad ? 1 : 0;
3098 instr = XXXXX___(cc,X0101,BITS4(bP,bB,0,bL),
3112 UInt bL = i->ARMin.LdSt16.isLoad ? 1 : 0; local
3130 vassert(!(bL == 0 && bS == 1)); // "! signed store"
3131 /**/ if (bL == 0 && bS == 0) {
3138 else if (bL
3509 UInt bL = i->ARMin.VLdStD.isLoad ? 1 : 0; local
3525 UInt bL = i->ARMin.VLdStS.isLoad ? 1 : 0; local
3793 UInt bL = i->ARMin.NLdStQ.isLoad ? 1 : 0; local
3813 UInt bL = i->ARMin.NLdStD.isLoad ? 1 : 0; local
[all...]
H A Dguest_arm_toIR.c8332 UInt bL = INSN(21,21); local
8386 if (bL)
8390 DIP("v%s%u.%d {", bL ? "ld" : "st", N + 1, 8 << size);
8406 if (bL == 0)
8586 if (bL)
8625 if (bL) {
8656 if (bL) {
8701 if (bL) {
8739 if (bL) {
8786 DIP("v%s%u.%d {", bL
12587 mk_ldm_stm( Bool arm, UInt rN, UInt bINC, UInt bBEFORE, UInt bW, UInt bL, UInt regList ) argument
12854 UInt bL = (insn28 >> 20) & 1; local
12991 UInt bL = (insn28 >> 20) & 1; local
13432 UInt bL = (insn28 >> 20) & 1; /* 1: load 0: store */ local
13782 UInt bL = (insn28 >> 20) & 1; local
13937 UInt bL = (insn28 >> 20) & 1; /* 1: load 0: store */ local
15113 UInt bL = (insn >> 20) & 1; /* 20 */ local
15340 UInt bL = (insn >> 20) & 1; /* 20 L=1 load, L=0 store */ local
15515 UInt bL = (insn >> 20) & 1; /* load=1, store=0 */ local
19313 UInt bL = INSN0(4,4); local
20590 UInt bL = INSN0(4,4); // 1: load 0: store local
[all...]
H A Dguest_arm64_toIR.c4812 UInt bL = INSN(22,22); local
4820 || (bL && rT1 == rT2)) {
4858 && INSN(24,23) == BITS2(1,1) && rN == 31 && bL == 0;
4863 /**/ if (bL == 1 && bX == 1) {
4869 } else if (bL == 1 && bX == 0) {
4875 } else if (bL == 0 && bX == 1) {
4882 vassert(bL == 0 && bX == 0);
4907 DIP(fmt_str, bL == 0 ? "st" : "ld",

Completed in 237 milliseconds