On 1/27/21 11:07 AM, Stefan Weil wrote:
> case INDEX_op_ld8s_i64:
> -TODO();
> +t0 = *tb_ptr++;
> +t1 = tci_read_r(regs, &tb_ptr);
> +t2 = tci_read_s32(&tb_ptr);
> +tci_write_reg8(regs, t0, *(int8_t *)(t1 + t2));
> br
That TCG opcode is used by debian-buster (arm64) running ffmpeg:
qemu-aarch64 /usr/bin/ffmpeg -i theora.mkv theora.webm
Reported-by: Alex Bennée
Signed-off-by: Stefan Weil
---
tcg/tci.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/tcg/tci.c b/tcg/tci.c
index ddbb