Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dsr71k.md46 ;; RH> From Section 19.1
47 ;; RH> 1) In terms of figure 6-1, are all the instructions in
48 ;; RH> table 19-1 restricted
49 ;; RH> to ALUx? When ALUx is not in use for an instruction in table;; RH> …
50 ;; RH> it fully compatible with all insns that issue to ALUy?
56 ;; RH> From Section 19.2
57 ;; RH> 2) Explain conditional moves execution path (in terms of
58 ;; RH> figure 6-1)
63 ;; RH> 3) Explain floating point store execution path (in terms of
64 ;; RH> figure 6-1)
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dsr71k.md46 ;; RH> From Section 19.1
47 ;; RH> 1) In terms of figure 6-1, are all the instructions in
48 ;; RH> table 19-1 restricted
49 ;; RH> to ALUx? When ALUx is not in use for an instruction in table;; RH> …
50 ;; RH> it fully compatible with all insns that issue to ALUy?
56 ;; RH> From Section 19.2
57 ;; RH> 2) Explain conditional moves execution path (in terms of
58 ;; RH> figure 6-1)
63 ;; RH> 3) Explain floating point store execution path (in terms of
64 ;; RH> figure 6-1)
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp510 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
513 GetSplitOp(N->getOperand(2), RL, RH); in SplitRes_SELECT()
543 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH); in SplitRes_SELECT()
548 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local
551 GetSplitOp(N->getOperand(3), RL, RH); in SplitRes_SELECT_CC()
556 N->getOperand(1), LH, RH, N->getOperand(4)); in SplitRes_SELECT_CC()
H A DLegalizeIntegerTypes.cpp3284 SDValue LL, LH, RL, RH; in ExpandIntRes_Logical() local
3286 GetExpandedInteger(N->getOperand(1), RL, RH); in ExpandIntRes_Logical()
3288 Hi = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), LH, RH); in ExpandIntRes_Logical()
3297 SDValue LL, LH, RL, RH; in ExpandIntRes_MUL() local
3299 GetExpandedInteger(N->getOperand(1), RL, RH); in ExpandIntRes_MUL()
3303 LL, LH, RL, RH)) in ExpandIntRes_MUL()
3360 DAG.getNode(ISD::MUL, dl, NVT, RH, LL), in ExpandIntRes_MUL()
3450 SDValue LL, LH, RL, RH; in ExpandIntRes_MULFIX() local
3452 GetExpandedInteger(RHS, RL, RH); in ExpandIntRes_MULFIX()
3458 LL, LH, RL, RH)) { in ExpandIntRes_MULFIX()
H A DTargetLowering.cpp6258 SDValue LH, SDValue RL, SDValue RH) const { in expandMUL_LOHI()
6278 assert((LL.getNode() && LH.getNode() && RL.getNode() && RH.getNode()) || in expandMUL_LOHI()
6279 (!LL.getNode() && !LH.getNode() && !RL.getNode() && !RH.getNode())); in expandMUL_LOHI()
6346 if (!LH.getNode() && !RH.getNode() && in expandMUL_LOHI()
6351 RH = DAG.getNode(ISD::SRL, dl, VT, RHS, Shift); in expandMUL_LOHI()
6352 RH = DAG.getNode(ISD::TRUNCATE, dl, HiLoVT, RH); in expandMUL_LOHI()
6364 RH = DAG.getNode(ISD::MUL, dl, HiLoVT, LL, RH); in expandMUL_LOHI()
6366 Hi = DAG.getNode(ISD::ADD, dl, HiLoVT, Hi, RH); in expandMUL_LOHI()
6381 if (!MakeMUL_LOHI(LL, RH, Lo, Hi, false)) in expandMUL_LOHI()
6407 if (!MakeMUL_LOHI(LH, RH, Lo, Hi, Opcode == ISD::SMUL_LOHI)) in expandMUL_LOHI()
[all …]
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_avl.h69 #define RH 1 macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_rstate_string.pod37 =item "RH"/"read header"
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_rstate_string.pod37 =item "RH"/"read header"
/netbsd-src/games/sail/
H A Dpl_6.c65 repairs = &mf->RH; in repair()
H A Dextern.h159 char RH; /* 224 */ member
H A Dpl_7.c669 if (mf->RH) in draw_slot()
670 wprintw(slot_w, "%dRH", mf->RH); in draw_slot()
/netbsd-src/share/doc/smm/18.net/
H A Dspell.ok115 RH
/netbsd-src/share/doc/smm/config/
H A Dspell.ok65 RH
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1709 BitTracker::RegisterRef RH = MI.getOperand(1), RL = MI.getOperand(2); in propagateRegCopy() local
1711 Changed |= HBS::replaceSubWithSub(RD.Reg, SubHi, RH.Reg, RH.Sub, MRI); in propagateRegCopy()
1764 unsigned B, RegHalf &RH);
1807 const BitTracker::RegisterCell &RC, unsigned B, RegHalf &RH) { in matchHalf() argument
1874 RH.Reg = Reg; in matchHalf()
1875 RH.Sub = Sub; in matchHalf()
1876 RH.Low = Low; in matchHalf()
1878 if (!HBS::getFinalVRegClass(RH, MRI)) in matchHalf()
1879 RH.Sub = 0; in matchHalf()
/netbsd-src/share/doc/psd/21.ipc/
H A Dspell.ok77 RH
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-kdc.in49 RH=TEST-HTTP.H5L.SE
186 ${RH} || exit 1
286 ${kadmin} add -p foo --use-defaults foo@${RH} || exit 1
383 ${kinit} --password-file=${objdir}/foopassword foo@${RH} || \
/netbsd-src/share/doc/psd/05.sysman/
H A Dspell.ok114 RH
/netbsd-src/external/bsd/am-utils/dist/m4/macros/
H A Dtry_compile_anyfs.m479 * Also a conflict in definitions of ntohl/htonl in RH-5.1 sparc64
/netbsd-src/share/doc/smm/01.setup/
H A Dspell.ok133 RH
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp675 SDValue LH, RH; in TryExpandADDWithMul() local
678 RH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, in TryExpandADDWithMul()
684 RH = DAG.getNode(ISD::MUL, dl, MVT::i32, LL, RH); in TryExpandADDWithMul()
686 Hi = DAG.getNode(ISD::ADD, dl, MVT::i32, Hi, RH); in TryExpandADDWithMul()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Davl.c60 static const int avl_bfs[] = {LH, RH};
H A Dtavl.c47 static const int avl_bfs[] = {LH, RH};
/netbsd-src/external/bsd/am-utils/dist/
H A Dldap-id.ms11 .ds RH 30 March 1998
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMScheduleSwift.td368 "t2LD(R|RB|RH)_(PRE|POST)", "t2LD(R|RB|RH)T")>;
498 "t2STR_preidx", "t2STR[BH]_preidx", "t2ST(RB|RH|R)T")>;
H A DARMScheduleR52.td300 "t2LD(R|RB|RH)_(PRE|POST)", "t2LD(R|RB|RH)T",
497 "t2STR_preidx", "t2STR[BH]_preidx", "t2ST(RB|RH|R)T")>;

12