Home
last modified time | relevance | path

Searched refs:TupleType (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/MC/Disassembler/X86/
Davx-512.txt78 # TupleType = FVM
82 # TupleType = T1S, 64-bit eltsize
86 # TupleType = T1S, 32-bit eltsize
90 # TupleType = FV
94 # TupleType = FV, broadcast, 64-bit eltsize
98 # TupleType = FV, broadcast, 32-bit eltsize
102 # TupleType = T4
/external/v8/src/
Dtypes.h619 class TupleType : public StructuralType {
629 TupleType(int length, Zone* zone) : StructuralType(kTuple, length, zone) {} in TupleType() function
632 return AsType(new (zone->New(sizeof(TupleType))) TupleType(length, zone)); in New()
635 static TupleType* cast(Type* type) { in cast()
637 return static_cast<TupleType*>(FromType(type)); in cast()
734 Type* tuple = TupleType::New(3, zone); in Tuple()
801 TupleType* AsTuple() { return TupleType::cast(this); } in AsTuple()
Dtypes.cc444 TupleType* this_tuple = this->AsTuple(); in SimplyEquals()
445 TupleType* that_tuple = that->AsTuple(); in SimplyEquals()
/external/selinux/policycoreutils/gui/
Dhtml_util.py158 elif type(body_component) in [TupleType, ListType]:
163 if type(result) in [TupleType, ListType]: