Searched refs:abase (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/tcg/ |
| H A D | tcg-op-gvec.c | 66 TCGv_ptr abase, uint32_t a, uint32_t s) in check_overlap_2() argument 68 tcg_debug_assert(dbase != abase || d == a || d + s <= a || a + s <= d); in check_overlap_2() 73 TCGv_ptr abase, uint32_t a, in check_overlap_3() argument 76 check_overlap_2(dbase, d, abase, a, s); in check_overlap_3() 78 check_overlap_2(abase, a, bbase, b, s); in check_overlap_3() 83 TCGv_ptr abase, uint32_t a, in check_overlap_4() argument 87 check_overlap_2(dbase, d, abase, a, s); in check_overlap_4() 90 check_overlap_2(abase, a, bbase, b, s); in check_overlap_4() 91 check_overlap_2(abase, a, cbase, c, s); in check_overlap_4() 137 TCGv_ptr abase, uint32_t aofs, in expand_2_ool() argument [all …]
|
| /openbmc/qemu/include/tcg/ |
| H A D | tcg-op-gvec-common.h | 232 TCGv_ptr abase, uint32_t aofs, 249 TCGv_ptr abase, uint32_t aofs, 287 TCGv_ptr abase, uint32_t aofs, 300 TCGv_ptr abase, uint32_t aofs, 304 TCGv_ptr abase, uint32_t aofs,
|