Searched refs:regList (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_instruction-inl.h524 uint16_t regList = Fetch16(2); local
540 arg[3] = (regList >> 12) & 0x0f;
543 arg[2] = (regList >> 8) & 0x0f;
546 arg[1] = (regList >> 4) & 0x0f;
549 arg[0] = regList & 0x0f;

Completed in 40 milliseconds