Home
last modified time | relevance | path

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

1234

/external/llvm/test/CodeGen/Generic/
Di128-addsub.ll3 define void @test_add(i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) {
18 store i64 %tmp2122, i64* %RH
22 define void @test_sub(i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) {
37 store i64 %tmp2122, i64* %RH
/external/llvm/test/CodeGen/Hexagon/
Dsube.ll12 define void @check_sube_subc(i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) {
27 store i64 %tmp2122, i64* %RH
Dadde.ll17 define void @check_adde_addc (i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) {
32 store i64 %tmp2122, i64* %RH
/external/strace/
DChangeLog-CVS296 Fixes RH#471169 "format fcntl64() system calls for
361 Fixes RH#472053.
399 Fixes RH#470529.
463 Fixes RH#105371.
552 Fixes RH#455078.
571 Fixes RH#457291.
620 Fixes RH#448628.
634 Fixes RH#448629.
638 Fixes RH#455821.
682 Fixes RH#453438.
[all …]
/external/icu/icu4c/source/data/coll/
Dcy.txt23 "&R<rh<<<Rh<<<RH"
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp515 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
518 GetSplitOp(N->getOperand(2), RL, RH); in SplitRes_SELECT()
532 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH); in SplitRes_SELECT()
537 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local
540 GetSplitOp(N->getOperand(3), RL, RH); in SplitRes_SELECT_CC()
545 N->getOperand(1), LH, RH, N->getOperand(4)); in SplitRes_SELECT_CC()
DTargetLowering.cpp2788 SDValue RL, SDValue RH) const { in expandMUL()
2803 assert((LL.getNode() && LH.getNode() && RL.getNode() && RH.getNode()) || in expandMUL()
2804 (!LL.getNode() && !LH.getNode() && !RL.getNode() && !RH.getNode())); in expandMUL()
2850 if (!LH.getNode() && !RH.getNode() && in expandMUL()
2857 RH = DAG.getNode(ISD::SRL, dl, VT, N->getOperand(1), Shift); in expandMUL()
2858 RH = DAG.getNode(ISD::TRUNCATE, dl, HiLoVT, RH); in expandMUL()
2870 RH = DAG.getNode(ISD::MUL, dl, HiLoVT, LL, RH); in expandMUL()
2872 Hi = DAG.getNode(ISD::ADD, dl, HiLoVT, Hi, RH); in expandMUL()
2879 RH = DAG.getNode(ISD::MUL, dl, HiLoVT, LL, RH); in expandMUL()
2881 Hi = DAG.getNode(ISD::ADD, dl, HiLoVT, Hi, RH); in expandMUL()
/external/chromium_org/third_party/icu/source/data/coll/
Dcy.txt23 "&R<rh<<<Rh<<<RH"
/external/chromium_org/third_party/icu/source/data/curr/
Dhi.txt231 "RH$",
Dfa.txt407 "RH$",
Dka.txt575 "RH$",
Dar.txt687 "RH$",
Droot.txt479 "RH$" /** === */,
Dbn.txt751 "RH$",
Dzh.txt743 "RH$",
Dth.txt751 "RH$",
Dja.txt755 "RH$",
Dko.txt755 "RH$",
Dru.txt755 "RH$",
Duk.txt755 "RH$",
/external/icu/icu4c/source/data/translit/
DGreek_Latin.txt145 Ρ $rough ↔ RH ;
/external/icu/icu4c/source/data/misc/
DpostalCodeData.txt58 "|NN|NP|NR|NW|OL|OX|PA|PE|PH|PL|PO|PR|RG|RH|RM|S|SA|SE|SG|SK|SL|SM|SN|SO|SP|S"
/external/chromium_org/third_party/icu/source/data/translit/
DGreek_Latin.txt145 Ρ $rough ↔ RH ;
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp697 SDValue LH, RH; in TryExpandADDWithMul() local
700 RH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, in TryExpandADDWithMul()
706 RH = DAG.getNode(ISD::MUL, dl, MVT::i32, LL, RH); in TryExpandADDWithMul()
708 Hi = DAG.getNode(ISD::ADD, dl, MVT::i32, Hi, RH); in TryExpandADDWithMul()
/external/vixl/src/a64/
Dconstants-a64.h674 V(ST, RH, w, 0x40000000), \
678 V(LD, RH, w, 0x40400000), \

1234