Searched refs:mla (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sbin/natd/ |
| H A D | natd.c | 70 struct libalias *mla; variable 193 mla = mip->la; in main() 371 mla = mip->la; in main() 429 mla = mip->la; in main() 581 mla = mip->la; in DoGlobal() 818 mla = mip->la; in HandleRoutingInfo() 1446 LibAliasSetTarget(mla, addrValue); in ParseOption() 1978 LibAliasSetFWBase(mla, base, num); in SetupPunchFW() 1990 LibAliasSetSkinnyPort(mla, port); in SetupSkinnyPort() 2000 mla = ip->la; in NewInstance() [all …]
|
| H A D | icmp.c | 86 icmp->icmp_cksum = LibAliasInternetChecksum (mla, (u_short*) icmp, in SendNeedFragIcmp() 103 LibAliasIn (mla, (char*) ip, IP_MAXPACKET); in SendNeedFragIcmp()
|
| H A D | natd.h | 24 extern struct libalias *mla;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARM.td | 371 /// forwarding to allow mul + mla being issued back to back.
|
| H A D | ARMInstrInfo.td | 4353 IIC_iMAC32, "mla", "\t$Rd, $Rn, $Rm, $Ra", 6441 def : InstAlias<"mla${s}${p} $Rd, $Rn, $Rm, $Ra",
|
| H A D | ARMInstrThumb2.td | 3065 def t2MLA : T2FourRegMLA<0b0000, "mla",
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAArch64.td | 3287 foreach instr = ["mla", "mls"] in {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SVEInstrInfo.td | 538 defm MLA_ZPmZZ : sve_int_mlas_vvv_pred<0b0, "mla", AArch64mla_m1, "MLA_ZPZZZ", "MAD_ZPmZZ">; 3381 defm MLA_ZZZI : sve2_int_mla_by_indexed_elem<0b01, 0b0, "mla", int_aarch64_sve_mla_lane>;
|
| H A D | AArch64InstrInfo.td | 5211 defm MLA : SIMDThreeSameVectorBHSTied<0, 0b10010, "mla", null_frag>; 7314 defm MLA : SIMDVectorIndexedHSTied<1, 0b0000, "mla", null_frag>;
|