Home | History | Annotate | Download | only in interpreter

Lines Matching refs:OperandTypeInfo

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) \
32 V(RegCount, OperandTypeInfo::kScalableUnsignedByte)
35 V(Flag8, OperandTypeInfo::kFixedUnsignedByte) \
36 V(IntrinsicId, OperandTypeInfo::kFixedUnsignedByte) \
37 V(RuntimeId, OperandTypeInfo::kFixedUnsignedShort)
91 enum class OperandTypeInfo : uint8_t {