Home
last modified time | relevance | path

Searched refs:RLL (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableSet.h531 TreeTy *RLL = getLeft(RL);
534 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7416 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadBinary()
7446 BuildMI(MBB, DL, TII->get(SystemZ::RLL), NewVal) in emitAtomicLoadBinary()
7533 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadMinMax()
7564 BuildMI(MBB, DL, TII->get(SystemZ::RLL), NewVal) in emitAtomicLoadMinMax()
7655 BuildMI(MBB, DL, TII->get(SystemZ::RLL), OldValRot) in emitAtomicCmpSwapW()
7676 BuildMI(MBB, DL, TII->get(SystemZ::RLL), StoreVal) in emitAtomicCmpSwapW()
H A DSystemZInstrInfo.td1478 def RLL : BinaryRSY<"rll", 0xEB1D, shiftop<rotl>, GR32>;
2327 (RLL GR32:$val, (NILL GR32:$shift, imm32zx16trunc:$imm), 0)>;
H A DSystemZScheduleZ196.td469 def : InstRW<[WLat2LSU, FXU, LSU, NormalGr], (instregex "RLL(G)?$")>;
H A DSystemZScheduleZEC12.td480 def : InstRW<[WLat2LSU, FXU, LSU, NormalGr], (instregex "RLL(G)?$")>;
H A DSystemZScheduleZ13.td506 def : InstRW<[WLat2LSU, FXa, LSU, NormalGr], (instregex "RLL(G)?$")>;
H A DSystemZScheduleZ14.td516 def : InstRW<[WLat2LSU, FXa, LSU, NormalGr], (instregex "RLL(G)?$")>;
H A DSystemZScheduleZ15.td530 def : InstRW<[WLat2LSU, FXa, LSU, NormalGr], (instregex "RLL(G)?$")>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3327 SDValue RLL = DAG.getNode(ISD::AND, dl, NVT, RL, Mask); in ExpandIntRes_MUL() local
3329 SDValue T = DAG.getNode(ISD::MUL, dl, NVT, LLL, RLL); in ExpandIntRes_MUL()
3344 DAG.getNode(ISD::MUL, dl, NVT, LLH, RLL), TH); in ExpandIntRes_MUL()
/netbsd-src/share/misc/
H A Dacronyms.comp1441 RLL run length limited
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19996033 (remote_cisco_expand): Perform Cisco variant of RLL decoding.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19996033 (remote_cisco_expand): Perform Cisco variant of RLL decoding.