On 8/25/22 02:33, Richard Henderson wrote:
On 8/24/22 10:32, Paolo Bonzini wrote:
+static void decode_group_0x63(DisasContext *s, CPUX86State *env,
X86OpEntry *entry, uint8_t *b)
+{
+ static X86OpEntry arpl = X86_OP_ENTRY2(ARPL, E,w, G,w, .special =
X86_SPECIAL_ProtMode);
+ static X86OpEntry mov = X86_OP_ENTRY3(MOV, G,v, E,v, None, None);
+ static X86OpEntry movsxd = X86_OP_ENTRY3(MOVSXD, G,v, E,d, None,
None);
const.
Yes, all of this has to be constified. Probably I'll just squash
everything in a single patch and split it back.
Paolo