Home
last modified time | relevance | path

Searched refs:tB (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/CodeGen/
D2007-04-05-UnPackedStruct.c6 tB = 1 enumerator
15 struct MyStruct MS = { tB, 0 }; in bar()
D2007-04-05-PackedStruct.c7 tB = 1 enumerator
17 struct MyStruct MS = { tB, 0 }; in bar()
/external/opencv/cxcore/src/
Dcxmatrix.cpp626 arrtype* tB = 0; \
662 tB = B + stepB*(k - i); \
667 CV_SWAP( B[j], tB[j], t ); \
675 tB = B; \
682 tB += stepB; \
690 tB[k] = (arrtype)(tB[k] + alpha*B[k]); \
726 arrtype* tB = B + j; \
729 for( k = n - 1; k > i; k--, tB -= stepB ) \
730 x += A[k]*tB[0]; \
732 tB[0] = (arrtype)((tB[0] - x)*A[i]); \
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_peephole.cpp690 Value *tA, *tB; in opnd() local
702 tB = bld.getSSA(); in opnd()
706 bld.mkOp2(OP_SUB, TYPE_U32, tB, i->getSrc(0), tA); in opnd()
709 bld.mkOp2(OP_SHR, TYPE_U32, tA, tB, bld.mkImm(r)); in opnd()
711 tA = tB; in opnd()
712 tB = s ? bld.getSSA() : i->getDef(0); in opnd()
713 bld.mkOp2(OP_ADD, TYPE_U32, tB, mul->getDef(0), tA); in opnd()
715 bld.mkOp2(OP_SHR, TYPE_U32, i->getDef(0), tB, bld.mkImm(s)); in opnd()
723 LValue *tA, *tB; in opnd() local
735 tB = bld.getSSA(); in opnd()
[all …]
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp692 UOpc = ARM::tB; in initializeFunctionInfo()
696 case ARM::tB: in initializeFunctionInfo()
891 unsigned Opc = isThumb ? (isThumb2 ? ARM::t2B : ARM::tB) : ARM::B; in splitBlockBeforeInstr()
1067 if (PredMI->getOpcode() == ARM::B || PredMI->getOpcode() == ARM::tB in BBIsJumpedOver()
1169 case ARM::tB: in getUnconditionalBrDisp()
1262 int UncondBr = isThumb ? ((isThumb2) ? ARM::t2B : ARM::tB) : ARM::B; in createNewWater()
1774 NewOpc = ARM::tB; in optimizeThumb2Branches()
DARMBaseInstrInfo.h407 return Opc == ARM::B || Opc == ARM::tB || Opc == ARM::t2B; in isUncondBranchOpcode()
DARMInstrThumb.td507 def tB : T1pI<(outs), (ins t_brtarget:$target), IIC_Br,
563 (tB t_brtarget:$dst, pred:$p)>,
DARMAsmPrinter.cpp1704 EmitToStreamer(OutStreamer, MCInstBuilder(ARM::tB) in EmitInstruction()
DARMBaseInstrInfo.cpp403 ? ARM::B : (AFI->isThumb2Function() ? ARM::t2B : ARM::tB); in InsertBranch()
1748 if (Opc == ARM::tB) in getMatchingCondBranchOpcode()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kpdf_dur.pkb6 …P P0#0 !�00qPc�`���@�Is�Ic���@!����B����1�C�q"RA�@tB!aA�������0q#C�%…
Dfr-FR_nk0_kdt_lfz4.pkb59 …U(�K�"�$ǶE'���E')l���� f�Hu�`���-))�i7ĵQ��ē`BI1Jf�<����;���+a ��l��j�~�1�1��4tB~��5a��!86
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp168 case ARM::tB: in getRelaxedOpcode()
/external/lldb/utils/test/
DREADME-disasm287 Opcode=2238 Name=tB Format=ARM_FORMAT_THUMBFRM(25)
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp4715 case ARM::tB: in cvtThumbBranches()
4729 case ARM::tBcc: Inst.setOpcode(ARM::tB); break; in cvtThumbBranches()
4737 case ARM::tB: in cvtThumbBranches()
4739 Inst.setOpcode(Cond == ARMCC::AL ? ARM::tB : ARM::tBcc); in cvtThumbBranches()
4751 case ARM::tB: { in cvtThumbBranches()
6388 case ARM::tB: in validateInstruction()
8196 case ARM::tB: in processInstruction()
8220 Inst.setOpcode(ARM::tB); in processInstruction()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1115 if (LastOpc == ARM::B || LastOpc == ARM::tB) {
1126 if ((SecondLastOpc == ARM::B || SecondLastOpc == ARM::tB) &&
1127 (LastOpc == ARM::B || LastOpc == ARM::tB)) {
1163 (SecondLastOpc == ARM::tBcc && LastOpc == ARM::tB)) {
/external/jpeg/
Dtestimg.ppm4tB\yCdzIl}Pt�Vv�Xr�Xo�Wm�Zl�\o�bu�h{�l��o��q��p��q��t��u��v��v��v��w��z��|��{��|���������ȷ�Ǹ������…
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp621 case ARM::tB: in AddThumbPredicate()
/external/chromium-trace/trace-viewer/tracing/test_data/
Dddms_calculator_start.trace83355 ���p� �tB ��
104814 ���p���tB
201527tB��
236415 qa� �tB��
261790tB��
282569 �.�ps��tB��
296698 �Gq?��tB��
306931 y� q)U�tB��
332405 ��p�N�tB��
463613 h� q���tB ��
[all …]
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4495tB=0,tC=0,tD=0,tE=0,tF=0,tG=0.0,tH=0,tI=0,tJ=0,tK=0,tL=0,tM=0,tN=0,tO=0,tP=0,tQ=0,tR=0,tS=0,tT=0,t…
4496 …=p;b=m}else{break}}j=c[10028]|0;k=aI(208840,6,1,j|0)|0;i=g;return}function tB(b,d,e){b=b|0;d=d|0;e… function
4499 …vp,mA,vp,nQ,vp,r_,vp,qg,vp,mT,vp,mp,vp,tR,vp,hw,vp,mu,vp,mj,vp,rL,vp,sc,vp,tB,vp,lQ,vp,ra,vp,sV,vp…