Searched refs:is_tbx (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 2959 bool is_tbx, tb_impl_fn *fn) in do_tbl1() argument 2968 fn(vd, vn, NULL, vm, oprsz, is_tbx); in do_tbl1() 2972 uint32_t desc, bool is_tbx, tb_impl_fn *fn) in do_tbl2() argument 2986 fn(vd, vn0, vn1, vm, oprsz, is_tbx); in do_tbl2() 2991 void *vm, uintptr_t oprsz, bool is_tbx) \ 3003 } else if (is_tbx) { \
|
H A D | vec_helper.c | 2570 bool is_tbx = extract32(desc, SIMD_DATA_SHIFT + 5, 1); local 2584 if (is_tbx) {
|