···343343344344(using an arithmetic right shift).
345345346346+* extract2_i32/i64 dest, t1, t2, pos
347347+348348+For N = {32,64}, extract an N-bit quantity from the concatenation
349349+of t2:t1, beginning at pos. The tcg_gen_extract2_{i32,i64} expander
350350+accepts 0 <= pos <= N as inputs. The backend code generator will
351351+not see either 0 or N as inputs for these opcodes.
352352+346353* extrl_i64_i32 t0, t1
347354348355For 64-bit hosts only, extract the low 32-bits of input T1 and place it