Home
last modified time | relevance | path

Searched refs:has_ext (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rva.c.inc22 if (!ctx->cfg_ptr->ext_zaamo && !has_ext(ctx, RVA)) { \
28 if (!ctx->cfg_ptr->ext_zalrsc && !has_ext(ctx, RVA)) { \
H A Dtrans_privileged.c.inc80 if (has_ext(ctx, RVS)) {
H A Dtrans_rvf.c.inc36 if (!has_ext(ctx, RVF) || !has_ext(ctx, RVC)) { \
H A Dtrans_rvd.c.inc36 if (!has_ext(ctx, RVD) || !has_ext(ctx, RVC)) { \
H A Dtrans_rvzce.c.inc120 if (has_ext(ctx, RVE) && rlist > 6) {
H A Dtrans_rvm.c.inc22 if (!ctx->cfg_ptr->ext_zmmul && !has_ext(ctx, RVM)) { \
H A Dtrans_rvi.c.inc109 if (!has_ext(ctx, RVC) && !ctx->cfg_ptr->ext_zca) {
239 if (!has_ext(ctx, RVC) && !ctx->cfg_ptr->ext_zca &&
H A Dtrans_rvv.c.inc1942 (!has_ext(s, RVV) ? s->sew != MO_64 : true);
1955 (!has_ext(s, RVV) ? s->sew != MO_64 : true);
2153 (!has_ext(s, RVV) ? s->sew != MO_64 : true);
2164 (!has_ext(s, RVV) ? s->sew != MO_64 : true);
/openbmc/qemu/target/riscv/
H A Dtranslate.c126 static inline bool has_ext(DisasContext *ctx, uint32_t ext) in has_ext() function
571 if (!has_ext(ctx, RVC) && !ctx->cfg_ptr->ext_zca) { in gen_jal()
633 if (!has_ext(ctx, RVF)) { in mark_fs_dirty()
739 if (!has_ext(ctx, ext)) { \
1196 if ((has_ext(ctx, RVC) || ctx->cfg_ptr->ext_zca) && in decode_opc()
/openbmc/u-boot/tools/
H A Dkwbimage.c864 int has_ext = 0; in image_create_v0() local
873 has_ext = 1; in image_create_v0()
896 main_hdr->ext = has_ext; in image_create_v0()
913 if (has_ext) { in image_create_v0()