Home
last modified time | relevance | path

Searched refs:SA (Results 26 – 50 of 329) sorted by relevance

12345678910>>...14

/netbsd/external/gpl3/gcc/dist/libgcc/config/avr/
H A Dt-avr224 SI USI SQ USQ SA USA \
235 conv_to_sf_modes = QQ UQQ HQ UHQ HA UHA SQ USQ SA USA
236 conv_from_sf_modes = QQ UQQ HQ UHQ HA UHA SA USA
250 allfix_modes = QQ UQQ HQ UHQ HA UHA SQ USQ SA USA DA UDA DQ UDQ TQ UTQ TA UTA
262 ssat_modes = QQ HQ HA SQ SA DQ DA TQ TA
273 smul_modes = QQ HQ HA SA
275 sdiv_modes = QQ HQ HA SA
287 ssmul_modes = HA SA
/netbsd/tests/ipf/regress/
H A Di71 pass in on ed0 proto tcp from localhost to localhost port = 23 flags S/SA
9 pass in on lo0 proto tcp from any to any flags 2/SA
14 pass in on lo0 proto tcp from any to any flags 2/SA
H A Df83 block in proto tcp from any to any flags S/SA
4 pass in proto tcp from any to any flags S/SA
H A Df111 pass in proto tcp from any to any port = 23 flags S/SA keep state
2 block in proto tcp from any to any port = 23 flags S/SA keep state
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-outof-ssa.c284 gcc_assert (SA.partition_to_pseudo[dest]); in insert_partition_copy_on_edge()
285 gcc_assert (SA.partition_to_pseudo[src]); in insert_partition_copy_on_edge()
292 var = partition_to_var (SA.map, src); in insert_partition_copy_on_edge()
294 copy_rtx (SA.partition_to_pseudo[src]), in insert_partition_copy_on_edge()
321 dest_rtx = copy_rtx (SA.partition_to_pseudo[dest]); in insert_value_copy_on_edge()
331 tree name = partition_to_var (SA.map, dest); in insert_value_copy_on_edge()
378 gcc_assert (SA.partition_to_pseudo[dest]); in insert_rtx_to_part_on_edge()
391 partition_to_var (SA.map, dest)); in insert_rtx_to_part_on_edge()
413 gcc_assert (SA.partition_to_pseudo[src]); in insert_part_to_rtx_on_edge()
420 var = partition_to_var (SA.map, src); in insert_part_to_rtx_on_edge()
[all …]
H A Dtree-outof-ssa.cc284 gcc_assert (SA.partition_to_pseudo[dest]); in insert_partition_copy_on_edge()
285 gcc_assert (SA.partition_to_pseudo[src]); in insert_partition_copy_on_edge()
292 var = partition_to_var (SA.map, src); in insert_partition_copy_on_edge()
294 copy_rtx (SA.partition_to_pseudo[src]), in insert_partition_copy_on_edge()
321 dest_rtx = copy_rtx (SA.partition_to_pseudo[dest]); in insert_value_copy_on_edge()
331 tree name = partition_to_var (SA.map, dest); in insert_value_copy_on_edge()
378 gcc_assert (SA.partition_to_pseudo[dest]); in insert_rtx_to_part_on_edge()
391 partition_to_var (SA.map, dest)); in insert_rtx_to_part_on_edge()
413 gcc_assert (SA.partition_to_pseudo[src]); in insert_part_to_rtx_on_edge()
420 var = partition_to_var (SA.map, src); in insert_part_to_rtx_on_edge()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-outof-ssa.c284 gcc_assert (SA.partition_to_pseudo[dest]); in insert_partition_copy_on_edge()
285 gcc_assert (SA.partition_to_pseudo[src]); in insert_partition_copy_on_edge()
292 var = partition_to_var (SA.map, src); in insert_partition_copy_on_edge()
294 copy_rtx (SA.partition_to_pseudo[src]), in insert_partition_copy_on_edge()
321 dest_rtx = copy_rtx (SA.partition_to_pseudo[dest]); in insert_value_copy_on_edge()
331 tree name = partition_to_var (SA.map, dest); in insert_value_copy_on_edge()
378 gcc_assert (SA.partition_to_pseudo[dest]); in insert_rtx_to_part_on_edge()
391 partition_to_var (SA.map, dest)); in insert_rtx_to_part_on_edge()
413 gcc_assert (SA.partition_to_pseudo[src]); in insert_part_to_rtx_on_edge()
420 var = partition_to_var (SA.map, src); in insert_part_to_rtx_on_edge()
[all …]
/netbsd/external/bsd/ipf/dist/rules/
H A DBASIC_1.FW25 block in log proto tcp all flags S/SA head 101 group 100
28 block in log proto tcp all flags S/SA head 201 group 200
85 block in log proto tcp from any to a.b.c.d/32 flags S/SA head 110 group 100
97 block return-rst in log proto tcp from any to any flags S/SA group 100
H A Dexample.sr19 log in on le0 proto tcp from any to any flags S/SA
54 block in on le0 proto tcp from any to 10.1.3.0/24 flags S/SA
55 block in on le0 proto tcp from any to 10.1.2.0/24 flags S/SA
56 block in on le0 proto tcp from any to 10.1.1.0/24 flags S/SA
H A Dexample.86 block in proto tcp from any to any flags S/SA
7 block return-rst in quick proto tcp from any to any port = 113 flags S/SA
H A DBASIC_2.FW59 pass in log quick proto tcp all flags S/SA keep state group 200
70 block return-rst in log proto tcp from any to any flags S/SA group 100
/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h244 StringAllocator SA) const;
254 StringAllocator SA, bool DefaultDiagColor);
265 StringAllocator SA, const llvm::Triple &T,
278 StringAllocator SA, const llvm::Triple &T,
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/set_pckd_arr_elt/
H A Dfoo.adb19 SA : Simple_Array := (1, 2, 3, 4); variable
21 Update_Small (SA (3)); -- STOP
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/set_pckd_arr_elt/
H A Dfoo.adb19 SA : Simple_Array := (1, 2, 3, 4); variable
21 Update_Small (SA (3)); -- STOP
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h37 ScratchAlloc(const ScratchAlloc &SA);
240 ScratchAlloc SA; variable
311 ScratchAlloc &SA);
325 CXIndexDataConsumer &IdxCtx, ScratchAlloc &SA);
468 ScratchAlloc &SA);
484 inline ScratchAlloc::ScratchAlloc(const ScratchAlloc &SA) : IdxCtx(SA.IdxCtx) { in ScratchAlloc() argument
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp384 object::SectionedAddress SA) const { in dumpSectionedAddress()
385 dumpAddress(OS, U->getAddressByteSize(), SA.Address); in dumpSectionedAddress()
387 SA.SectionIndex); in dumpSectionedAddress()
663 if (auto SA = getAsSectionedAddress()) in getAsAddress() local
664 return SA->Address; in getAsAddress()
678 Optional<object::SectionedAddress> SA = U->getAddrOffsetSectionItem(Index); in getAsSectionedAddress() local
679 if (!SA) in getAsSectionedAddress()
682 SA->Address += (Value.uval & 0xffffffff); in getAsSectionedAddress()
683 return SA; in getAsSectionedAddress()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp531 const APInt *SA; in SimplifyDemandedUseBits() local
532 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
589 const APInt *SA; in SimplifyDemandedUseBits() local
590 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
630 const APInt *SA; in SimplifyDemandedUseBits() local
631 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
677 const APInt *SA; in SimplifyDemandedUseBits() local
678 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
809 const APInt *SA; in SimplifyDemandedUseBits() local
810 if (!match(I->getOperand(2), m_APInt(SA))) in SimplifyDemandedUseBits()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCExpr.cpp591 const MCSymbol &SA = A->getSymbol(); in AttemptToFoldSymbolOffsetDifference() local
594 if (SA.isUndefined() || SB.isUndefined()) in AttemptToFoldSymbolOffsetDifference()
603 if (Asm->isThumbFunc(&SA)) in AttemptToFoldSymbolOffsetDifference()
608 if (Asm->getBackend().isMicroMips(&SA)) in AttemptToFoldSymbolOffsetDifference()
616 const MCFragment *FA = SA.getFragment(); in AttemptToFoldSymbolOffsetDifference()
620 if (FA == FB && !SA.isVariable() && !SA.isUnset() && !SB.isVariable() && in AttemptToFoldSymbolOffsetDifference()
622 Addend += SA.getOffset() - SB.getOffset(); in AttemptToFoldSymbolOffsetDifference()
653 if (SA.isVariable() || SA.isUnset() || SB.isVariable() || SB.isUnset() || in AttemptToFoldSymbolOffsetDifference()
660 int64_t Displacement = SA.getOffset() - SB.getOffset(); in AttemptToFoldSymbolOffsetDifference()
/netbsd/external/gpl3/gdb/dist/sim/mips/
H A Ddsp2.igen387 011111,5.RS,5.RT,5.SA,00000,110001:SPECIAL3:32::APPEND
388 "append r<RT>, r<RS>, <SA>"
391 do_append (SD_, RT, RS, SA);
485 011111,5.RS,5.RT,5.SA,11110,010001:SPECIAL3:32::PRECR_SRA.PH.W
486 "precr_sra.ph.w r<RT>, r<RS>, <SA>"
489 do_precr_sra (SD_, RT, RS, SA, 0);
493 "precr_sra_r.ph.w r<RT>, r<RS>, <SA>"
496 do_precr_sra (SD_, RT, RS, SA, 1);
499 011111,5.RS,5.RT,5.SA,00001,110001:SPECIAL3:32::PREPEND
500 "prepend r<RT>, r<RS>, <SA>"
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/mips/
H A Ddsp2.igen387 011111,5.RS,5.RT,5.SA,00000,110001:SPECIAL3:32::APPEND
388 "append r<RT>, r<RS>, <SA>"
391 do_append (SD_, RT, RS, SA);
485 011111,5.RS,5.RT,5.SA,11110,010001:SPECIAL3:32::PRECR_SRA.PH.W
486 "precr_sra.ph.w r<RT>, r<RS>, <SA>"
489 do_precr_sra (SD_, RT, RS, SA, 0);
493 "precr_sra_r.ph.w r<RT>, r<RS>, <SA>"
496 do_precr_sra (SD_, RT, RS, SA, 1);
499 011111,5.RS,5.RT,5.SA,00001,110001:SPECIAL3:32::PREPEND
500 "prepend r<RT>, r<RS>, <SA>"
[all …]
/netbsd/sys/arch/hpcarm/conf/
H A Dfiles.sa11x03 # SA-11x0 model specific configuration info
6 # SA-11x0 specific files.
14 # SA-11[01]1 companion chips
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp105 bool allValidCandidates(NodeAddr<StmtNode *> SA, NodeList &UNodeList);
212 bool HexagonOptAddrMode::allValidCandidates(NodeAddr<StmtNode *> SA, in allValidCandidates() argument
244 void HexagonOptAddrMode::getAllRealUses(NodeAddr<StmtNode *> SA, in getAllRealUses() argument
246 for (NodeAddr<DefNode *> DA : SA.Addr->members_if(DFG->IsDef, *DFG)) { in getAllRealUses()
608 NodeAddr<StmtNode *> SA = AddAslUN.Addr->getOwner(*DFG); in changeAddAsl() local
613 getAllRealUses(SA, UNodeList); in changeAddAsl()
695 NodeAddr<StmtNode *> SA = IA; in processBlock() local
696 MachineInstr *MI = SA.Addr->getCode(); in processBlock()
708 getAllRealUses(SA, UNodeList); in processBlock()
710 if (!allValidCandidates(SA, UNodeList)) in processBlock()
[all …]
/netbsd/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Ddraft-ietf-ipsec-isakmp-hybrid-auth-05.txt51 establish, at the end of Phase 1, an IKE SA which is unidirectionally
192 authenticate the Edge Device and to establish an IKE SA. In the
220 either Main Mode or Aggressive Mode, an SA in which the
222 authentication method. At the end of Phase 1 the established IKE SA
233 exchange the participants can proceed to use the IKE SA for other
298 MUST be protected by the IKE SA negotiated in the preceding Phase 1
360 HDR, SA -->
362 <-- HDR, SA
379 HDR, SA, KE, Ni, IDii -->
381 <-- HDR, SA, KE, Nr, IDir,
[all …]
H A Drfc2407.txt683 SA Life Type 1 B
695 SA Life Type
696 SA Duration
716 An SA Life Duration attribute MUST always follow an SA Life
810 SA Life Type
811 SA Duration
1174 are being exchanged to establish the SA.
1187 being exchanged to establish the SA.
1248 IPSEC SA lifetime chosen by the responder.
1262 responder's actual SA lifetime(s)
[all …]
/netbsd/crypto/dist/ipsec-tools/src/setkey/
H A Dsample-policy02.cf22 # Cause new SA to be acquired.
27 # Used proper SA.

12345678910>>...14