Home
last modified time | relevance | path

Searched refs:get_xl (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dtranslate.c127 #define get_xl(ctx) MXL_RV32 macro
129 #define get_xl(ctx) MXL_RV64 macro
131 #define get_xl(ctx) ((ctx)->xl) macro
145 return 16 << get_xl(ctx); in get_xlen()
441 switch (get_xl(ctx)) { in get_fpr_hs()
468 switch (get_xl(ctx)) { in get_fpr_d()
494 switch (get_xl(ctx)) { in dest_fpr()
514 switch (get_xl(ctx)) { in gen_set_fpr_hs()
539 switch (get_xl(ctx)) { in gen_set_fpr_d()
810 if (get_xl(ctx) == MXL_RV128) { in gen_logic_imm_fn()
[all …]
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvi.c.inc62 if (get_xl(ctx) == MXL_RV32) {
168 if (get_xl(ctx) == MXL_RV128) {
275 if (get_xl(ctx) == MXL_RV128) {
376 if (get_xl(ctx) == MXL_RV128) {
914 RISCVMXL xl = get_xl(ctx);
955 if (get_xl(ctx) < MXL_RV128) {
984 if (get_xl(ctx) < MXL_RV128) {
1005 RISCVMXL xl = get_xl(ctx);
1045 if (get_xl(ctx) < MXL_RV128) {
1073 if (get_xl(ctx) < MXL_RV128) {
H A Dtrans_rvd.c.inc28 if (ctx->cfg_ptr->ext_zdinx && (get_xl(ctx) == MXL_RV32) && \
H A Dtrans_rvv.c.inc303 if (get_xl(s) == MXL_RV32) {
2043 if (get_xl(s) == MXL_RV32 && s->sew == MO_64) {