Home
last modified time | relevance | path

Searched refs:tbit (Results 1 – 7 of 7) sorted by relevance

/external/libogg/src/
Dbitwise.c527 int tbit=bits?bits:ilog(b[i]); in cliptest() local
528 if(oggpack_look(&r,tbit)==-1) in cliptest()
530 if(oggpack_look(&r,tbit)!=(b[i]&mask[tbit])) in cliptest()
532 if(tbit==1) in cliptest()
533 if(oggpack_look1(&r)!=(b[i]&mask[tbit])) in cliptest()
535 if(tbit==1){ in cliptest()
536 if(oggpack_read1(&r)!=(b[i]&mask[tbit])) in cliptest()
539 if(oggpack_read(&r,tbit)!=(b[i]&mask[tbit])) in cliptest()
562 int tbit=bits?bits:ilog(b[i]); in cliptestB() local
563 if(oggpackB_look(&r,tbit)==-1) in cliptestB()
[all …]
/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
Dmemset.S72 tbit.nz p_y, p_n = dest, 0 // Do we have an odd address? (M_B_U)
88 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 3 // should we do a st8 ?
92 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 2 // should we do a st4 ?
99 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 1 // should we do a st2 ?
107 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 0 // should we do a st1 ?
298 tbit.nz.unc p_y, p0 = cnt, 2 // should we terminate with a st4 ?
303 tbit.nz.unc p_yy, p0 = cnt, 1 // should we terminate with a st2 ?
307 tbit.nz.unc p_y, p0 = cnt, 0 // should we terminate with a st1 ?
344 tbit.nz p_scr, p0 = cnt, 1 // will there be a st2 at the end ?
353 tbit.nz p_y, p0 = cnt, 0 // will there be a st1 at the end ?
/external/tremolo/Tremolo/
Dbitwise.c400 int tbit=bits?bits:ilog(b[i]); in cliptest() local
401 if((test=oggpack_look(&r,tbit))==0xffffffff) in cliptest()
403 if(test!=(b[i]&mask[tbit])){ in cliptest()
404 fprintf(stderr,"%ld) %lx %lx\n",i,(b[i]&mask[tbit]),test); in cliptest()
407 if((test=oggpack_read(&r,tbit))==0xffffffff){ in cliptest()
410 if(test!=(b[i]&mask[tbit])){ in cliptest()
411 fprintf(stderr,"%ld) %lx %lx\n",i,(b[i]&mask[tbit]),test); in cliptest()
414 bitcount+=tbit; in cliptest()
/external/libunwind/tests/
Dia64-dyn-asm.S66 tbit.nz p6, p0 = in0, 4
Dia64-test-stack-asm.S87 tbit.nz p6, p0 = r8, 0
Dia64-test-nat-asm.S44 tbit.nz p15, p0 = reg, 0;; \
115 tbit.nz p6, p0 = r4, 0;;
/external/oprofile/module/ia64/
DIA64minstate.h179 tbit.nz p15, p0=rCRIPSR, IA64_PSR_I_BIT \