Lines Matching refs:vA
159 dec.vA = InstA(inst); in DecodeInstruction()
163 dec.vA = InstA(inst); in DecodeInstruction()
167 dec.vA = InstAA(inst); in DecodeInstruction()
170 dec.vA = s1(InstAA(inst)); // sign-extend 8-bit value in DecodeInstruction()
173 dec.vA = s2(bytecode[1]); // sign-extend 16-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()
205 dec.vA = InstA(inst); in DecodeInstruction()
211 dec.vA = InstA(inst); in DecodeInstruction()
216 dec.vA = FetchU4(bytecode + 1); in DecodeInstruction()
220 dec.vA = InstAA(inst); in DecodeInstruction()
224 dec.vA = bytecode[1]; in DecodeInstruction()
228 dec.vA = InstAA(inst); in DecodeInstruction()
234 dec.vA = InstB(inst); // This is labeled A in the spec. in DecodeInstruction()
244 switch (dec.vA) { in DecodeInstruction()
275 dec.vA = InstAA(inst); in DecodeInstruction()
281 dec.vA = InstB(inst); // This is labelled A in the spec. in DecodeInstruction()
295 dec.vA = InstAA(inst); in DecodeInstruction()
301 dec.vA = InstAA(inst); in DecodeInstruction()