Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvzacas.c.inc35 assert(get_ol(ctx) == MXL_RV32);
48 assert(get_ol(ctx) == MXL_RV32);
89 switch (get_ol(ctx)) {
H A Dtrans_rvzce.c.inc178 MemOp memop = get_ol(ctx) == MXL_RV32 ? MO_TEUL : MO_TEUQ;
223 MemOp memop = get_ol(ctx) == MXL_RV32 ? MO_TEUL : MO_TEUQ;
/openbmc/qemu/target/riscv/
H A Dtranslate.c150 #define get_ol(ctx) MXL_RV32 macro
152 #define get_ol(ctx) ((ctx)->ol) macro
157 return 16 << get_ol(ctx); in get_olen()
330 switch (get_ol(ctx)) { in get_gpr()
384 switch (get_ol(ctx)) { in gen_set_gpr()
405 switch (get_ol(ctx)) { in gen_set_gpri()
780 if (get_ol(ctx) == MXL_RV128) { in ex_rvc_shiftli()
792 if (get_ol(ctx) == MXL_RV128) { in ex_rvc_shiftri()
853 if (get_ol(ctx) < MXL_RV128) { in gen_arith_imm_fn()
878 if (get_ol(ctx) < MXL_RV128) { in gen_arith_imm_tl()
[all …]