Home
last modified time | relevance | path

Searched refs:OPRAND_TYPE_BITS (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_gate_meta_data.h242 static constexpr int OPRAND_TYPE_BITS = 32; member in panda::ecmascript::kungfu::TypedUnaryAccessor
261 using TypedValueBits = panda::BitField<uint32_t, 0, OPRAND_TYPE_BITS>;
262 using TypedUnOpBits = TypedValueBits::NextField<TypedUnOp, OPRAND_TYPE_BITS>;
270 static constexpr int OPRAND_TYPE_BITS = 32; member in panda::ecmascript::kungfu::TypedBinaryAccessor
289 using TypedValueBits = panda::BitField<uint32_t, 0, OPRAND_TYPE_BITS>;
290 using TypedBinOpBits = TypedValueBits::NextField<TypedBinOp, OPRAND_TYPE_BITS>;
320 static constexpr int OPRAND_TYPE_BITS = 32; member in panda::ecmascript::kungfu::BranchAccessor
339 using TrueWeightBits = panda::BitField<uint32_t, 0, OPRAND_TYPE_BITS>;
340 using FalseWeightBits = TrueWeightBits::NextField<uint32_t, OPRAND_TYPE_BITS>;
506 static constexpr int OPRAND_TYPE_BITS member in panda::ecmascript::kungfu::TypedJumpAccessor
[all...]
H A Dshare_gate_meta_data.h399 static constexpr int OPRAND_TYPE_BITS = 8; member in panda::ecmascript::kungfu::ValuePairTypeAccessor
425 using LeftBits = panda::BitField<uint8_t, 0, OPRAND_TYPE_BITS>;
426 using RightBits = LeftBits::NextField<uint8_t, OPRAND_TYPE_BITS>;
427 using ConvertSupportBits = RightBits::NextField<ConvertSupport, OPRAND_TYPE_BITS>;
435 static constexpr int OPRAND_TYPE_BITS = 32; member in panda::ecmascript::kungfu::TypeConvertAccessor
454 using LeftBits = panda::BitField<uint32_t, 0, OPRAND_TYPE_BITS>;
455 using RightBits = LeftBits::NextField<uint32_t, OPRAND_TYPE_BITS>;
463 static constexpr int OPRAND_TYPE_BITS = 32; member in panda::ecmascript::kungfu::UInt32PairAccessor
486 using FirstBits = panda::BitField<uint32_t, 0, OPRAND_TYPE_BITS>;
487 using SecondBits = FirstBits::NextField<uint32_t, OPRAND_TYPE_BITS>;
[all...]

Completed in 3 milliseconds