Searched refs:InstAA (Results 1 – 1 of 1) sorted by relevance
136 static u4 InstAA(u2 inst) { return inst >> 8; } in InstAA() function167 dec.vA = InstAA(inst); in DecodeInstruction()170 dec.vA = s1(InstAA(inst)); // sign-extend 8-bit value in DecodeInstruction()178 dec.vA = InstAA(inst); in DecodeInstruction()183 dec.vA = InstAA(inst); in DecodeInstruction()187 dec.vA = InstAA(inst); in DecodeInstruction()194 dec.vA = InstAA(inst); in DecodeInstruction()199 dec.vA = InstAA(inst); in DecodeInstruction()220 dec.vA = InstAA(inst); in DecodeInstruction()228 dec.vA = InstAA(inst); in DecodeInstruction()[all …]