Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrFormats.td286 bits<4> M3;
292 let Inst{15-12} = M3;
304 bits<4> M3;
311 let Inst{15-12} = M3;
323 bits<4> M3;
328 let Inst{35-32} = M3;
394 bits<4> M3;
399 let Inst{35-32} = M3;
454 bits<4> M3;
459 let Inst{35-32} = M3;
[all …]
HDSystemZInstrInfo.td293 def CRBCall : Alias<6, (outs), (ins GR32:$R1, GR32:$R2, cond4:$M3), []>;
294 def CGRBCall : Alias<6, (outs), (ins GR64:$R1, GR64:$R2, cond4:$M3), []>;
295 def CIBCall : Alias<6, (outs), (ins GR32:$R1, imm32sx8:$I2, cond4:$M3), []>;
296 def CGIBCall : Alias<6, (outs), (ins GR64:$R1, imm64sx8:$I2, cond4:$M3), []>;
297 def CLRBCall : Alias<6, (outs), (ins GR32:$R1, GR32:$R2, cond4:$M3), []>;
298 def CLGRBCall : Alias<6, (outs), (ins GR64:$R1, GR64:$R2, cond4:$M3), []>;
299 def CLIBCall : Alias<6, (outs), (ins GR32:$R1, imm32zx8:$I2, cond4:$M3), []>;
300 def CLGIBCall : Alias<6, (outs), (ins GR64:$R1, imm64zx8:$I2, cond4:$M3), []>;
313 def CRBReturn : Alias<6, (outs), (ins GR32:$R1, GR32:$R2, cond4:$M3), []>;
314 def CGRBReturn : Alias<6, (outs), (ins GR64:$R1, GR64:$R2, cond4:$M3), []>;
[all …]
HDSystemZInstrDFP.td124 // Round to an integer, with the second operand (M3) specifying the rounding
HDSystemZInstrHFP.td59 // with the second operand (modifier M3) specifying the rounding mode.
HDSystemZInstrFP.td267 // with the second operand (modifier M3) specifying the rounding mode.
377 // Round to an integer, with the second operand (modifier M3) specifying
HDSystemZInstrVector.td116 (ins bdxaddr12only:$XBD2, imm32zx4:$M3),
117 "lcbb\t$R1, $XBD2, $M3",
119 imm32zx4_timm:$M3))]>;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
HDMultilib.cpp157 const Multilib &M3) { in Either() argument
158 return Either({M1, M2, M3}); in Either()
162 const Multilib &M3, const Multilib &M4) { in Either() argument
163 return Either({M1, M2, M3, M4}); in Either()
167 const Multilib &M3, const Multilib &M4, in Either() argument
169 return Either({M1, M2, M3, M4, M5}); in Either()
/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
HDmd5-ia64.S134 #define M3 in19 macro
548 G(B, C, D, A, M3) \
549 LOOP(B, C, 20, M3, RotateM3, label)
558 H(B, C, D, A, M3) \
559 LOOP(B, C, 23, M3, RotateM3, label)
568 I(B, C, D, A, M3) \
569 LOOP(B, C, 21, M3, RotateM3, label)
690 mov U = M3
701 mov M3 = Z
724 mov X = M3
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
HDMultilib.h137 const Multilib &M3);
139 const Multilib &M3, const Multilib &M4);
141 const Multilib &M3, const Multilib &M4,
/freebsd-11-stable/sys/gnu/dts/mips/
HDM3.dts6 compatible = "M3", "ralink,rt5350-soc";
7 model = "Poray M3";
/freebsd-11-stable/contrib/gcc/
HDlambda-mat.c600 lambda_matrix M1, M2, M3, I; in lambda_matrix_project_to_null() local
614 M3 = lambda_matrix_new (colsize, colsize); in lambda_matrix_project_to_null()
615 determinant = lambda_matrix_inverse (M2, M3, rowsize); in lambda_matrix_project_to_null()
618 lambda_matrix_mult (M1, M3, M2, colsize, rowsize, rowsize); in lambda_matrix_project_to_null()
/freebsd-11-stable/sys/boot/fdt/dts/arm/
HDsun8i-a83t-sinovoip-bpi-m3.dts51 model = "Sinovoip BananaPi M3 v1.2";
HDsinovoip-bpi-m3.dts85 /* EMAC transmit/receive clock delay chain values for BPI-M3 */
/freebsd-11-stable/sys/gnu/dts/arm/
HDsun7i-a20-m3.dts54 model = "Mele M3";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64SchedExynosM3.td1 //=- AArch64SchedExynosM3.td - Samsung Exynos M3 Sched Defs --*- tablegen -*-=//
9 // This file defines the machine model for the Samsung Exynos M3 to support
15 // The Exynos-M3 is an advanced superscalar microprocessor with a 6-wide
32 // Define each kind of processor resource and number available on the Exynos-M3,
HDAArch64.td668 "Samsung Exynos-M3 processors",
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp1929 unsigned M3 = N->getMaskElt(12) / 4; in isXXINSERTWMask() local
1936 if ((M0 > 3 && M1 == 1 && M2 == 2 && M3 == 3) || in isXXINSERTWMask()
1937 (M0 < 4 && M1 == 5 && M2 == 6 && M3 == 7)) { in isXXINSERTWMask()
1944 if ((M1 > 3 && M0 == 0 && M2 == 2 && M3 == 3) || in isXXINSERTWMask()
1945 (M1 < 4 && M0 == 4 && M2 == 6 && M3 == 7)) { in isXXINSERTWMask()
1952 if ((M2 > 3 && M0 == 0 && M1 == 1 && M3 == 3) || in isXXINSERTWMask()
1953 (M2 < 4 && M0 == 4 && M1 == 5 && M3 == 7)) { in isXXINSERTWMask()
1960 if ((M3 > 3 && M0 == 0 && M1 == 1 && M2 == 2) || in isXXINSERTWMask()
1961 (M3 < 4 && M0 == 4 && M1 == 5 && M2 == 6)) { in isXXINSERTWMask()
1962 ShiftElts = IsLE ? LittleEndianShifts[M3 & 0x3] : BigEndianShifts[M3 & 0x3]; in isXXINSERTWMask()
[all …]
/freebsd-11-stable/contrib/sendmail/contrib/
HDmail.local.linux172 M<P0*59D\:T3_)""A,T>*SOG(F$FG??!(/R(_Z`?W<2AF9X2DG:M3/[+.!7H@
/freebsd-11-stable/contrib/binutils/opcodes/
HDia64-ic.tbl34 ld-all-postinc; IC:ld[Format in {M2 M3}], IC:ldfp[Format in {M12}], IC:ldf[Format in {M7 M8}]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARM.td613 "Cortex-M3 ARM processors", []>;
/freebsd-11-stable/contrib/gcc/config/rs6000/
HDrs6000.md3879 "{rl%I2nm|rlw%I2nm} %0,%1,%h2,%m3,%M3")
3891 {rl%I2nm.|rlw%I2nm.} %4,%1,%h2,%m3,%M3
3925 {rl%I2nm.|rlw%I2nm.} %0,%1,%h2,%m3,%M3
4259 "{rlinm|rlwinm} %0,%1,%h2,%m3,%M3")
4271 {rlinm.|rlwinm.} %4,%1,%h2,%m3,%M3
4304 {rlinm.|rlwinm.} %0,%1,%h2,%m3,%M3
4498 "{rlinm|rlwinm} %0,%1,%s2,%m3,%M3")
4510 {rlinm.|rlwinm.} %4,%1,%s2,%m3,%M3
4543 {rlinm.|rlwinm.} %0,%1,%s2,%m3,%M3
/freebsd-11-stable/contrib/binutils/gas/
HDChangeLog-20062488 (arm_cpu_option_table): Add Cortex-M3, R4 and A8.
HDChangeLog-92955486 M1-M3, REG_OPC, R_*, SFR, LIT, FP, OP, R, RS, RL, RSL, F,
/freebsd-11-stable/share/misc/
HDpci_vendors1455 4c46 Rage Mobility 128 AGP 2X/Mobility M3
11840 1789 GM107GL [GRID M3-3020]
16025 1436 1303 M3-5614PM3G V.90 Modem
16502 0037 PCI-DAS64/M3/16
23842 8c00 ViRGE/M3
/freebsd-11-stable/contrib/subversion/
HDCHANGES7296 Milestone M3 (released 30 Aug 2001, revision 1)