Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h241 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()
[all …]
Ddex_instruction-inl.h116 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()
[all …]
/art/runtime/interpreter/
Dinterpreter_common.cc630 uint16_t regList = inst->Fetch16(2); in DoCall()
Dinterpreter_goto_table_impl.cc39 inst_data = inst->Fetch16(0); \
Dinterpreter_switch_impl.cc90 inst_data = inst->Fetch16(0); in ExecuteSwitchImpl()