Searched refs:nibble3 (Results 1 – 1 of 1) sorted by relevance
64 int b = nibble3(opcodeUnit); in FORMAT_12X()83 int literal = (nibble3(opcodeUnit) << 28) >> 28; // sign-extend in FORMAT_11N()323 int b = nibble3(opcodeUnit); in FORMAT_22T()345 int b = nibble3(opcodeUnit); in FORMAT_22S()366 int b = nibble3(opcodeUnit); in FORMAT_22C()388 int b = nibble3(opcodeUnit); in FORMAT_22CS()772 int registerCount = nibble3(opcodeUnit); in decodeRegisterList()778 int d = nibble3(abcd); in decodeRegisterList()869 int nibble3) { in codeUnit() argument882 if ((nibble3 & ~0xf) != 0) { in codeUnit()[all …]