Searched refs:BR (Results 1 - 25 of 192) sorted by last modified time

12345678

/external/vixl/src/a64/
H A Dassembler-a64.cc433 Emit(BR | Rn(xn));
H A Dconstants-a64.h504 BR = UnconditionalBranchToRegisterFixed | 0x001F0000, enumerator in enum:vixl::UnconditionalBranchToRegisterOp
H A Ddisasm-a64.cc551 case BR: mnemonic = "br"; break;
H A Dsimulator-a64.cc549 case BR:
/external/skia/samplecode/
H A DSamplePatch.cpp84 const int BR = TR + nv; local
85 const int BL = BR + nu;
96 SkScalarMul(Uv, edge[BL].fX) + SkScalarMul(uv, edge[BR].fX);
98 SkScalarMul(Uv, edge[BL].fY) + SkScalarMul(uv, edge[BR].fY);
102 SkScalarMul(v, edge[BR+nu-iu].fX) +
106 SkScalarMul(v, edge[BR+nu-iu].fY) +
/external/qemu/distrib/jpeg-6b/
H A Djcphuff.c625 unsigned int BR; local
663 BR = 0; /* BR = count of buffered bits added now */
680 emit_buffered_bits(entropy, BR_buffer, BR);
682 BR = 0;
692 BR_buffer[BR++] = (char) (temp & 1);
707 emit_buffered_bits(entropy, BR_buffer, BR);
709 BR = 0;
713 if (r > 0 || BR > 0) { /* If there are trailing zeroes, */
715 entropy->BE += BR; /* conca
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/pcre/dist/sljit/
H A DsljitNativeARM_64.c76 #define BR 0xd61f0000 macro
1869 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1)));
1904 PTR_FAIL_IF(push_inst(compiler, BR | RN(TMP_REG1)));
1922 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(src));
1932 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1));
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcphuff.c626 unsigned int BR; local
664 BR = 0; /* BR = count of buffered bits added now */
681 emit_buffered_bits(entropy, BR_buffer, BR);
683 BR = 0;
693 BR_buffer[BR++] = (char) (temp & 1);
708 emit_buffered_bits(entropy, BR_buffer, BR);
710 BR = 0;
714 if (r > 0 || BR > 0) { /* If there are trailing zeroes, */
716 entropy->BE += BR; /* conca
[all...]
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h509 /// BR - Unconditional branch. The first operand is the chain
511 BR, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1575 DAG.setRoot(DAG.getNode(ISD::BR, getCurSDLoc(),
1717 BrCond = DAG.getNode(ISD::BR, dl, MVT::Other, BrCond,
1786 BrCond = DAG.getNode(ISD::BR, getCurSDLoc(), MVT::Other, BrCond,
1839 SDValue Br = DAG.getNode(ISD::BR, getCurSDLoc(),
1921 BrRange = DAG.getNode(ISD::BR, getCurSDLoc(), MVT::Other, CopyTo,
1986 BrAnd = DAG.getNode(ISD::BR, getCurSDLoc(), MVT::Other, BrAnd,
2018 DAG.setRoot(DAG.getNode(ISD::BR, getCurSDLoc(),
2134 BrCond = DAG.getNode(ISD::BR, DL, MVT::Other, BrCond,
2693 DAG.setRoot(DAG.getNode(ISD::BR, getCurSDLoc(),
H A DSelectionDAGDumper.cpp258 case ISD::BR: return "br";
/external/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp468 TmpInst.setOpcode(AArch64::BR);
H A DAArch64FastISel.cpp871 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(AArch64::BR))
H A DAArch64ISelLowering.cpp7624 SDValue BR;
7626 BR = DAG.getNode(AArch64ISD::CBZ, SDLoc(N), MVT::Other, Chain, LHS, Dest);
7628 BR = DAG.getNode(AArch64ISD::CBNZ, SDLoc(N), MVT::Other, Chain, LHS, Dest);
7631 DCI.CombineTo(N, BR, false);
H A DAArch64InstrInfo.h227 static inline bool isIndirectBranchOpcode(int Opc) { return Opc == AArch64::BR; }
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8444 return DAG.getNode(ISD::BR, dl, MVT::Other,
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp764 /// last parameter, also switches branch target with BR if the need arise
772 SDNode *BR = nullptr; local
783 // Get the target from BR if we don't negate the condition
784 BR = findUser(BRCOND, ISD::BR);
785 Target = BR->getOperand(1);
807 if (BR) {
810 BR->getOperand(0),
813 DAG.MorphNodeTo(BR, ISD::BR, B
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp74 LoweredMI = MCInstBuilder(SystemZ::BR).addReg(SystemZ::R14D);
95 LoweredMI = MCInstBuilder(SystemZ::BR).addReg(SystemZ::R1D);
H A DSystemZInstrInfo.cpp1043 case SystemZ::BR:
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12989 if (User->getOpcode() == ISD::BR) {
13030 if (User->getOpcode() == ISD::BR) {
13061 if (User->getOpcode() == ISD::BR) {
/external/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp54 BranchInst *BR = dyn_cast<BranchInst>(entryBlock->getTerminator()); local
55 if (!BR || BR->isUnconditional())
/external/libyuv/files/source/
H A Drow_common.cc439 #define BR UR * 128 + VR * 128 macro
455 uint32 r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6);
467 *r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6);
H A Drow_posix.cc1287 #define BR UR * 128 + VR * 128 macro
1309 { BR, BR, BR, BR, BR, BR, BR, BR },

Completed in 515 milliseconds

12345678