Home
last modified time | relevance | path

Searched refs:LRL (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/ADT/
DImmutableSet.h507 TreeTy *LRL = getLeft(LR); in balanceTree() local
510 return createNode(createNode(LL,L,LRL), LR, createNode(LRR,V,R)); in balanceTree()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DImmutableSet.h505 TreeTy *LRL = getLeft(LR); in balanceTree() local
508 return createNode(createNode(LL,L,LRL), LR, createNode(LRR,V,R)); in balanceTree()
/external/llvm/test/CodeGen/SystemZ/
Dmemcpy-02.ll301 ; Test that we use LRL for i32.
Dspill-01.ll322 ; Check that LRL and STRL are not converted.
/external/v8/src/s390/
Dconstants-s390.h597 LRL = 0xC4D, // Load Relative Long (32) enumerator
Dsimulator-s390.h717 EVALUATE(LRL);
Dsimulator-s390.cc938 EvalTable[LRL] = &Simulator::Evaluate_LRL; in EvalTableInit()
8138 EVALUATE(LRL) { in EVALUATE() argument
/external/toolchain-utils/cros_utils/
Dstats.py328 LRL = smallest + binsize * cfbin # get lower read limit of that bin
331 median = LRL + (
2183 LRL = smallest + binsize * cfbin # get lower read limit of that bin
2186 median = LRL + (
/external/valgrind/none/tests/s390x/
Dopcodes.h297 #define LRL(r1,i2) RIL_RP(c4,r1,d,i2) macro
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td511 def LRL : UnaryRILPC<"lrl", 0xC4D, aligned_load, GR32>;