Searched refs:muls (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | fmt_scaled.c | 80 unsigned int i, ndigits = 0, fract_digits = 0, muls = 0, divs = 0; in scan_scaled() local 198 muls = i; in scan_scaled() 200 while (muls > 0 && divs > 0) { in scan_scaled() 203 muls--; in scan_scaled() 209 while (muls > 0) { in scan_scaled() 211 muls--; in scan_scaled()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaDSPInstrInfo.td | 176 def MULS_AA_LL : MULS_AA<0x0C, "muls.aa.ll">; 177 def MULS_AA_HL : MULS_AA<0x0D, "muls.aa.hl">; 178 def MULS_AA_LH : MULS_AA<0x0E, "muls.aa.lh">; 179 def MULS_AA_HH : MULS_AA<0x0F, "muls.aa.hh">; 195 def MULS_AD_LL : MULS_AD<0x0C, "muls.ad.ll">; 196 def MULS_AD_HL : MULS_AD<0x0D, "muls.ad.hl">; 197 def MULS_AD_LH : MULS_AD<0x0E, "muls.ad.lh">; 198 def MULS_AD_HH : MULS_AD<0x0F, "muls.ad.hh">; 214 def MULS_DA_LL : MULS_DA<0x0C, "muls.da.ll">; 215 def MULS_DA_HL : MULS_DA<0x0D, "muls.da.hl">; [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
| H A D | aeabi_idivmod.S | 30 muls r2, r0, r2 // r2 = quot * denom
|
| H A D | aeabi_uidivmod.S | 33 muls r2, r0, r2 // r2 = quot * denom
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoXCV.td | 401 // Signed 16x16 bit muls with imm 411 // Unsigned 16x16 bit muls with imm 650 // Signed 16x16 bit muls 651 def : InstAlias<"cv.muls $rd1, $rs1, $rs2", 656 // Unsigned 16x16 bit muls
|
| H A D | RISCVInstrInfoXTHead.td | 303 def TH_MULS : THMulAccumulate_rr<0b0010001, "th.muls">;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 1220 defm MULSWSX : RRm<"muls.w.sx", 0x4B, I32, i32, mul>; 1221 let cx = 1 in defm MULSWZX : RRm<"muls.w.zx", 0x4B, I32, i32>; 1224 defm MULSL : RRm<"muls.l", 0x6E, I64, i64, mul>; 1227 defm MULSLW : RRbm<"muls.l.w", 0x6B, I64, i64, I32, i32>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFeatures.td | 403 def FeatureAvoidMULS : SubtargetFeature<"avoid-muls",
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrArithmetic.td | 732 def SMULd32d32 : MxDiMuOp_DD_Long<"muls.l", MxSMul, 0x130, /*SIGNED*/true>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 496 "muls\t$rd, $rr", []>,
|