On 10/9/20 1:48 PM, Peter Maydell wrote: > On Fri, 9 Oct 2020 at 15:47, Peter Maydell <peter.mayd...@linaro.org> wrote: >> + tcg_gen_extr_i64_i32(t1, t2, p64); > > Oh, I forgot to mention, but it looks like extr_i64_i32 > isn't documented in tcg/README. Is that because it isn't > really a TCG IR op, or just an omission?
Because it's not an IR op. It's the combo of extrl and extrh. r~