Lines Matching refs:Fetch16
116 return static_cast<int16_t>(Fetch16(1)); in VRegA_20t()
191 return Fetch16(1); in VRegA_32x()
284 return Fetch16(1); in VRegB_21c()
289 return Fetch16(1); in VRegB_21h()
294 return static_cast<int16_t>(Fetch16(1)); in VRegB_21s()
299 return static_cast<int16_t>(Fetch16(1)); in VRegB_21t()
304 return static_cast<uint8_t>(Fetch16(1) & 0xff); in VRegB_22b()
324 return Fetch16(1); in VRegB_22x()
329 return static_cast<uint8_t>(Fetch16(1) & 0xff); in VRegB_23x()
349 return Fetch16(2); in VRegB_32x()
354 return Fetch16(1); in VRegB_35c()
359 return Fetch16(1); in VRegB_3rc()
401 return static_cast<int8_t>(Fetch16(1) >> 8); in VRegC_22b()
406 return Fetch16(1); in VRegC_22c()
411 return static_cast<int16_t>(Fetch16(1)); in VRegC_22s()
416 return static_cast<int16_t>(Fetch16(1)); in VRegC_22t()
421 return static_cast<uint8_t>(Fetch16(1) >> 8); in VRegC_23x()
426 return static_cast<uint4_t>(Fetch16(2) & 0x0f); in VRegC_35c()
431 return Fetch16(2); in VRegC_3rc()
451 uint16_t regList = Fetch16(2); in GetVarArgs()