Home
last modified time | relevance | path

Searched refs:is_gather_store_insn (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dtranslate.h81 bool is_gather_store_insn(DisasContext *ctx);
220 g_assert(is_gather_store_insn(ctx) || in ctx_log_vreg_read_new()
230 if (is_gather_store_insn(ctx)) { in ctx_log_vreg_read_new()
H A Dtranslate.c544 bool is_gather_store_insn(DisasContext *ctx) in is_gather_store_insn() function
H A Dgenptr.c1252 if (is_gather_store_insn(ctx)) { in gen_vreg_store()