Lines Matching refs:Fetch16
120 return static_cast<int16_t>(Fetch16(1)); in VRegA_20t()
195 return Fetch16(1); in VRegA_32x()
302 return Fetch16(1); in VRegB_21c()
307 return Fetch16(1); in VRegB_21h()
312 return static_cast<int16_t>(Fetch16(1)); in VRegB_21s()
317 return static_cast<int16_t>(Fetch16(1)); in VRegB_21t()
322 return static_cast<uint8_t>(Fetch16(1) & 0xff); in VRegB_22b()
342 return Fetch16(1); in VRegB_22x()
347 return static_cast<uint8_t>(Fetch16(1) & 0xff); in VRegB_23x()
367 return Fetch16(2); in VRegB_32x()
372 return Fetch16(1); in VRegB_35c()
377 return Fetch16(1); in VRegB_3rc()
382 return Fetch16(1); in VRegB_45cc()
387 return Fetch16(1); in VRegB_4rcc()
433 return static_cast<int8_t>(Fetch16(1) >> 8); in VRegC_22b()
438 return Fetch16(1); in VRegC_22c()
443 return static_cast<int16_t>(Fetch16(1)); in VRegC_22s()
448 return static_cast<int16_t>(Fetch16(1)); in VRegC_22t()
453 return static_cast<uint8_t>(Fetch16(1) >> 8); in VRegC_23x()
458 return static_cast<uint4_t>(Fetch16(2) & 0x0f); in VRegC_35c()
463 return Fetch16(2); in VRegC_3rc()
468 return static_cast<uint4_t>(Fetch16(2) & 0x0f); in VRegC_45cc()
473 return Fetch16(2); in VRegC_4rcc()
499 return Fetch16(3); in VRegH_45cc()
504 return Fetch16(3); in VRegH_4rcc()
524 uint16_t regList = Fetch16(2); in GetVarArgs()