Searched refs:Fetch16 (Results 1 – 2 of 2) sorted by relevance
54 return static_cast<int16_t>(Fetch16(1)); in VRegA_20t()129 return Fetch16(1); in VRegA_32x()162 return Fetch16(1); in VRegB_21c()167 return Fetch16(1); in VRegB_21h()172 return static_cast<int16_t>(Fetch16(1)); in VRegB_21s()177 return static_cast<int16_t>(Fetch16(1)); in VRegB_21t()182 return static_cast<uint8_t>(Fetch16(1) & 0xff); in VRegB_22b()202 return Fetch16(1); in VRegB_22x()207 return static_cast<uint8_t>(Fetch16(1) & 0xff); in VRegB_23x()227 return Fetch16(2); in VRegB_32x()[all …]
284 return static_cast<Code>(Fetch16(0) & 0xFF); in Opcode()401 uint16_t Fetch16(size_t offset) const { in Fetch16() function407 return (Fetch16(offset) | ((uint32_t) Fetch16(offset + 1) << 16)); in Fetch32()411 return static_cast<uint4_t>((Fetch16(0) >> 8) & 0x0f); in InstA()415 return static_cast<uint4_t>(Fetch16(0) >> 12); in InstB()419 return static_cast<uint8_t>(Fetch16(0) >> 8); in InstAA()