Searched refs:TupleType (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/MC/Disassembler/X86/ |
D | avx-512.txt | 78 # 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/ |
D | types.h | 619 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()
|
D | types.cc | 444 TupleType* this_tuple = this->AsTuple(); in SimplyEquals() 445 TupleType* that_tuple = that->AsTuple(); in SimplyEquals()
|
/external/selinux/policycoreutils/gui/ |
D | html_util.py | 158 elif type(body_component) in [TupleType, ListType]: 163 if type(result) in [TupleType, ListType]:
|