Searched defs:bL (Results 1 - 12 of 12) 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/chromium_org/third_party/mesa/src/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/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/main/VEX/priv/
H A Dhost_arm_defs.c2946 UInt bL = isLoad ? 1 : 0; local
2957 instr = XXXXX___(X1110,X0101,BITS4(bP,bB,0,bL),
3085 UInt bL, bB; local
3091 bL = i->ARMin.LdSt32.isLoad ? 1 : 0;
3097 bL = i->ARMin.LdSt8U.isLoad ? 1 : 0;
3114 instr = XXXXX___(cc,X0101,BITS4(bP,bB,0,bL),
3128 UInt bL = i->ARMin.LdSt16.isLoad ? 1 : 0; local
3146 vassert(!(bL == 0 && bS == 1)); // "! signed store"
3147 /**/ if (bL == 0 && bS == 0) {
3154 else if (bL
3527 UInt bL = i->ARMin.VLdStD.isLoad ? 1 : 0; local
3543 UInt bL = i->ARMin.VLdStS.isLoad ? 1 : 0; local
3811 UInt bL = i->ARMin.NLdStQ.isLoad ? 1 : 0; local
3831 UInt bL = i->ARMin.NLdStD.isLoad ? 1 : 0; local
[all...]
H A Dguest_arm64_toIR.c3318 UInt bL = INSN(22,22); local
3326 || (bL && rT1 == rT2)) {
3364 && INSN(24,23) == BITS2(1,1) && rN == 31 && bL == 0;
3369 /**/ if (bL == 1 && bX == 1) {
3375 } else if (bL == 1 && bX == 0) {
3381 } else if (bL == 0 && bX == 1) {
3388 vassert(bL == 0 && bX == 0);
3413 DIP(fmt_str, bL == 0 ? "st" : "ld",
H A Dguest_arm_toIR.c8330 UInt bL = INSN(21,21); local
8384 if (bL)
8388 DIP("v%s%u.%u {", bL ? "ld" : "st", N + 1, 8 << size);
8404 if (bL == 0)
8584 if (bL)
8623 if (bL) {
8654 if (bL) {
8699 if (bL) {
8737 if (bL) {
8784 DIP("v%s%u.%u {", bL
12585 mk_ldm_stm( Bool arm, UInt rN, UInt bINC, UInt bBEFORE, UInt bW, UInt bL, UInt regList ) argument
12852 UInt bL = (insn28 >> 20) & 1; local
12989 UInt bL = (insn28 >> 20) & 1; local
13430 UInt bL = (insn28 >> 20) & 1; /* 1: load 0: store */ local
13758 UInt bL = (insn28 >> 20) & 1; local
13913 UInt bL = (insn28 >> 20) & 1; /* 1: load 0: store */ local
15046 UInt bL = (insn >> 20) & 1; /* 20 */ local
15273 UInt bL = (insn >> 20) & 1; /* 20 L=1 load, L=0 store */ local
15448 UInt bL = (insn >> 20) & 1; /* load=1, store=0 */ local
19208 UInt bL = INSN0(4,4); local
20485 UInt bL = INSN0(4,4); // 1: load 0: store local
[all...]

Completed in 2239 milliseconds