HomeSort by relevance Sort by last modified time
    Searched refs:OperandTypeInfo (Results 1 - 5 of 5) sorted by null

  /external/v8/src/interpreter/
bytecode-operands.h 14 #define INVALID_OPERAND_TYPE_LIST(V) V(None, OperandTypeInfo::kNone)
17 V(Reg, OperandTypeInfo::kScalableSignedByte) \
18 V(RegList, OperandTypeInfo::kScalableSignedByte) \
19 V(RegPair, OperandTypeInfo::kScalableSignedByte)
22 V(RegOut, OperandTypeInfo::kScalableSignedByte) \
23 V(RegOutPair, OperandTypeInfo::kScalableSignedByte) \
24 V(RegOutTriple, OperandTypeInfo::kScalableSignedByte)
27 V(Imm, OperandTypeInfo::kScalableSignedByte)
30 V(Idx, OperandTypeInfo::kScalableUnsignedByte) \
31 V(UImm, OperandTypeInfo::kScalableUnsignedByte)
    [all...]
bytecode-traits.h 14 template <OperandTypeInfo>
23 struct OperandTypeInfoTraits<OperandTypeInfo::k##Name> { \
33 typedef OperandTypeInfoTraits<OperandTypeInfo::kNone> TypeInfoTraits;
34 static const OperandTypeInfo kOperandTypeInfo = OperandTypeInfo::kNone;
41 static const OperandTypeInfo kOperandTypeInfo = InfoType; \
82 static const OperandTypeInfo kOperandTypeInfos[];
101 STATIC_CONST_MEMBER_DEFINITION const OperandTypeInfo
120 static const OperandTypeInfo kOperandTypeInfos[];
135 STATIC_CONST_MEMBER_DEFINITION const OperandTypeInfo
    [all...]
bytecode-array-builder.cc 118 template <OperandTypeInfo type_info>
134 case OperandTypeInfo::kFixedUnsignedByte:
136 case OperandTypeInfo::kFixedUnsignedShort:
138 case OperandTypeInfo::kScalableUnsignedByte:
    [all...]
bytecodes.cc 23 const OperandTypeInfo* const Bytecodes::kOperandTypeInfos[] = {
bytecodes.h     [all...]

Completed in 163 milliseconds