Searched refs:RL (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Di960.h86 * RL: global or local register, or integer literal
110 #define RL OP( 0, LIT, 0, 0 ) macro
232 { 0x30000000, "bbc", I_BASE, COBR, 3, { RL, RS, 0 } },
233 { 0x31000000, "cmpobg", I_BASE, COBR, 3, { RL, RS, 0 } },
234 { 0x32000000, "cmpobe", I_BASE, COBR, 3, { RL, RS, 0 } },
235 { 0x33000000, "cmpobge", I_BASE, COBR, 3, { RL, RS, 0 } },
236 { 0x34000000, "cmpobl", I_BASE, COBR, 3, { RL, RS, 0 } },
237 { 0x35000000, "cmpobne", I_BASE, COBR, 3, { RL, RS, 0 } },
238 { 0x36000000, "cmpoble", I_BASE, COBR, 3, { RL, RS, 0 } },
239 { 0x37000000, "bbs", I_BASE, COBR, 3, { RL, R
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dmath.c74 * RL = right-to-left associativity *
78 #define RL 0x0001 macro
289 /* 0 */ LR, LR|OP_OP|OP_OPF, RL, RL, RL|OP_OP|OP_OPF,
290 /* 5 */ RL|OP_OP|OP_OPF, RL, RL, LR|OP_A2IO, LR|OP_A2IO,
294 /* 25 */ BOOL|OP_A2IO, LR|OP_A2IO, RL|OP_OP, RL|OP_O
[all...]
/macosx-10.9.5/zsh-60/zsh/Functions/Misc/
H A Drun-help11 emulate -RL zsh
H A Dzkbd11 emulate -RL zsh
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/docstrip/
H A Ddocstrip_util.tcl165 set RL [list]
214 lappend RL $hunk
220 foreach hunk $RL {
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DImmutableSet.h518 TreeTy *RL = getLeft(R); local
521 if (getHeight(RR) >= getHeight(RL))
522 return createNode(createNode(L,V,RL), R, RR);
524 assert(!isEmpty(RL) && "RL cannot be empty because it has a height >= 1");
526 TreeTy *RLL = getLeft(RL);
527 TreeTy *RLR = getRight(RL);
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp481 SDValue LL, LH, RL, RH, CL, CH; local
484 GetSplitOp(N->getOperand(2), RL, RH);
499 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
505 SDValue LL, LH, RL, RH; local
508 GetSplitOp(N->getOperand(3), RL, RH);
511 N->getOperand(1), LL, RL, N->getOperand(4));
H A DLegalizeIntegerTypes.cpp1901 SDValue LL, LH, RL, RH; local
1903 GetExpandedInteger(N->getOperand(1), RL, RH);
1904 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), LL, RL);
1919 SDValue LL, LH, RL, RH; local
1921 GetExpandedInteger(N->getOperand(1), RL, RH);
1933 Lo = DAG.getNode(ISD::UMUL_LOHI, dl, DAG.getVTList(NVT, NVT), LL, RL);
1939 Lo = DAG.getNode(ISD::MUL, dl, NVT, LL, RL);
1940 Hi = DAG.getNode(ISD::MULHU, dl, NVT, LL, RL);
1948 Lo = DAG.getNode(ISD::SMUL_LOHI, dl, DAG.getVTList(NVT, NVT), LL, RL);
1954 Lo = DAG.getNode(ISD::MUL, dl, NVT, LL, RL);
[all...]
H A DDAGCombiner.cpp2418 SDValue LL, LR, RL, RR, CC0, CC1; local
2574 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
2583 LR.getValueType(), LL, RL);
2590 LR.getValueType(), LL, RL);
2597 LR.getValueType(), LL, RL);
2603 if (LL == RR && LR == RL) {
2605 std::swap(RL, RR);
2607 if (LL == RL && LR == RR) {
3017 SDValue LL, LR, RL, RR, CC0, CC1; local
3074 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, R
[all...]
H A DLegalizeVectorTypes.cpp831 SDValue LL, LH, RL, RH; local
839 RL = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, InNVT, N->getOperand(1),
844 Lo = DAG.getNode(N->getOpcode(), DL, LoVT, LL, RL, N->getOperand(2));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelLowering.cpp669 SDValue LL, RL, AddendL, AddendH; local
672 RL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
686 AddendL, LL, RL);
694 AddendL, LL, RL);
705 AddendL, LL, RL);
708 LH = DAG.getNode(ISD::MUL, dl, MVT::i32, LH, RL);
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dmep-opc.c703 { { MNEM, ' ', OP (RL), ',', OP (RN), ',', OP (RM), 0 } },

Completed in 150 milliseconds