Searched refs:get_xl (Results 1 – 5 of 5) sorted by relevance
132 #define get_xl(ctx) MXL_RV32 macro134 #define get_xl(ctx) MXL_RV64 macro136 #define get_xl(ctx) ((ctx)->xl) macro147 #define mxl_memop(ctx) ((get_xl(ctx) + 1) | MO_TE)152 return 16 << get_xl(ctx); in get_xlen()230 if (get_xl(ctx) == MXL_RV32) { in gen_pc_plus_diff()234 if (get_xl(ctx) == MXL_RV32) { in gen_pc_plus_diff()366 assert(get_xl(ctx) == MXL_RV128); in get_gprh()449 switch (get_xl(ctx)) { in get_fpr_hs()476 switch (get_xl(ctx)) { in get_fpr_d()[all …]
33 uint32_t tmp = (get_xl(ctx) == MXL_RV64) ? 8 : 4;59 int tmp = (get_xl(ctx) == MXL_RV64) ? -8 : -4;
105 if (get_xl(ctx) == MXL_RV32) {223 if (get_xl(ctx) == MXL_RV128) {330 if (get_xl(ctx) == MXL_RV128) {431 if (get_xl(ctx) == MXL_RV128) {969 RISCVMXL xl = get_xl(ctx);1010 if (get_xl(ctx) < MXL_RV128) {1039 if (get_xl(ctx) < MXL_RV128) {1060 RISCVMXL xl = get_xl(ctx);1100 if (get_xl(ctx) < MXL_RV128) {1128 if (get_xl(ctx) < MXL_RV128) {
28 if (ctx->cfg_ptr->ext_zdinx && (get_xl(ctx) == MXL_RV32) && \
303 if (get_xl(s) == MXL_RV32) {2046 if (get_xl(s) == MXL_RV32 && s->sew == MO_64) {