HomeSort by: relevance | last modified time | path
    Searched refs:OE (Results 1 - 25 of 86) sorted by relevancy

1 2 3 4

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/
st-pincfg.h 17 #define OE (1 << 27)
32 /* oe = 0, pu = 0, od = 0 */
34 /* oe = 0, pu = 1, od = 0 */
36 /* oe = 1, pu = 0, od = 0 */
37 #define OUT (OE)
38 /* oe = 1, pu = 0, od = 1 */
39 #define BIDIR (OE | OD)
40 /* oe = 1, pu = 1, od = 1 */
41 #define BIDIR_PU (OE | PU | OD)
  /src/external/gpl3/gdb/dist/sim/ppc/
dc-stupid 20 array,normal:21:31:32:-1:OE,LR,AA,Rc,LK:
dc-test.01 20 21:31:32:-1:0:OE,LR,AA,Rc,LK:0:0x00000000:0x00000000:0
dc-test.02 20 21:31:32:-1:0:OE,LR,AA,Rc,LK:0:0x00000000:0x00000000:0
dc-complex 20 array,normal: 21:31:32:-1:OE,LR,AA,Rc,LK:
idecode_expression.h 37 fields in the instruction (OE, EA, Rc) the compiler has sufficient
76 #define ALU_END(TARG,CA,OE,Rc) \
78 signed_word const alu_result = _ALU_RESULT_VAL(CA,OE,Rc); \
80 if (OE) { \
107 #define _ALU_RESULT_VAL(CA,OE,Rc) (WITH_TARGET_WORD_BITSIZE == 64 \
109 : (OE \
powerpc.igen 2534 0.31,6.RT,11.RA,16.RB,21.OE,22.266,31.Rc:XO:::Add
2541 ALU_END(*rT, 0/*CA*/, OE, Rc);
2544 0.31,6.RT,11.RA,16.RB,21.OE,22.40,31.Rc:XO:::Subtract From
2553 ALU_END(*rT, 0/*CA*/, OE, Rc);
2563 ALU_END(*rT, 1/*CA*/, 0/*OE*/, 0/*Rc*/);
2573 ALU_END(*rT, 1/*CA*/, 0/*OE*/, 1/*Rc*/);
2585 ALU_END(*rT, 1/*CA*/, 0/*OE*/, 0/*Rc*/);
2588 0.31,6.RT,11.RA,16.RB,21.OE,22.10,31.Rc:XO:::Add Carrying
2595 ALU_END(*rT, 1/*CA*/, OE, Rc);
2598 0.31,6.RT,11.RA,16.RB,21.OE,22.8,31.Rc:XO:::Subtract From Carryin
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
dc-stupid 20 array,normal:21:31:32:-1:OE,LR,AA,Rc,LK:
dc-test.01 20 21:31:32:-1:0:OE,LR,AA,Rc,LK:0:0x00000000:0x00000000:0
dc-test.02 20 21:31:32:-1:0:OE,LR,AA,Rc,LK:0:0x00000000:0x00000000:0
dc-complex 20 array,normal: 21:31:32:-1:OE,LR,AA,Rc,LK:
idecode_expression.h 37 fields in the instruction (OE, EA, Rc) the compiler has sufficient
76 #define ALU_END(TARG,CA,OE,Rc) \
78 signed_word const alu_result = _ALU_RESULT_VAL(CA,OE,Rc); \
80 if (OE) { \
107 #define _ALU_RESULT_VAL(CA,OE,Rc) (WITH_TARGET_WORD_BITSIZE == 64 \
109 : (OE \
powerpc.igen 2534 0.31,6.RT,11.RA,16.RB,21.OE,22.266,31.Rc:XO:::Add
2541 ALU_END(*rT, 0/*CA*/, OE, Rc);
2544 0.31,6.RT,11.RA,16.RB,21.OE,22.40,31.Rc:XO:::Subtract From
2553 ALU_END(*rT, 0/*CA*/, OE, Rc);
2563 ALU_END(*rT, 1/*CA*/, 0/*OE*/, 0/*Rc*/);
2573 ALU_END(*rT, 1/*CA*/, 0/*OE*/, 1/*Rc*/);
2585 ALU_END(*rT, 1/*CA*/, 0/*OE*/, 0/*Rc*/);
2588 0.31,6.RT,11.RA,16.RB,21.OE,22.10,31.Rc:XO:::Add Carrying
2595 ALU_END(*rT, 1/*CA*/, OE, Rc);
2598 0.31,6.RT,11.RA,16.RB,21.OE,22.8,31.Rc:XO:::Subtract From Carryin
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_uart.h 43 #define OE (1 << 1)
  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_uart.h 43 #define OE (1 << 1)
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
BinaryHolder.cpp 184 ObjectEntry OE;
219 OE.Objects.push_back(std::move(*ErrOrObjectFile));
227 if (OE.Objects.empty())
231 MemberCache.try_emplace(Key, std::move(OE));
266 ObjectEntry &OE = ObjectCache[Filename];
267 auto Err = OE.load(VFS, Filename, Timestamp, Verbose);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 125 for (User::op_iterator OI = Init->op_begin(), OE = Init->op_end();
126 OI != OE; ++OI) {
  /src/external/gpl2/groff/dist/font/devdvi/
TBI 242 oe 866814,466034,0,89131 0 0033
245 OE 1195947,719440,0,119859 2 0036
TI 243 oe 750310,451470,0,78789 0 0033
246 OE 1032842,716526,0,126120 2 0036
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 217 const auto &OE = cast<BasicExpression>(Other);
218 return getType() == OE.getType() && NumOperands == OE.NumOperands &&
219 std::equal(op_begin(), op_end(), OE.op_begin());
457 const AggregateValueExpression &OE = cast<AggregateValueExpression>(Other);
458 return NumIntOperands == OE.NumIntOperands &&
459 std::equal(int_op_begin(), int_op_end(), OE.int_op_begin());
524 const PHIExpression &OE = cast<PHIExpression>(Other);
525 return BB == OE.BB;
  /src/external/gpl2/groff/dist/font/devps/generate/
textmap 79 OE OE
237 oe oe
  /src/external/gpl2/groff/dist/font/devps/
symbolmap 82 OE OE
240 oe oe
  /src/usr.bin/tip/
vars.c 57 "eofw", &OE },
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
cpls-ops.cc 213 GEN_OP (OE, |= (E, E) )
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
cpls-ops.cc 213 GEN_OP (OE, |= (E, E) )

Completed in 81 milliseconds

1 2 3 4