Home
last modified time | relevance | path

Searched refs:A0 (Results 1 – 25 of 135) sorted by relevance

123456

/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
HDx86_64-mont5.pl1047 my @A0=("%r10","%r11");
1266 mov %rax,$A0[0] # a[1]*a[0]
1268 mov %rdx,$A0[1]
1269 mov $A0[0],-24($tptr,$i) # t[1]
1272 add %rax,$A0[1]
1275 mov $A0[1],-16($tptr,$i) # t[2]
1276 mov %rdx,$A0[0]
1287 add %rax,$A0[0] # a[3]*a[0]+a[2]*a[1]+t[3]
1289 mov %rdx,$A0[1]
1290 adc \$0,$A0[1]
[all …]
HDarmv4-mont.pl248 my ($A0,$A1,$A2,$A3)=map("d$_",(0..3));
275 vld1.32 {$A0-$A3}, [$aptr]! @ can't specify :32 :-(
283 vmull.u32 $A0xB,$Bi,${A0}[0]
284 vmull.u32 $A1xB,$Bi,${A0}[1]
336 vmlal.u32 $A0xB,$Bi,${A0}[0]
337 vmlal.u32 $A1xB,$Bi,${A0}[1]
391 vld1.32 {$A0-$A3}, [$aptr]!
405 vmull.u32 $A0xB,$Bi,${A0}[0]
407 vmull.u32 $A1xB,$Bi,${A0}[1]
452 vld1.32 {$A0-$A3}, [$aptr]!
[all …]
HDppc64-mont.pl164 $A0="f10"; $A1="f11"; $A2="f12"; $A3="f13";
383 lfd $A0,`$FRAME+64`($sp)
391 fcfid $A0,$A0
404 stfd $A0,8($nap_d) ; save a[j] in double format
414 fmul $T0a,$A0,$ba
415 fmul $T0b,$A0,$bb
419 fmadd $T1a,$A0,$bc,$T1a
420 fmadd $T1b,$A0,$bd,$T1b
521 lfd $A0,`$FRAME+64`($sp)
529 fcfid $A0,$A0
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDSharingPtr.h83 template <class A0> shared_ptr_emplace(A0 &a0) : data_(a0) {} in shared_ptr_emplace()
85 template <class A0, class A1>
86 shared_ptr_emplace(A0 &a0, A1 &a1) : data_(a0, a1) {} in shared_ptr_emplace()
88 template <class A0, class A1, class A2>
89 shared_ptr_emplace(A0 &a0, A1 &a1, A2 &a2) : data_(a0, a1, a2) {} in shared_ptr_emplace()
91 template <class A0, class A1, class A2, class A3>
92 shared_ptr_emplace(A0 &a0, A1 &a1, A2 &a2, A3 &a3) : data_(a0, a1, a2, a3) {} in shared_ptr_emplace()
94 template <class A0, class A1, class A2, class A3, class A4>
95 shared_ptr_emplace(A0 &a0, A1 &a1, A2 &a2, A3 &a3, A4 &a4) in shared_ptr_emplace()
150 template <class A0> static SharingPtr<T> make_shared(A0 &);
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDMergedLoadStoreMotion.cpp231 auto *A0 = dyn_cast<Instruction>(S0->getPointerOperand()); in canSinkStoresAndGEPs() local
233 return A0 && A1 && A0->isIdenticalTo(A1) && A0->hasOneUse() && in canSinkStoresAndGEPs()
234 (A0->getParent() == S0->getParent()) && A1->hasOneUse() && in canSinkStoresAndGEPs()
235 (A1->getParent() == S1->getParent()) && isa<GetElementPtrInst>(A0); in canSinkStoresAndGEPs()
246 auto *A0 = dyn_cast<Instruction>(S0->getPointerOperand()); in sinkStoresAndGEPs() local
259 Instruction *ANew = A0->clone(); in sinkStoresAndGEPs()
263 assert(S0->getParent() == A0->getParent()); in sinkStoresAndGEPs()
271 A0->replaceAllUsesWith(ANew); in sinkStoresAndGEPs()
272 A0->eraseFromParent(); in sinkStoresAndGEPs()
/freebsd-11-stable/lib/libc/stdlib/
HDa64l.c20 #define A0 48 /* ASCII '0' */ macro
35 else if (*s <= A0 + 9) in a64l()
36 digit = *s - A0 + 2; in a64l()
/freebsd-11-stable/sys/gnu/dts/arm/
HDkirkwood-rd88f6281-a.dts10 * This file contains the definitions for the board with the A0 or
19 model = "Marvell RD88f6281 Reference design, with A0 or higher SoC";
/freebsd-11-stable/lib/libc/mips/gen/
HDmakecontext.c96 mc->mc_regs[A0 + i] = va_arg(ap, register_t); in __makecontext()
104 mc->mc_regs[A0 + i] = va_arg(ap, register_t); in __makecontext()
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDInfoByHwMode.cpp172 const RegSizeInfo &A0 = get(M0); in hasStricterSpillThan() local
174 return std::tie(A0.SpillSize, A0.SpillAlignment) > in hasStricterSpillThan()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMicroMipsSizeReduction.cpp380 Mips::AT, Mips::V0, Mips::V1, Mips::A0, Mips::A1, Mips::A2, Mips::A3, in ConsecutiveRegisters()
587 if (Reg == Mips::A0 || Reg == Mips::A1 || Reg == Mips::A2 || in IsMovepDestinationReg()
598 if ((R0 == Mips::A0 && R1 == Mips::S5) || in IsMovepDestinationRegPair()
599 (R0 == Mips::A0 && R1 == Mips::S6) || in IsMovepDestinationRegPair()
600 (R0 == Mips::A0 && R1 == Mips::A1) || in IsMovepDestinationRegPair()
601 (R0 == Mips::A0 && R1 == Mips::A2) || in IsMovepDestinationRegPair()
602 (R0 == Mips::A0 && R1 == Mips::A3) || in IsMovepDestinationRegPair()
HDMipsRegisterInfo.td91 def A0 : MipsGPRReg< 4, "4">, DwarfRegNum<[4]>;
125 def A0_64 : Mips64GPRReg< 4, "4", [A0]>, DwarfRegNum<[4]>;
286 V0, V1, A0, A1, A2, A3,
306 V0, V1, A0, A1, A2, A3,
322 V0, V1, A0, A1, A2, A3)>;
330 V0, V1, A0, A1, A2, A3)>;
344 A0, A1, A2)>;
368 V0, V1, A0, A1, A2, A3,
374 V0, V1, A0, A1, A2, A3,
HDMipsCallingConv.td99 // i32 are returned in registers V0, V1, A0, A1, unless the original return
102 CCAssignToReg<[V0, V1, A0, A1]>>>,
126 CCAssignToRegWithShadow<[A0, A1, A2, A3,
178 CCIfType<[f32], CCAssignToReg<[A0, A1, A2, A3, T0, T1, T2, T3]>>,
271 CCAssignToReg<[A0, A1, A2, A3, T0, T1, T2, T3, T4, T5, T6, T7, T8, V1]>>>,
278 CCAssignToReg<[A0, A1, A2, A3, T0, T1, T2, T3, T4, T5, V1]>>>,
315 CCIfType<[i32], CCAssignToReg<[V0, V1, A0, A1]>>
HDMipsAsmPrinter.cpp926 EmitInstrRegReg(STI, MovOpc, Mips::A0, Mips::F12); in EmitSwapFPIntParams()
929 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F12, Mips::F14, LE); in EmitSwapFPIntParams()
932 EmitInstrRegReg(STI, MovOpc, Mips::A0, Mips::F12); in EmitSwapFPIntParams()
936 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F12, Mips::F13, LE); in EmitSwapFPIntParams()
939 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F12, Mips::F13, LE); in EmitSwapFPIntParams()
943 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F12, Mips::F13, LE); in EmitSwapFPIntParams()
969 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F2, Mips::F3, LE); in EmitSwapFPIntRetval()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsABIInfo.cpp26 static const MCPhysReg O32IntRegs[4] = {Mips::A0, Mips::A1, Mips::A2, Mips::A3};
120 Mips::A0, Mips::A1, Mips::A2, Mips::A3 in GetEhDataReg()
/freebsd-11-stable/share/vt/fonts/
HDvgarom-thin-8x8.hex99 00A0:0000000000000000
239 25A0:00003C3C3C3C0000
HDterminus-b32.hex100 00A0:0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000…
392 03A0:0000000000000000000000003FFC3FFC300C300C300C300C300C300C300C300C300C300C300C300C300C300C300C30…
561 04A0:000000000000000000000000F00CF01C3038307030E031C0338037003E003C003C003E003700338031C030E0307030…
821 23A0:0018001800180018001800180018001800180018001800180018001800180018001800300030003000300060006000…
997 25A0:00000000000000000000000000000000000000001FF01FF01FF01FF01FF01FF01FF01FF01FF01FF01FF01FF0000000…
1189 28A0:0000000000000000000000000000000000000000000000000000000000000000000000000018001800180018000000…
HDvgarom-thin-8x16.hex100 00A0:00000000000000000000000000000000
289 25A0:000000007C7C7C7C7C7C7C0000000000
HDvgarom-16x32.hex100 00A0:0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000…
322 03A0:0000000000000000FFFCFFFCF03CF03CF03CF03CF03CF03CF03CF03CF03CF03CF03CF03CF03CF03CF03CF03CF03CF0…
568 25A0:000000000000000000000000000000003FF03FF03FF03FF03FF03FF03FF03FF03FF03FF03FF03FF03FF03FF0000000…
HDvgarom-8x16.hex100 00A0:00000000000000000000000000000000
322 03A0:0000FEC6C6C6C6C6C6C6C6C600000000
568 25A0:000000007C7C7C7C7C7C7C0000000000
HDvgarom-8x14.hex100 00A0:0000000000000000000000000000
318 03A0:000000FEC6C6C6C6C6C6C6C60000
564 25A0:000000007C7C7C7C7C7C00000000
HDvgarom-8x8.hex99 00A0:0000000000000000
317 03A0:FF66666666666600
563 25A0:00003C3C3C3C0000
/freebsd-11-stable/share/syscons/fonts/
HDiso15-thin-8x16.fnt61 M'"(B('@@("`A?@```````!XA('X@?B`A'@````````!!(A0("#X(/@@(````
70 MB(B(B'\```````````!ND9&?D)%N`````!04`$%!(A0("`@("``````````0
/freebsd-11-stable/contrib/gdb/gdb/
HDdpx2-nat.c40 A0, A1, A2, A3, A4, A5, A6, SP,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDSanitizerCoverage.cpp818 Value *A0 = ICMP->getOperand(0); in InjectTraceForCmp() local
820 if (!A0->getType()->isIntegerTy()) in InjectTraceForCmp()
822 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A0->getType()); in InjectTraceForCmp()
830 bool FirstIsConst = isa<ConstantInt>(A0); in InjectTraceForCmp()
838 std::swap(A0, A1); in InjectTraceForCmp()
842 IRB.CreateCall(CallbackFunc, {IRB.CreateIntCast(A0, Ty, true), in InjectTraceForCmp()
/freebsd-11-stable/contrib/groff/font/devlj4/generate/
HDspecial.map23 189 25A0 u25A0
128 510 03A0 *P

123456