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

12

/freebsd-10.1-release/bin/sh/tests/
H A Dlegacy_test.sh3 : ${SH:="__SH__"}
4 export SH
17 ${SH} $1 > tmp.stdout 2> tmp.stderr
/freebsd-10.1-release/contrib/tcsh/
H A DMAKESHAR11 SH=/bin/sh
27 SH=/bin/cat;;
121 }' | $SH
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp42 unsigned char SH = MI->getOperand(2).getImm(); local
46 if (SH <= 31 && MB == 0 && ME == (31-SH)) {
49 if (SH <= 31 && MB == (32-SH) && ME == 31) {
51 SH = 32-SH;
57 O << ", " << (unsigned int)SH;
75 unsigned char SH = MI->getOperand(2).getImm(); local
77 // rldicr RA, RS, SH, 6
[all...]
/freebsd-10.1-release/contrib/groff/src/roff/grog/
H A Dgrog.pl104 elsif (/^\.SH$sp/) {
105 $SH++;
194 elsif ($SH > 0 && $TH > 0) {
/freebsd-10.1-release/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in79 print MANOUT ".SH NAME\n";
86 print MANOUT "$name\n.SH \\ \n\n";
130 print MANOUT "\n\n.SH $text\n";
142 print MANOUT "\n.SH AUTHOR\n$text\n";
230 print MANOUT "\n.SH SEE ALSO\n\n";
/freebsd-10.1-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);
357 bool isShiftMask, unsigned &SH,
391 SH = Shift & 31;
415 unsigned Value, SH = 0; local
447 SH = (Op1Opc == ISD::SHL) ? Value : 32 - Value;
456 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value;
460 SH &= 31;
461 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB),
1100 unsigned Imm, Imm2, SH, MB, ME; local
1106 isRotateAndMask(N->getOperand(0).getNode(), Imm, false, SH, M
356 isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask, unsigned &SH, unsigned &MB, unsigned &ME) argument
1159 unsigned Imm, SH, MB, ME; local
1171 unsigned Imm, SH, MB, ME; local
[all...]
/freebsd-10.1-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.1-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.1-release/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h132 boot_catalog_section_header SH; member in union:boot_catalog_entry::__anon11962
H A Dcd9660_eltorito.c312 sh = &entry->entry_data.SH;
463 head->entry_data.SH.num_section_entries[0]++;
/freebsd-10.1-release/crypto/openssl/util/pl/
H A DVC-32.pl110 /^SH[0-9]/ && do { $wcecdefs.=" -D$wcetgt -D_$wcetgt_ -DSHx";
/freebsd-10.1-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.1-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.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c14912 tCE(and, 0000000, and, 3, (RR, oRR, SH), arit, t_arit3c),
14913 tC3(ands, 0100000, ands, 3, (RR, oRR, SH), arit, t_arit3c),
14914 tCE(eor, 0200000, eor, 3, (RR, oRR, SH), arit, t_arit3c),
14915 tC3(eors, 0300000, eors, 3, (RR, oRR, SH), arit, t_arit3c),
14916 tCE(sub, 0400000, sub, 3, (RR, oRR, SH), arit, t_add_sub),
14917 tC3(subs, 0500000, subs, 3, (RR, oRR, SH), arit, t_add_sub),
14920 tCE(adc, 0a00000, adc, 3, (RR, oRR, SH), arit, t_arit3c),
14921 tC3(adcs, 0b00000, adcs, 3, (RR, oRR, SH), arit, t_arit3c),
14922 tCE(sbc, 0c00000, sbc, 3, (RR, oRR, SH), arit, t_arit3),
14923 tC3(sbcs, 0d00000, sbcs, 3, (RR, oRR, SH), ari
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1468 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty, argument
1471 return expandCodeFor(SH, Ty);
1474 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty) { argument
1476 Value *V = expand(SH);
1478 assert(SE.getTypeSizeInBits(Ty) == SE.getTypeSizeInBits(SH->getType()) &&
/freebsd-10.1-release/contrib/groff/src/preproc/pic/
H A Dpic.y172 %token SH
357 | SH
H A Dlex.cpp503 { "sh", SH },
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1784 SDValue SH = DAG.getNode(ISD::SHL, dl, N1.getValueType(), N1, local
1787 DCI.AddToWorklist(SH.getNode());
1788 return DAG.getSetCC(dl, VT, N0.getOperand(0), SH, Cond);
1807 SDValue SH = DAG.getNode(ISD::SHL, dl, N1.getValueType(), N0, local
1810 DCI.AddToWorklist(SH.getNode());
1811 return DAG.getSetCC(dl, VT, SH, N1.getOperand(0), Cond);
/freebsd-10.1-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...]
H A Damd64-elf.hptrr_lib.o.uu567 M2(G]2(GS@SH`=2I(BT((2(E&($B+0A!(B48H2(M"&$B)1C!(BT(@2(E&.$B+
653 M:`L``$&)Q$UKY%A-C60L6$&(1"0$@SH`=6A(C4((@WTT`G4,QT`$`0```&9F
742 M0;T`````1#NL)*`````/@SH!``"+7"0(00^VSXE,)`1$B?C`Z`*(1"0#1(GZ
1216 MP'0HQT0D%`$````/MT$"1`^V\$&`SH#'A6`-````````QX5``@```````$R-
1398 MS$UKY%A-C:0L4`(``$&(3"0$@SH`#X6B````2(U""(.]1`(```)U"<=`!`$`
1937 M00*$P'0HQT0D%`$````/MT$"1`^V\$&`SH#'A6`-````````QX5``@``````
2119 M`$&)S$UKY%A-C:0L4`(``$&(3"0$@SH`#X6B````2(U""(.]1`(```)U"<=`
2670 M%`$````/MT$"1`^V\$&`SH#'A6`-````````QX5``@```````$R-8R!(C40D
2852 MC:0L4`(``$&(3"0$@SH`#X6B````2(U""(.]1`(```)U"<=`!`$```#K+8-X
4197 MVUA(C9PK4`(```^W00*$P'0HQT0D%`$````/MT$"1`^V\$&`SH#'A
[all...]
/freebsd-10.1-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
/freebsd-10.1-release/sys/dev/hptmv/
H A Di386-elf.raid.o.uu115 M$&:#?SH`=1K&1Q4"@^P$5_]W(/]U".C\____Z9X```")]KX`````BU7P@'I$
131 M%8A#%8/L"%;_=0CH_/___XM%\`^V2`.X_O___]/`9B%#.H/$$&:#>SH`=3Z`
175 M%9"`?F(`#Y1%\XI%\XA&8NL$QD7S`&;'1SH``+,`#[;#@WR&;`!T9HM$AFSV
204 MD%?_=?#HB_[__X/$"&:#?SH`=1G&1Q4"@^P$5_]W(/]U".C\____Z9T```"0
231 M=0SH;____XG8C67T6UY?R<.058GE4XM-"(I1+0^VVHT$W0`````IV(U<@3!"
458 MA<#^__^+70R!P]@(``#_=0SH%=C__X/$!,9`!`.)6`B*C:_^__^(2`R)A;S^
524 M_\'@!(V<!>C^____=0SH?LS__X/$!,9`!`&*E:_^__^(4`B(4`F+$XE0#(M3
606 M!(V</>C^____=0SH%[[__X/$!,9`!`2*E8K^__^(4!B*C8G^__^(2!F+$XE0
H A Damd64-elf.raid.o.uu1025 M``"+A>@,``"+C(5H#```08G,2XT$I$C!X`1,C:0H4`(``$&(3"0$@SH`#X6N
1104 M`````%O#9F:02(/L&$B)7"0(3(ED)!!)B?SH"O___TB+!0````"+<`B!Q@``
/freebsd-10.1-release/crypto/openssh/
H A Dconfigure641 SH
4907 case $SH in
4909 ac_cv_path_SH="$SH" # Let the user override the test with a path.
4930 SH=$ac_cv_path_SH
4931 if test -n "$SH"; then
4932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SH" >&5
4933 $as_echo "$SH" >&6; }

Completed in 250 milliseconds

12