Home
last modified time | relevance | path

Searched refs:bop (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp187 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(child)) { in VisitCompoundStmt() local
188 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(bop->getLHS())) { in VisitCompoundStmt()
193 isPoolCreation(bop->getRHS())) { in VisitCompoundStmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-ps-3d.md106 P<aUL><bUL>.PS %0,<aop>,<bop>
108 where 0U == <aop><aUL> and 0L == <bop><bUL>.
130 so: 0L = { 1L, 1U }[I3] (= <bop><bUL>)
134 <bop> = 1, <bUL> = I3 ? U : L
146 0L = { 2U, 2L }[I4] (= <bop><bUL>)
149 <bop> = 2, <bUL> = I4 ? L : U
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips-ps-3d.md106 P<aUL><bUL>.PS %0,<aop>,<bop>
108 where 0U == <aop><aUL> and 0L == <bop><bUL>.
130 so: 0L = { 1L, 1U }[I3] (= <bop><bUL>)
134 <bop> = 1, <bUL> = I3 ? U : L
146 0L = { 2U, 2L }[I4] (= <bop><bUL>)
149 <bop> = 2, <bUL> = I4 ? L : U
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsumtype.d191 (BinOp bop) in eval()
193 double lhs = eval(*bop.lhs, env); in eval()
194 double rhs = eval(*bop.rhs, env); in eval()
195 final switch (bop.op) in eval()
215 (BinOp bop) => "(%s %s %s)".format( in pprint()
216 pprint(*bop.lhs), in pprint()
217 cast(string) bop.op, in pprint()
218 pprint(*bop.rhs) in pprint()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp1656 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(syntax)) { in recreateSyntacticForm() local
1657 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(*this, bop->getLHS()); in recreateSyntacticForm()
1658 Expr *rhs = cast<OpaqueValueExpr>(bop->getRHS())->getSourceExpr(); in recreateSyntacticForm()
1659 return BinaryOperator::Create(Context, lhs, rhs, bop->getOpcode(), in recreateSyntacticForm()
1660 bop->getType(), bop->getValueKind(), in recreateSyntacticForm()
1661 bop->getObjectKind(), bop->getOperatorLoc(), in recreateSyntacticForm()
/netbsd-src/sys/external/bsd/drm2/ttm/
H A Dttm_bo_vm.c408 unsigned long npages, struct ttm_buffer_object **bop) in ttm_bo_uvm_lookup() argument
427 *bop = bo; in ttm_bo_uvm_lookup()
/netbsd-src/sys/fs/msdosfs/
H A Dmsdosfs_fat.c142 fatblock(struct msdosfsmount *pmp, u_long ofs, u_long *bnp, u_long *sizep, u_long *bop) in fatblock() argument
157 if (bop) in fatblock()
158 *bop = ofs % pmp->pm_fatblocksize; in fatblock()
/netbsd-src/external/gpl2/groff/dist/src/devices/grodvi/
H A Ddvi.cpp148 bop = 139, enumerator
503 out1(bop); in begin_page()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Djournal.c818 int bop = 0, aop = 0; in ixfr_order() local
836 bop = 1; in ixfr_order()
840 bop = 0; in ixfr_order()
846 r = bop - aop; in ixfr_order()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Djournal.c817 int bop = 0, aop = 0; in ixfr_order() local
835 bop = 1; in ixfr_order()
839 bop = 0; in ixfr_order()
845 r = bop - aop; in ixfr_order()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dsparc-opc.c1353 #define cond(bop, top, mask, flags) \ argument
1354 brx(bop, F2(0, 1)|(mask), F2(~0, ~1)|((~mask)&COND(~0)), F_DELAYED|(flags)), /* v9 */ \
1355 br(bop, F2(0, 2)|(mask), F2(~0, ~2)|((~mask)&COND(~0)), F_DELAYED|(flags)), \
1401 #define condr(bop, mask, flags) /* v9 */ \ argument
1402 brr(bop, F2(0, 3)|COND(mask), F2(~0, ~3)|COND(~(mask)), (flags)) /* v9 */
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dsparc-opc.c1353 #define cond(bop, top, mask, flags) \ argument
1354 brx(bop, F2(0, 1)|(mask), F2(~0, ~1)|((~mask)&COND(~0)), F_DELAYED|(flags)), /* v9 */ \
1355 br(bop, F2(0, 2)|(mask), F2(~0, ~2)|((~mask)&COND(~0)), F_DELAYED|(flags)), \
1401 #define condr(bop, mask, flags) /* v9 */ \ argument
1402 brr(bop, F2(0, 3)|COND(mask), F2(~0, ~3)|COND(~(mask)), (flags)) /* v9 */
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Depiphany.cpu323 (define-normal-insn-enum insn-bop "binary operator subcodes" () OPB_ f-opc-6-3
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Depiphany.cpu323 (define-normal-insn-enum insn-bop "binary operator subcodes" () OPB_ f-opc-6-3
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Depiphany.cpu323 (define-normal-insn-enum insn-bop "binary operator subcodes" () OPB_ f-opc-6-3
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Depiphany.cpu323 (define-normal-insn-enum insn-bop "binary operator subcodes" () OPB_ f-opc-6-3
/netbsd-src/share/dict/
H A Dweb224834 bop