Home
last modified time | relevance | path

Searched refs:Fetch16 (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_instruction-inl.h54 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 …]
Ddex_instruction.h284 return static_cast<Code>(Fetch16(0) & 0xFF); in Opcode()
401 uint16_t Fetch16(size_t offset) const { in Fetch16() function
407 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()