Lines Matching refs:Fetch16
241 return VRegA_10t(Fetch16(0)); in VRegA_10t()
244 return VRegA_10x(Fetch16(0)); in VRegA_10x()
247 return VRegA_11n(Fetch16(0)); in VRegA_11n()
250 return VRegA_11x(Fetch16(0)); in VRegA_11x()
253 return VRegA_12x(Fetch16(0)); in VRegA_12x()
257 return VRegA_21c(Fetch16(0)); in VRegA_21c()
260 return VRegA_21h(Fetch16(0)); in VRegA_21h()
263 return VRegA_21s(Fetch16(0)); in VRegA_21s()
266 return VRegA_21t(Fetch16(0)); in VRegA_21t()
269 return VRegA_22b(Fetch16(0)); in VRegA_22b()
272 return VRegA_22c(Fetch16(0)); in VRegA_22c()
275 return VRegA_22s(Fetch16(0)); in VRegA_22s()
278 return VRegA_22t(Fetch16(0)); in VRegA_22t()
281 return VRegA_22x(Fetch16(0)); in VRegA_22x()
284 return VRegA_23x(Fetch16(0)); in VRegA_23x()
288 return VRegA_31c(Fetch16(0)); in VRegA_31c()
291 return VRegA_31i(Fetch16(0)); in VRegA_31i()
294 return VRegA_31t(Fetch16(0)); in VRegA_31t()
298 return VRegA_35c(Fetch16(0)); in VRegA_35c()
301 return VRegA_3rc(Fetch16(0)); in VRegA_3rc()
304 return VRegA_51l(Fetch16(0)); in VRegA_51l()
339 return VRegB_11n(Fetch16(0)); in VRegB_11n()
342 return VRegB_12x(Fetch16(0)); in VRegB_12x()
350 return VRegB_22c(Fetch16(0)); in VRegB_22c()
353 return VRegB_22s(Fetch16(0)); in VRegB_22s()
356 return VRegB_22t(Fetch16(0)); in VRegB_22t()
393 return GetVarArgs(args, Fetch16(0)); in GetVarArgs()
399 DCHECK_EQ(inst_data, Fetch16(0)); in Opcode()
405 return Opcode(Fetch16(0)); in Opcode()
530 uint16_t Fetch16(size_t offset) const { in Fetch16() function
539 return (Fetch16(offset) | ((uint32_t) Fetch16(offset + 1) << 16)); in Fetch32()
543 return InstA(Fetch16(0)); in InstA()
547 return InstB(Fetch16(0)); in InstB()
551 return InstAA(Fetch16(0)); in InstAA()
555 DCHECK_EQ(inst_data, Fetch16(0)); in InstA()
560 DCHECK_EQ(inst_data, Fetch16(0)); in InstB()
565 DCHECK_EQ(inst_data, Fetch16(0)); in InstAA()