Home
last modified time | relevance | path

Searched full:asi (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dtlv320adcx140.yaml95 3 - GPIX is configured as an ASI input for daisy-chain (SDIN)
123 3 - GPIO1 is configured as a secondary ASI output (SDOUT2)
129 11 - GPIO1 is configured as an ASI input for daisy-chain (SDIN)
154 ti,asi-tx-drive:
157 When set the device will set the Tx ASI output to a Hi-Z state for unused
158 data cycles. Default is to drive the output low on unused ASI cycles.
174 3 - GPOX is configured as a secondary ASI output (SDOUT2)
H A Dtas2770.txt14 - ti,asi-format: - Sets TDM RX capture edge. 0->Rising; 1->Falling.
33 ti,asi-format = <0>;
H A Dtas2770.yaml51 ti,asi-format:
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl126 $ASI_FL16_P=0xD2; # magic ASI value to engage 16-bit FP load
165 rd %asi,%o7 ! save %asi
173 wr %g0,$ASI_FL16_P,%asi ! setup %asi for 16-bit FP loads
180 stx %o7,[%sp+$bias+$frame+48] ! save %asi
213 ldda [%o4+2]%asi,$ba
215 ldda [%o4+0]%asi,$bb
217 ldda [%o4+6]%asi,$bc
219 ldda [%o4+4]%asi,$bd
223 ldda [%sp+$bias+$frame+6]%asi,$na
225 ldda [%sp+$bias+$frame+4]%asi,$nb
[all …]
/freebsd/crypto/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl308 rd %asi,$saved_asi
309 wr %g0,0x88,%asi ! ASI_PRIMARY_LITTLE
327 ldxa [$inp+0]%asi,@X[0] ! load little-endian input
328 ldxa [$inp+8]%asi,@X[1]
329 ldxa [$inp+16]%asi,@X[2]
330 ldxa [$inp+24]%asi,@X[3]
331 ldxa [$inp+32]%asi,@X[4]
333 ldxa [$inp+40]%asi,@X[5]
335 ldxa [$inp+48]%asi,@X[6]
337 ldxa [$inp+56]%asi,@X[7]
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp320 bool isConvertToBranchProfitableBase(const SelectGroup &ASI);
325 bool hasExpensiveColdOperand(const SelectGroup &ASI);
559 for (SelectGroup &ASI : ProfSIGroups) { in convertProfitableSIGroups()
601 for (SelectLike SI : ASI) { in convertProfitableSIGroups()
648 SelectLike SI = ASI.front(); in convertProfitableSIGroups()
649 SelectLike LastSI = ASI.back(); in convertProfitableSIGroups()
751 for (auto SI : ASI) in convertProfitableSIGroups()
757 for (auto It = ASI.rbegin(); It != ASI.rend(); ++It) { in convertProfitableSIGroups()
773 for (auto SI : ASI) in convertProfitableSIGroups()
839 for (SelectGroup &ASI : SIGroups) { in findProfitableSIGroupsBase()
[all …]
H A DCodeGenPrepare.cpp7121 SmallVector<SelectInst *, 2> ASI; in optimizeSelectInst() local
7122 ASI.push_back(SI); in optimizeSelectInst()
7127 ASI.push_back(I); in optimizeSelectInst()
7133 SelectInst *LastSI = ASI.back(); in optimizeSelectInst()
7140 for (SelectInst *SI : ArrayRef(ASI).drop_front()) in optimizeSelectInst()
7194 for (SelectInst *SI : ASI) { in optimizeSelectInst()
7277 INS.insert(ASI.begin(), ASI.end()); in optimizeSelectInst()
7281 for (SelectInst *SI : llvm::reverse(ASI)) { in optimizeSelectInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp253 unsigned ASI; member
350 return ASI; in getASITag()
379 OS << "ASI tag: " << getASITag() << "\n"; in print()
492 Op->ASI = Val; in CreateASITag()
1155 // If the ASI tag provided is not a named tag, then it in parseASITag()
1162 return Error(S, "invalid ASI number, must be between 0 and 255"); in parseASITag()
1179 return Error(TagStart, "unknown ASI tag"); in parseASITag()
1298 // processors, the %asi register. in parseOperand()
1303 S, "malformed ASI tag, must be a constant integer expression"); in parseOperand()
1307 if (Tok.is(AsmToken::Identifier) && Tok.getString() == "asi") { in parseOperand()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td450 def rr : F3_1_asi<3, Op3Val, (outs RC:$rd), (ins (MEMrr $rs1, $rs2):$addr, ASITag:$asi),
451 !strconcat(OpcStr, "a [$addr] $asi, $rd"),
456 !strconcat(OpcStr, "a [$addr] %asi, $rd"),
477 (ins (MEMrr $rs1, $rs2):$addr, ASITag:$asi),
478 "ldstuba [$addr] $asi, $rd", []>;
482 "ldstuba [$addr] %asi, $rd", []>;
503 def rr : F3_1_asi<3, Op3Val, (outs), (ins (MEMrr $rs1, $rs2):$addr, RC:$rd, ASITag:$asi),
504 !strconcat(OpcStr, "a $rd, [$addr] $asi"),
510 !strconcat(OpcStr, "a $rd, [$addr] %asi"),
753 (outs IntRegs:$rd), (ins (MEMrr $rs1, $rs2):$addr, ASITag:$asi, IntRegs:$val),
[all …]
H A DSparcInstrFormats.td127 bits<8> asi;
134 let Inst{12-5} = asi; // address space identifier
142 let asi = 0;
149 let asi = 0;
H A DSparcASITags.td10 // SPARCv9 ASI.
H A DSparcInstr64Bit.td459 I64Regs:$swap, ASITag:$asi),
460 "casxa [$rs1] $asi, $rs2, $rd",
467 "casxa [$rs1] %asi, $rs2, $rd",
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dac14xx.dts89 asi@2,0 {
95 compatible = "ifm,ac14xx-asi-fpga";
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCTargetDesc.h40 // Defines symbolic names for Sparc v9 ASI tag names.
/freebsd/sys/net/
H A Dif_types.h216 IFT_DVBASILN = 0xac, /* DVB-ASI Input */
217 IFT_DVBASIOUT = 0xad, /* DVB-ASI Output */
/freebsd/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl11 # is T4 dependency though, an ASI value that is not specified in the
14 # can handle the ASI in question as well. This means that we ought to
17 # As for above mentioned ASI. It's so called "block initializing
/freebsd/contrib/ofed/opensm/man/
H A Dopensm.81402 "Routing for the ASI Fabric Manager", Solheim et al. IEEE
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1252 unsigned ASi = PtrI->getType()->getPointerAddressSpace(); in canCheckPtrAtRT() local
1254 if (ASi != ASj) { in canCheckPtrAtRT()
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_nb_regs.h1418 [3:2] Target queue - 0:ASI, 1: AMI
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp821 LineStr = "ASI"; in typesetLinesAndColumns()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td1029 def ASI : BinarySIY<"asi", 0xEB6A, add, imm32sx8>;
H A DSystemZISelDAGToDAG.cpp1412 NewOpc = SystemZ::ASI; in tryFoldLoadStoreIntoMemOperand()
H A DSystemZInstrInfo.cpp1242 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td633 class AsI<dag oops, dag iops, Format f, InstrItinClass itin,
/freebsd/share/misc/
H A Dpci_vendors24692 0860 DTA-2144(B) Quad ASI/SDI in+out
24693 0861 DTA-2145 ASI/SDI in+out with bypass relay
24694 087c DTA-2172 Dual 3G-SDI/ASI ports
24695 087e DTA-2174 Quad 3G-SDI/ASI in+out
24696 087f DTA-2175 3G-SDI/ASI input+output with bypass relay
24697 0882 DTA-2178 Octal 12G-SDI/ASI ports with genlock
24698 a882 DTA-2178-ASI Octal ASI Ports
24699 b87e DTA-2174B Quad 3G-SDI/ASI ports (1x12G) with genlock
25150 f1c4 Dual ASI-RX/TX-CI card

12