Searched refs:has_ext (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rva.c.inc | 22 if (!ctx->cfg_ptr->ext_zaamo && !has_ext(ctx, RVA)) { \ 28 if (!ctx->cfg_ptr->ext_zalrsc && !has_ext(ctx, RVA)) { \
|
H A D | trans_privileged.c.inc | 80 if (has_ext(ctx, RVS)) {
|
H A D | trans_rvf.c.inc | 36 if (!has_ext(ctx, RVF) || !has_ext(ctx, RVC)) { \
|
H A D | trans_rvd.c.inc | 36 if (!has_ext(ctx, RVD) || !has_ext(ctx, RVC)) { \
|
H A D | trans_rvzce.c.inc | 120 if (has_ext(ctx, RVE) && rlist > 6) {
|
H A D | trans_rvm.c.inc | 22 if (!ctx->cfg_ptr->ext_zmmul && !has_ext(ctx, RVM)) { \
|
H A D | trans_rvi.c.inc | 109 if (!has_ext(ctx, RVC) && !ctx->cfg_ptr->ext_zca) { 239 if (!has_ext(ctx, RVC) && !ctx->cfg_ptr->ext_zca &&
|
H A D | trans_rvv.c.inc | 1942 (!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 D | translate.c | 126 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 D | kwbimage.c | 864 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()
|