Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvi.c.inc366 REQUIRE_128BIT(ctx);
388 REQUIRE_128BIT(ctx);
461 REQUIRE_128BIT(ctx);
467 REQUIRE_128BIT(ctx);
474 REQUIRE_128BIT(ctx);
481 REQUIRE_128BIT(ctx);
774 REQUIRE_128BIT(ctx);
781 REQUIRE_128BIT(ctx);
788 REQUIRE_128BIT(ctx);
830 REQUIRE_128BIT(ctx);
[all …]
H A Dtrans_rvm.c.inc364 REQUIRE_128BIT(ctx);
372 REQUIRE_128BIT(ctx);
380 REQUIRE_128BIT(ctx);
388 REQUIRE_128BIT(ctx);
396 REQUIRE_128BIT(ctx);
/openbmc/qemu/target/riscv/
H A Dtranslate.c756 #define REQUIRE_128BIT(ctx) do { \ macro