Re: [PATCH v2 19/36] tcg/tci: Add special tci_movi_{i32,i64} opcodes

2020-04-22 Thread Alex Bennée
Richard Henderson writes: > The normal movi opcodes are going away. We need something > for TCI to use internally. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > include/tcg/tcg-opc.h| 8 > tcg/tci.c| 4 ++-- > tcg/tci/tcg-target.inc.c

[PATCH v2 19/36] tcg/tci: Add special tci_movi_{i32,i64} opcodes

2020-04-21 Thread Richard Henderson
The normal movi opcodes are going away. We need something for TCI to use internally. Signed-off-by: Richard Henderson --- include/tcg/tcg-opc.h| 8 tcg/tci.c| 4 ++-- tcg/tci/tcg-target.inc.c | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git