Searched refs:VLL (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 266 for (unsigned VLL : L) { in printVarLocInMBB() local 267 const VarLoc &VL = VarLocIDs[VLL]; in printVarLocInMBB()
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 360 # define VLL(name, search) VL(#name, name, LIST, search) macro 362 VLL(filter, 0) 365 VLL(time, 0) 367 # undef VLL
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-intrinsics.ll | 286 ; VLL with the lowest in-range displacement. 295 ; VLL with the highest in-range displacement. 305 ; VLL with an out-of-range displacementa. 315 ; Check that VLL doesn't allow an index.
|
/external/v8/src/s390/ |
D | constants-s390.h | 795 V(vll, VLL, 0xE737) /* type = VRS_B VECTOR LOAD WITH LENGTH */ \
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 116 def VLL : BinaryVRSb<"vll", 0xE737, int_s390_vll, 0>;
|