Searched refs:SH (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.0-release/tools/regression/bin/sh/
H A DMakefile4 SH?= /bin/sh macro
7 env SH=${SH} ${SH} regress.sh
H A Dregress.t4 export SH="${SH:-sh}"
8 ${SH} regress.sh
H A Dregress.sh3 if [ -z "${SH}" ]; then
4 echo '${SH} is not set, please correct and re-run.'
7 export SH=${SH}
14 ${SH} $1 > tmp.stdout 2> tmp.stderr
/freebsd-10.0-release/contrib/tcsh/
H A DMAKESHAR11 SH=/bin/sh
27 SH=/bin/cat;;
121 }' | $SH
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp34 unsigned char SH = MI->getOperand(2).getImm(); local
38 if (SH <= 31 && MB == 0 && ME == (31-SH)) {
41 if (SH <= 31 && MB == (32-SH) && ME == 31) {
43 SH = 32-SH;
49 O << ", " << (unsigned int)SH;
67 unsigned char SH = MI->getOperand(2).getImm(); local
69 // rldicr RA, RS, SH, 6
[all...]
/freebsd-10.0-release/contrib/groff/src/roff/grog/
H A Dgrog.pl104 elsif (/^\.SH$sp/) {
105 $SH++;
194 elsif ($SH > 0 && $TH > 0) {
/freebsd-10.0-release/contrib/atf/
H A DMakefile.am139 GIT="$(GIT)" $(SH) $(srcdir)/admin/clean-all.sh
143 $(SH) $(srcdir)/admin/release.sh $(PACKAGE_VERSION) $(DIST_ARCHIVES)
147 $(SH) $(srcdir)/admin/release-test.sh $(DIST_ARCHIVES)
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp33 #define BUILD_RLDICR(RD,RS,SH,ME) \
34 ((30 << 26) | ((RS) << 21) | ((RD) << 16) | (((SH) & 31) << 11) | \
35 (((ME) & 63) << 6) | (1 << 2) | ((((SH) >> 5) & 1) << 1))
H A DPPCISelDAGToDAG.cpp99 unsigned &SH, unsigned &MB, unsigned &ME);
354 bool isShiftMask, unsigned &SH,
388 SH = Shift & 31;
412 unsigned Value, SH = 0; local
444 SH = (Op1Opc == ISD::SHL) ? Value : 32 - Value;
451 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value;
457 SH &= 31;
458 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB),
1124 unsigned Imm, Imm2, SH, MB, ME; local
1130 isRotateAndMask(N->getOperand(0).getNode(), Imm, false, SH, M
353 isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask, unsigned &SH, unsigned &MB, unsigned &ME) argument
1183 unsigned Imm, SH, MB, ME; local
1195 unsigned Imm, SH, MB, ME; local
[all...]
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Dexpn.pl1234 .SH NAME
1236 .SH SYNOPSIS
1245 .SH DESCRIPTION
1256 .SH OPTIONS
1308 .SH ENVIRONMENT
1310 .SH FILES
1315 .SH SEE ALSO
1320 .SH BUGS
1349 .SH CREDITS
1354 .SH AVAILABILIT
[all...]
/freebsd-10.0-release/bin/sh/
H A DMakefile63 cd ${.CURDIR}/../../tools/regression/bin/sh && ${MAKE} SH=${.OBJDIR}/sh
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h139 Value *expandCodeFor(const SCEV *SH, Type *Ty, Instruction *I);
222 Value *expandCodeFor(const SCEV *SH, Type *Ty = 0);
/freebsd-10.0-release/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h132 boot_catalog_section_header SH; member in union:boot_catalog_entry::__anon11592
H A Dcd9660_eltorito.c312 sh = &entry->entry_data.SH;
463 head->entry_data.SH.num_section_entries[0]++;
/freebsd-10.0-release/crypto/openssl/util/pl/
H A DVC-32.pl110 /^SH[0-9]/ && do { $wcecdefs.=" -D$wcetgt -D_$wcetgt_ -DSHx";
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/Disassembler/
H A DMBlazeDisassembler.cpp53 MBlaze::SB, MBlaze::SH, MBlaze::SW, UNSUPPORTED, //34,35,36,37
395 case 0x0: return MBlaze::SH;
481 case MBlaze::SH: return decodeSH(insn);
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1478 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty, argument
1481 return expandCodeFor(SH, Ty);
1484 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty) { argument
1486 Value *V = expand(SH);
1488 assert(SE.getTypeSizeInBits(Ty) == SE.getTypeSizeInBits(SH->getType()) &&
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dppc-opc.c411 /* The SH field in an X or M form instruction. */
412 #define SH RSO + 1
415 #define EVUIMM SH
418 /* The SH field in an MD form instruction. This is split. */
419 #define SH6 SH + 1
423 /* The SH field of the tlbwe instruction, which is optional. */
541 /* SH field starting at bit position 16. */
1137 /* The SH field in an MD form instruction. This is split. */
1351 /* An M_MASK with the SH and ME fields fixed. */
1361 /* An MD_MASK with the SH fiel
410 #define SH macro
[all...]
/freebsd-10.0-release/sys/powerpc/powerpc/
H A Ddb_disasm.c797 u_int SH; local
798 SH = extract_field(instr, 31 - 20, 5);
799 pstr += sprintf(pstr, ", %d", SH);
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c14910 tCE(and, 0000000, and, 3, (RR, oRR, SH), arit, t_arit3c),
14911 tC3(ands, 0100000, ands, 3, (RR, oRR, SH), arit, t_arit3c),
14912 tCE(eor, 0200000, eor, 3, (RR, oRR, SH), arit, t_arit3c),
14913 tC3(eors, 0300000, eors, 3, (RR, oRR, SH), arit, t_arit3c),
14914 tCE(sub, 0400000, sub, 3, (RR, oRR, SH), arit, t_add_sub),
14915 tC3(subs, 0500000, subs, 3, (RR, oRR, SH), arit, t_add_sub),
14918 tCE(adc, 0a00000, adc, 3, (RR, oRR, SH), arit, t_arit3c),
14919 tC3(adcs, 0b00000, adcs, 3, (RR, oRR, SH), arit, t_arit3c),
14920 tCE(sbc, 0c00000, sbc, 3, (RR, oRR, SH), arit, t_arit3),
14921 tC3(sbcs, 0d00000, sbcs, 3, (RR, oRR, SH), ari
[all...]
/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dpic.y172 %token SH
357 | SH
H A Dlex.cpp503 { "sh", SH },
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1719 SDValue SH = DAG.getNode(ISD::SHL, dl, N1.getValueType(), N1, local
1722 DCI.AddToWorklist(SH.getNode());
1723 return DAG.getSetCC(dl, VT, N0.getOperand(0), SH, Cond);
1742 SDValue SH = DAG.getNode(ISD::SHL, dl, N1.getValueType(), N0, local
1745 DCI.AddToWorklist(SH.getNode());
1746 return DAG.getSetCC(dl, VT, SH, N1.getOperand(0), Cond);
/freebsd-10.0-release/sys/dev/hptrr/
H A Di386-elf.hptrr_lib.o.uu432 M!-A05_]T)"SH#/[__T.#XQ^#Q!`YZW7A@WXX`'4'QP0D`0```(F>U`@``(-\
459 MBT$(B40D!+X`````@SH"=2F0BU0D!(T<<HM''(M(#(M7(&:+!"MFB801``$`
595 M5NCT\?__@\0,@'XL`74[@WXH`743@^P(#[;#4/]T)"SH+?3__X/$$(/L"%=6
1105 M`(/$$.M.B?:+D<`)``"%TG42@^P(#[;`4%/HY0P``(/$$.LP@SH!=`:#>A`!
1270 M4/]T)$SH$>'__X/$((-\)!0`=#N+5"0$B50D"(G0P>`""=@/ML!0Z!?O__^#
1643 MZS2!YO\```"`O![`4P``$'4DZ/S___^)A+/H4P``@^P$_[2SH%,``%-J!.C\
1734 M`'1,@[[`"0```'1#BX;`"0``@W@0`74W@^P(5?]T)$SH\@\``(/$"/^VP`D`
1738 M"T<@BTPD!(E$$20YZW0G#[9T)`N-=@"#[`2+1Q"-!-A05O]T)"SH)/[__T.#
2295 M4P``$'4DZ/S___^)A+/H4P``@^P$_[2SH%,``%-J!.C\____@\00C78`N`$`
2386 MBX;`"0``@W@0`74W@^P(5?]T)$SH\
[all...]
/freebsd-10.0-release/crypto/openssl/util/
H A Dpod2man.pl486 ''' such as .IP and .SH, which do another additional levels of
522 .\" SH Header
873 print qq{.SH "$_"\n};
991 if ($Cmd !~ /^head1/) { # SH already makes smaller

Completed in 281 milliseconds

12