Home
last modified time | relevance | path

Searched defs:SH (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/dma/
HDMakefile11 SH?= sh macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCInstPrinter.cpp97 unsigned char SH = MI->getOperand(2).getImm(); in printInst() local
131 unsigned char SH = MI->getOperand(2).getImm(); in printInst() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.cpp1917 int64_t SH = MI->getOperand(2).getImm(); in optimizeCompareInstr() local
2872 int64_t SH = MI.getOperand(2).getImm(); in convertToImmediateForm() local
2896 int64_t SH = MI.getOperand(2).getImm(); in convertToImmediateForm() local
3809 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 32 - ShAmt : ShAmt; in transformToImmFormFedByLI() local
3819 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 64 - ShAmt : ShAmt; in transformToImmFormFedByLI() local
HDPPCISelDAGToDAG.cpp588 bool isShiftMask, unsigned &SH, in isRotateAndMask()
729 unsigned Value, SH = 0; in tryBitfieldInsert() local
4380 unsigned Imm, Imm2, SH, MB, ME; in tryAndWithMask() local
4811 unsigned Imm, SH, MB, ME; in Select() local
4825 unsigned Imm, SH, MB, ME; in Select() local
/freebsd-11-stable/usr.sbin/makefs/cd9660/
HDcd9660_eltorito.h135 boot_catalog_section_header SH; member
/freebsd-11-stable/sys/powerpc/powerpc/
HDdb_disasm.c927 u_int SH; in disasm_fields() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolutionExpander.cpp1761 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty, in expandCodeFor()
1767 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty) { in expandCodeFor()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonBitSimplify.cpp433 BitTracker::RegisterRef &SL, BitTracker::RegisterRef &SH, in parseRegSequence()
1684 BitTracker::RegisterRef SL, SH; in propagateRegCopy() local
/freebsd-11-stable/contrib/binutils/opcodes/
HDppc-opc.c410 #define SH RSO + 1 macro