Lines Matching refs:vB
160 dec.vB = InstB(inst); in DecodeInstruction()
164 dec.vB = s4(InstB(inst) << 28) >> 28; // sign extend 4-bit value in DecodeInstruction()
179 dec.vB = bytecode[1]; in DecodeInstruction()
184 dec.vB = s2(bytecode[1]); // sign-extend 16-bit value in DecodeInstruction()
191 dec.vB = bytecode[1]; in DecodeInstruction()
195 dec.vB = bytecode[1] & 0xff; in DecodeInstruction()
200 dec.vB = bytecode[1] & 0xff; in DecodeInstruction()
206 dec.vB = InstB(inst); in DecodeInstruction()
212 dec.vB = InstB(inst); in DecodeInstruction()
221 dec.vB = FetchU4(bytecode + 1); in DecodeInstruction()
225 dec.vB = bytecode[2]; in DecodeInstruction()
229 dec.vB = FetchU4(bytecode + 1); in DecodeInstruction()
235 dec.vB = bytecode[1]; in DecodeInstruction()
276 dec.vB = bytecode[1]; in DecodeInstruction()
282 dec.vB = bytecode[1]; // vB meth@BBBB in DecodeInstruction()
296 dec.vB = bytecode[1]; in DecodeInstruction()