/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | d10v-opc.c | 171 { "abs", SHORT_2, 1, IU, PAR|WF0, 0x5607, 0x7eff, { ADST } }, 173 { "add", SHORT_2, 1, IU, PAR, 0x1201, 0x7ee3, { ADST, RSRCE } }, 174 { "add", SHORT_2, 1, IU, PAR, 0x1203, 0x7eef, { ADST, ASRC } }, 200 { "clrac", SHORT_2, 1, IU, PAR, 0x5601, 0x7eff, { ADST } }, 267 { "mvb", SHORT_2, 1, IU, PAR, 0x5400, 0x7e01, { RDST, RSRC } }, 280 { "neg", SHORT_2, 1, IU, PAR, 0x5605, 0x7eff, { ADST } }, 302 { "sll", SHORT_2, 1, IU, PAR, 0x2200, 0x7e01, { RDST, RSRC } }, 303 { "sll", SHORT_2, 1, IU, PAR, 0x3200, 0x7ee1, { ADST, RSRC } }, 306 { "slx", SHORT_2, 1, IU, PAR|RF0, 0x460b, 0x7e1f, { RDST } }, 307 { "sra", SHORT_2, 1, IU, PAR, 0x2400, 0x7e01, { RDST, RSRC } }, [all …]
|
H A D | d30v-opc.c | 264 { "mac0", IALU2, 0x14, { SHORT_A }, IU, FLAG_MUL32, 0, 0 }, 265 { "mac1", IALU2, 0x14, { SHORT_A1 }, IU, FLAG_MUL32, 0, 0 }, 266 { "macs0", IALU2, 0x15, { SHORT_A }, IU, FLAG_MUL32, 0, 0 }, 274 { "mul", IALU2, 0x10, { SHORT_A }, IU, FLAG_MUL32, 0, 0 }, 275 { "mul2h", IALU2, 0, { SHORT_A }, IU, FLAG_MUL16, 0, 0 }, 283 { "mvfacc", IALU2, 0x1f, { SHORT_RA }, IU, 0, 0, 0 }, 285 { "mvtacc", IALU2, 0xf, { SHORT_AR }, IU, 0, 0, 0 }, 298 { "sat", IALU2, 0x8, { SHORT_A5 }, IU, 0, 0, 0 }, 299 { "sat2h", IALU2, 0x9, { SHORT_A5 }, IU, 0, 0, 0 }, 302 { "satz", IALU2, 0xa, { SHORT_A5 }, IU, 0, 0, 0 }, [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | d10v-opc.c | 171 { "abs", SHORT_2, 1, IU, PAR|WF0, 0x5607, 0x7eff, { ADST } }, 173 { "add", SHORT_2, 1, IU, PAR, 0x1201, 0x7ee3, { ADST, RSRCE } }, 174 { "add", SHORT_2, 1, IU, PAR, 0x1203, 0x7eef, { ADST, ASRC } }, 200 { "clrac", SHORT_2, 1, IU, PAR, 0x5601, 0x7eff, { ADST } }, 267 { "mvb", SHORT_2, 1, IU, PAR, 0x5400, 0x7e01, { RDST, RSRC } }, 280 { "neg", SHORT_2, 1, IU, PAR, 0x5605, 0x7eff, { ADST } }, 302 { "sll", SHORT_2, 1, IU, PAR, 0x2200, 0x7e01, { RDST, RSRC } }, 303 { "sll", SHORT_2, 1, IU, PAR, 0x3200, 0x7ee1, { ADST, RSRC } }, 306 { "slx", SHORT_2, 1, IU, PAR|RF0, 0x460b, 0x7e1f, { RDST } }, 307 { "sra", SHORT_2, 1, IU, PAR, 0x2400, 0x7e01, { RDST, RSRC } }, [all …]
|
H A D | d30v-opc.c | 267 { "mac0", IALU2, 0x14, { SHORT_A }, IU, FLAG_MUL32, 0, 0 }, 268 { "mac1", IALU2, 0x14, { SHORT_A1 }, IU, FLAG_MUL32, 0, 0 }, 269 { "macs0", IALU2, 0x15, { SHORT_A }, IU, FLAG_MUL32, 0, 0 }, 277 { "mul", IALU2, 0x10, { SHORT_A }, IU, FLAG_MUL32, 0, 0 }, 278 { "mul2h", IALU2, 0, { SHORT_A }, IU, FLAG_MUL16, 0, 0 }, 286 { "mvfacc", IALU2, 0x1f, { SHORT_RA }, IU, 0, 0, 0 }, 288 { "mvtacc", IALU2, 0xf, { SHORT_AR }, IU, 0, 0, 0 }, 301 { "sat", IALU2, 0x8, { SHORT_A5 }, IU, 0, 0, 0 }, 302 { "sat2h", IALU2, 0x9, { SHORT_A5 }, IU, 0, 0, 0 }, 305 { "satz", IALU2, 0xa, { SHORT_A5 }, IU, 0, 0, 0 }, [all …]
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | IVUsers.cpp | 319 IU.reset(new IVUsers(L, AC, LI, DT, SE)); in runOnLoop() 324 IU->print(OS, M); in print() 327 void IVUsersWrapperPass::releaseMemory() { IU->releaseMemory(); } in releaseMemory() 331 const SCEV *IVUsers::getReplacementExpr(const IVStrideUse &IU) const { in getReplacementExpr() 332 return SE->getSCEV(IU.getOperandValToReplace()); in getReplacementExpr() 336 const SCEV *IVUsers::getExpr(const IVStrideUse &IU) const { in getExpr() 337 return normalizeForPostIncUse(getReplacementExpr(IU), IU.getPostIncLoops(), in getExpr() 358 const SCEV *IVUsers::getStride(const IVStrideUse &IU, const Loop *L) const { in getStride() argument 359 if (const SCEVAddRecExpr *AR = findAddRecForLoop(getExpr(IU), L)) in getStride()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | IVUsers.h | 132 const SCEV *getReplacementExpr(const IVStrideUse &IU) const; 135 const SCEV *getExpr(const IVStrideUse &IU) const; 137 const SCEV *getStride(const IVStrideUse &IU, const Loop *L) const; 162 std::unique_ptr<IVUsers> IU; variable 169 IVUsers &getIU() { return *IU; } in getIU() 170 const IVUsers &getIU() const { return *IU; } in getIU()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-d10v.c | 741 if (opcode->unit == IU) 760 && (opcode->unit != IU)) 810 if (opcode1->unit == IU) 817 else if (opcode1->unit == IU) 829 if (opcode1->unit == IU) 831 if (opcode2->unit == IU) 851 if (opcode1->unit != IU) 868 else if (opcode1->unit == IU || opcode1->unit == EITHER) 947 || (op1->unit == IU && op2->unit == IU)
|
H A D | tc-d30v.c | 732 if (opcode->op->unit == IU) 744 if (opcode->op->unit == IU) 816 if (opcode1->op->unit == IU 845 else if (opcode1->op->unit == IU) 873 else if (opcode1->op->unit == IU) 875 if (opcode2->op->unit == IU) 902 if (opcode1->op->unit == IU) 981 if ((op1->op->unit == IU && op2->op->unit == IU)
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-d10v.c | 689 if (opcode->unit == IU) in write_1_short() 708 && (opcode->unit != IU)) in write_1_short() 875 || (op1->unit == IU && op2->unit == IU) in parallel_ok() 1022 if (opcode1->unit == IU) in write_2_short() 1029 else if (opcode1->unit == IU) in write_2_short() 1041 if (opcode1->unit == IU) in write_2_short() 1043 if (opcode2->unit == IU) in write_2_short() 1063 if (opcode1->unit != IU) in write_2_short() 1080 else if (opcode1->unit == IU || opcode1->unit == EITHER) in write_2_short()
|
H A D | tc-d30v.c | 671 if (opcode->op->unit == IU) in write_1_short() 682 if (opcode->op->unit == IU) in write_1_short() 726 if ((op1->op->unit == IU && op2->op->unit == IU) in parallel_ok() 1011 if (opcode1->op->unit == IU in write_2_short() 1040 else if (opcode1->op->unit == IU) in write_2_short() 1068 else if (opcode1->op->unit == IU) in write_2_short() 1070 if (opcode2->op->unit == IU) in write_2_short() 1097 if (opcode1->op->unit == IU) in write_2_short()
|
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 581.crt | 11 2z4QQzxdVyo/ql8SsKXCqNpBhyQ6WKVpx+wneOQqhLV6fHCQzb+A/ySaJnjgz/IU
|
H A D | 2649.key | 12 n9qAwupYJvnQoOWhnleprAQVIE4paFJfvrRSGEf3nGZ+6faCrqZ/+3Rvra64/1IU
|
H A D | 2458.key | 5 y9xFKv6vaPA3DR7cw2q61Cs+r0qeqND0P2Da0tfOsII3r+WzsWUbgzW3vlmOk+IU
|
H A D | 824.key | 21 hSx02947L8nBbCb6CBvk7QKBgFDcJb5Fcap4Tl0AFlhZqfrv/IU+/vZmFo9STHGU
|
H A D | 1583.key | 17 IU/uqxq9CJZZB4VQw65E9gZxlnyULUyXze8zPgDRx7OEFZBS51hFoMzcDidDCd+W
|
H A D | 1799.key | 21 IU+LeHI1CxjrCn5IQbzh4+ECgYA0dVa6zOFRNRjMxwKHtWsnM79OMc0iIW3Vnz4a
|
H A D | 2621.chain | 16 IU+pAgMBAAGjEzARMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEB
|
H A D | 1316.chain | 11 Q2UwjJ29/4+pg6cesXIwenc6KsaK+IU+Qt0BAWTEpS6vQz9gW6e+/nJZUootN1po
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | MacroCallReconstructor.cpp | 287 auto IU = IdToReconstructed.find(ID); in startReconstruction() local 288 assert(IU != IdToReconstructed.end()); in startReconstruction() 290 {ID, IU->second->Tokens.begin(), IU->second->Tokens.end()}); in startReconstruction()
|
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | d10v.h | 64 #define IU 1 macro
|
H A D | d30v.h | 132 #define IU 1 macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | d10v.h | 64 #define IU 1 macro
|
H A D | d30v.h | 132 #define IU 1 macro
|
/openbsd/gnu/gcc/gcc/config/bfin/ |
H A D | lib1funcs.asm | 95 CC = R3 < R1 (IU);
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1956 IVUsers &IU; member in __anon3e7394c10a11::LSRInstance 2131 for (IVUsers::const_iterator UI = IU.begin(), E = IU.end(); in OptimizeShadowIV() 2244 for (IVStrideUse &U : IU) in FindIVUserForCond() 2476 for (IVUsers::const_iterator UI = IU.begin(), E = IU.end(); UI != E; ++UI) in OptimizeLoopTermCond() 2704 for (const IVStrideUse &U : IU) { in CollectInterestingTypesAndFactors() 3304 for (const IVStrideUse &U : IU) { in CollectFixupsAndInitialFormulae() 3322 const SCEV *S = IU.getExpr(U); in CollectFixupsAndInitialFormulae() 5734 : IU(IU), SE(SE), DT(DT), LI(LI), AC(AC), TLI(TLI), TTI(TTI), L(L), in LSRInstance() 5745 if (IU.empty()) return; in LSRInstance() 5750 for (const IVStrideUse &U : IU) { in LSRInstance() [all …]
|