Home
last modified time | relevance | path

Searched refs:REQUIRE_32BIT (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvk.c.inc65 REQUIRE_32BIT(ctx);
72 REQUIRE_32BIT(ctx);
79 REQUIRE_32BIT(ctx);
86 REQUIRE_32BIT(ctx);
217 REQUIRE_32BIT(ctx);
225 REQUIRE_32BIT(ctx);
233 REQUIRE_32BIT(ctx);
241 REQUIRE_32BIT(ctx);
273 REQUIRE_32BIT(ctx);
280 REQUIRE_32BIT(ctx);
H A Dtrans_rvb.c.inc300 REQUIRE_32BIT(ctx);
362 REQUIRE_32BIT(ctx);
549 REQUIRE_32BIT(ctx);
556 REQUIRE_32BIT(ctx);
H A Dtrans_rvzfa.c.inc408 REQUIRE_32BIT(ctx);
423 REQUIRE_32BIT(ctx);
H A Dtrans_xthead.c.inc446 REQUIRE_32BIT(ctx);
462 REQUIRE_32BIT(ctx);
/openbmc/qemu/target/riscv/
H A Dtranslate.c729 #define REQUIRE_32BIT(ctx) do { \ macro