Home
last modified time | relevance | path

Searched refs:VLL (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveDebugValues.cpp266 for (unsigned VLL : L) { in printVarLocInMBB() local
267 const VarLoc &VL = VarLocIDs[VLL]; in printVarLocInMBB()
/external/libpng/contrib/tools/
Dpngcp.c360 # 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/
Dvec-intrinsics.ll286 ; 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/
Dconstants-s390.h795 V(vll, VLL, 0xE737) /* type = VRS_B VECTOR LOAD WITH LENGTH */ \
/external/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td116 def VLL : BinaryVRSb<"vll", 0xE737, int_s390_vll, 0>;