reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
65 b2 = (inst.Operation & 0x0F); 71 b2 |= (inst.Register & 0x0F) << 4; 72 streamer.EmitIntValue(b2, 1); 77 b2 |= 0x10; 78 streamer.EmitIntValue(b2, 1); 83 streamer.EmitIntValue(b2, 1); 89 b2 |= (((inst.Offset - 8) >> 3) & 0x0F) << 4; 91 streamer.EmitIntValue(b2, 1); 95 streamer.EmitIntValue(b2, 1); 99 b2 |= (inst.Register & 0x0F) << 4; 101 streamer.EmitIntValue(b2, 1); 109 b2 |= (inst.Register & 0x0F) << 4; 111 streamer.EmitIntValue(b2, 1); 122 b2 |= 0x10; 124 streamer.EmitIntValue(b2, 1);