Searched refs:LRL (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 507 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/ |
D | ImmutableSet.h | 505 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/ |
D | memcpy-02.ll | 301 ; Test that we use LRL for i32.
|
D | spill-01.ll | 322 ; Check that LRL and STRL are not converted.
|
/external/v8/src/s390/ |
D | constants-s390.h | 597 LRL = 0xC4D, // Load Relative Long (32) enumerator
|
D | simulator-s390.h | 717 EVALUATE(LRL);
|
D | simulator-s390.cc | 938 EvalTable[LRL] = &Simulator::Evaluate_LRL; in EvalTableInit() 8138 EVALUATE(LRL) { in EVALUATE() argument
|
/external/toolchain-utils/cros_utils/ |
D | stats.py | 328 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/ |
D | opcodes.h | 297 #define LRL(r1,i2) RIL_RP(c4,r1,d,i2) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 511 def LRL : UnaryRILPC<"lrl", 0xC4D, aligned_load, GR32>;
|