Lines Matching refs:idx
242 template <Format format, size_t idx = 0>
245 template <Format format, size_t idx = 0>
248 template <Format format, size_t idx = 0, bool is_signed = true>
251 BytecodeId GetId(size_t idx = 0) const;
253 void UpdateId(BytecodeId new_id, uint32_t idx = 0);
255 uint16_t GetVReg(size_t idx = 0) const;
258 auto GetImm64(size_t idx = 0) const;
261 auto GetImmData(size_t idx = 0) const;
379 bool IsIdMatchFlag(size_t idx, Flags flag) const; // idx-th id matches flag or not
395 static constexpr bool HasId(Format format, size_t idx);
397 static constexpr bool HasVReg(Format format, size_t idx);
399 static constexpr bool HasImm(Format format, size_t idx);